Browse Source

bump version to 0.121.0 ; doc tweaks to include control API

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@4467 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.121.0
paul 14 years ago
parent
commit
09ca16e89b
5 changed files with 9 additions and 4 deletions
  1. +2
    -2
      configure.ac
  2. +2
    -1
      doc/Makefile.am
  3. +3
    -0
      doc/mainpage.dox
  4. +1
    -0
      doc/reference.doxygen.in
  5. +1
    -1
      jack/control.h

+ 2
- 2
configure.ac View File

@@ -61,8 +61,8 @@ dnl micro version = incremented when implementation-only
dnl changes are made
dnl ---
JACK_MAJOR_VERSION=0
JACK_MINOR_VERSION=120
JACK_MICRO_VERSION=2
JACK_MINOR_VERSION=121
JACK_MICRO_VERSION=0

dnl ---
dnl HOWTO: updating the jack protocol version


+ 2
- 1
doc/Makefile.am View File

@@ -16,7 +16,8 @@ DOXSOURCES=mainpage.dox transport.dox porting.dox fsm.png fsm.eps \
../jack/types.h \
../jack/midiport.h \
../jack/session.h \
../jack/weakjack.h
../jack/weakjack.h \
../jack/control.h

EXTRA_DIST=mainpage.dox transport.dox fsm.png fsm.eps porting.dox



+ 3
- 0
doc/mainpage.dox View File

@@ -98,6 +98,7 @@ little clearer:
- @ref MIDIAPI
- @ref SessionClientFunctions
- @ref WeakLinkage
- @ref ControlAPI

The full API is described in:

@@ -120,6 +121,8 @@ The full API is described in:
and writing of MIDI data to a port
- @ref session.h "<jack/session.h>" functions that form the JACK
session API
- @ref control.h "<jack/control.h>" the API for starting and
controlling a JACK server

In addition, the tools directory provides numerous examples
of simple JACK clients that nevertheless use the API to do something


+ 1
- 0
doc/reference.doxygen.in View File

@@ -528,6 +528,7 @@ INPUT = @top_srcdir@/doc/mainpage.dox \
@top_srcdir@/jack/midiport.h \
@top_srcdir@/jack/session.h \
@top_srcdir@/jack/weakjack.h \
@top_srcdir@/jack/control.h \

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is


+ 1
- 1
jack/control.h View File

@@ -82,7 +82,7 @@ extern "C" {
#endif

/**
* @defgroup ServerControl Controling the server
* @defgroup ControlAPI the API for starting and controlling a JACK server
* @{
*/



Loading…
Cancel
Save