recv.c: Make rn_event_handler() static
[paraslash.git] / NEWS
diff --git a/NEWS b/NEWS
index 06330e726fb751721ec9b43373c422ad404781ae..6cc50529f7b07bb29389e1f1c5bbf22227a3a680 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,67 +1,86 @@
 NEWS
 ====
 
-0.?.? (to be announced) "sonic convolution"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+---------------------------------------------
+0.?.? (to be announced) "inductive resonance"
+---------------------------------------------
+       - para_server: The server.users file is only read once on server
+         startup rather than for each connection
+       - mp3dec: Fix decoding of corrupt mp3 files
+       - para_audiod/para_filter: Fix a bug that caused the last chunk
+         of audio data not being written under certain circumstances
+       - audiod: compute the difference of server time and local time
+         correctly
+
+-------------------------------------------
+0.2.14 (2006-10-15) "transient singularity"
+-------------------------------------------
+
+The only major enhancement of this version is the osx writer which completes
+the Mac OS Port and was originally planned already for 0.2.13 but had to wait
+until now for reasons beyond the scope of this changelog entry.
+
+       - new output plugin for Mac Os: the osx writer
+       - rename configure command line options from --enable-xxx-headers to
+         --with-xxx-headers and  --enable-xxx-libs to --with-xxx-libs
+       - configure: new command line options: --with-mad-headers,
+         --with-mad-libs, --with-oggvorbis-headers, and --with-oggvorbis-libs
+       - some robustness fixes
+       - dymamic audio format recognition for audiod
+       - para_server: new command line option: --autoplay_delay
+       - para_audiod: new command line option: --clock_diff_count
+
+---------------------------------------
+0.2.13 (2006-07-14) "sonic convolution"
+---------------------------------------
 
 A bunch of new features and core changes.
 
-       o the new paraslash scheduler, short and sweet.
-
-       o Support for m4a files via the new aac filter/ and audio
-       format handler. (requires libfaad)
-
-       o new writer: osxplay (thanks to Gerd Becker)
-
-       o writers are integrated into para_audiod
-
-       o each writer of para_write has its own command line parser,
-       just like para_recv and para_filter.
-
-       o random/playlist selector: improved info strings
-
-       o new audiod commands: tasks, kill
-
-
+       - the new paraslash scheduler, short and sweet.
+       - Support for m4a/mp4 files via the new aac audio format
+         handler/filter (requires libfaad).
+       - each writer has its own command line parser, just like
+         para_recv and para_filter.
+       - para_client and para_audioc use the error subsystem
+       - writers are integrated in para_audiod (currently linux-only)
+       - para_client is integrated in para_audiod
+       - random/playlist selector: improved info strings
+       - new audiod commands: tasks, kill
+       - update to libortp-0.10.1
+       - para_fade: wake time defaults to 8 hours from now
+       - update to autoconf-2.60
+
+
+------------------------------------------
 0.2.12 (2006-05-12) "oriented abstraction"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+------------------------------------------
 
 Many user-visible changes in this release and lots of new
 features:
 
 
-       o the new optional dccp sender/receiver. It uses the datagram
-       congestion control protocol. You'll need a fairly new kernel
-       for this.
-
-       o paraslash works on Mac OS X (thanks to Gerd Becker)
-
-       o para_play renamed to para_write
-
-       o modular output plugin design (writers) for para_write
-
-       o new file_writer output plugin for para_write
-
-       o compress filter speed improvements
-
-       o update to libortp-0.9.1
-
-       o update to gengetopt-2.17rc
-
-       o para_client no longer depends on libreadline (as the
-       code for the interactive mode was removed).
-
-       o gcc-2-95 is no longer a supported compiler. It may still
-       work, but it gets no more testing.
-
-       o the tarball no longer contains the screenshot images which
-       reduces its size quite a bit.
-
-       o configure: new command line options: --enable-mysql-headers
-       and --enable-mysql-libs
-
+       - the new optional dccp sender/receiver. It uses the datagram
+         congestion control protocol. You'll need a fairly new kernel
+         for this.
+       - paraslash works on Mac OS X (thanks to Gerd Becker)
+       - para_play renamed to para_write
+       - modular output plugin design (writers) for para_write
+       - new file_writer output plugin for para_write
+       - compress filter speed improvements
+       - update to libortp-0.9.1
+       - update to gengetopt-2.17rc
+       - para_client no longer depends on libreadline (as the
+         code for the interactive mode was removed).
+       - gcc-2-95 is no longer a supported compiler. It may still
+         work, but it gets no more testing.
+       - the tarball no longer contains the screenshot images which
+         reduces its size quite a bit.
+       - configure: new command line options: --enable-mysql-headers
+         and --enable-mysql-libs
+
+------------------------------------
 0.2.11 (2006-03-11) "atomic duality"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+------------------------------------
 
 Here it is, the first paraslash release developed with git. There
 are fairly many user-visible changes in this release. As two out of
@@ -69,382 +88,133 @@ the three "database tools" of paraslash don't use a database at all,
 they are now called "audio file selectors" instead.
 
 
-       o the cdt command (change database tool) becomes chs (change
-       selector)
-
-       o no more colon separators: The syntax of some options of
-       para_audiod and para_filter have changed. Use --help for
-       more info (and some examples).
-
-       o update to gengetopt-2.16 (thanks to Lorenzo Bettini)
-
-       o switch from cvs to git (should've done that earlier)
-
-       o the new ipc subsystem
-
-       o new audio file selector: playlist
-
-       o para_server: the dopey selector is now called "random",
-       and is the default selector. Use the --selector option to
-       choose another selector at startup, or the chs command to
-       change the selector at runtime.
-
-       o X86_64 fixes (thanks to Steffen Klassert)
-
-       o para_play fixes
-
-
+       - the cdt command (change database tool) becomes chs (change
+         selector)
+       - no more colon separators: The syntax of some options of
+         para_audiod and para_filter have changed. Use --help for
+         more info (and some examples).
+       - update to gengetopt-2.16 (thanks to Lorenzo Bettini)
+       - switch from cvs to git (should've done that earlier)
+       - the new ipc subsystem
+       - new audio file selector: playlist
+       - para_server: the dopey selector is now called "random",
+         and is the default selector. Use the --selector option to
+         choose another selector at startup, or the chs command to
+         change the selector at runtime.
+       - X86_64 fixes (thanks to Steffen Klassert)
+       - para_play fixes
+
+
+--------------------------------------
 0.2.10 (2006-02-17) "cyclic attractor"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+--------------------------------------
 
 Huge documentation update, a scrollable window for para_gui, ortp
 improvements, and of course many small fixes not mentioned here.
 The diffstat below is rather misleading as most insertions are due
 to the new source documentation.
 
-       o autoconf cleanup
-
-       o para_server also uses the new error subsystem
-
-       o lots of new documentation (UTSL)
-
-       o gui improvements:
+       - autoconf cleanup
+       - para_server also uses the new error subsystem
+       - lots of new documentation (UTSL)
+       - gui improvements:
                - keysyms for cursor keys and for next/previous page keys
                - scrollable output window
                - new internal commands: scroll up/down, page up/down
                - fix color of command output.
-
-       o ortp: the --chunk_time and --header flags are no longer needed
+       - ortp: the --chunk_time and --header flags are no longer needed
        for para_recv/para_audiod as this information is now encoded in
        each rtp packet sent by para_server.
 
-New files: daemon.h net.h ringbuffer.c ringbuffer.h string.h web/para.css
-Doxyfile
-
- Makefile.in               |   99 ++-----
- NEWS                      |   19 +
- README                    |    6
- README.mysql              |   21 -
- afs.c                     |  223 +++++++++------
- afs.h                     |  140 ++++++++--
- audioc.c                  |    5
- audiod.c                  |  503 +++++++++++++++++-------------------
- audiod.h                  |   11
- client.c                  |   12
- close_on_fork.c           |   43 +++
- close_on_fork.h           |    1
- command.c                 |  283 ++++++++------------
- compress.c                |   34 +-
- configure.ac              |  402 +++++++++++++---------------
- crypt.c                   |   63 ++--
- crypt.h                   |   12
- daemon.c                  |   76 ++++-
- db.c                      |   90 ++++--
- db.h                      |   97 ++++++
- dbadm.c                   |   23 +
- dopey.c                   |   59 ++--
- error.h                   |  315 +++++++++++++++++-----
- exec.c                    |   55 +++
- fade.c                    |    4
- filter.c                  |   23 -
- filter.ggo                |    2
- filter.h                  |  307 +++++++++++++++++++--
- filter_chain.c            |  147 +++++++---
- grab_client.c             |   87 ++++--
- grab_client.h             |   41 +-
- gui.c                     |  422 ++++++++++++++++++++++--------
- gui_common.c              |    2
- http.h                    |    1
- http_recv.c               |   99 ++++---
- http_send.c               |  164 ++++++++---
- list.h                    |    5
- mp3.c                     |  246 +++++++++--------
- mp3dec.c                  |   88 +++---
- mysql.c                   |  339 ++++++++++--------------
- net.c                     |  271 ++++++++++++++-----
- ogg.c                     |   86 +++---
- oggdec.c                  |   86 +++---
- ortp.h                    |   31 ++
- ortp_recv.c               |  162 ++++++-----
- ortp_recv.ggo             |    2
- ortp_send.c               |  138 +++++----
- para.h                    |   93 ------
- play.c                    |   20 -
- recv.c                    |   11
- recv.h                    |  147 +++++++++-
- recv_common.c             |    9
- sdl_gui.c                 |   21 -
- send.h                    |   82 +++++
- server.c                  |  119 +++++---
- server.h                  |  117 ++++++--
- signal.c                  |   70 ++++-
- slider.c                  |    5
- stat.c                    |   89 +++++-
- string.c                  |  243 ++++++++++-------
- time.c                    |   78 ++++-
- wav.c                     |   26 -
- web/documentation.in.html |   14 -
- web/header.html           |   13
- web/index.in.html         |    1
- 65 files changed, 4146 insertions(+), 2357 deletions(-)
 
+-------------------------------------------
 0.2.9 (2006-01-24) "progressive turbulence"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-------------------------------------------
 
 Internal audiod receivers/filters, the new error subsystem and
 a lot of small improvements.
 
-       o para_recv and para_filter are integrated into the para_audiod
+       - para_recv and para_filter are integrated into the para_audiod
          binary, i.e. audiod no longer spawns a new process for
          each receiver/filter. As para_recv and para_filter might be
          useful as standalone programs, they still get built (linked
          against the same object files that are also used for audiod).
-
-       o further ortp timing improvements should reduce the CPU usage
+       - further ortp timing improvements should reduce the CPU usage
          of the ortp receiver.
-
-       o improved audio grabbing. The 'grab' command of para_audiod
+       - improved audio grabbing. The 'grab' command of para_audiod
          has its own set of command line options. Read the output of
          "para_audioc help grab" for more info.
-
-       o oggdec: configurable input prebuffer size.
-
-       o the new error subsystem gives better error diagnostics
+       - oggdec: configurable input prebuffer size.
+       - the new error subsystem gives better error diagnostics
          and reduces code size.
 
-New files: audiod.h error.h grab_client.c grab_client.ggo grab_client.h
-http_recv.ggo ortp_recv.ggo recv_common.c
-
- FEATURES                |   49 -
- INSTALL                 |   22
- Makefile.in             |   87 +-
- NEWS                    |   73 ++
- README                  |   89 +-
- README.mysql            |   18
- audioc.c                |    5
- audiod.c                | 1243 +++++++++++++++-----------------------
- audiod.ggo              |   97 ++
- command.c               |    5
- compress.c              |   44 -
- compress_filter.ggo     |    4
- configure.ac            |  127 +++
- daemon.c                |   12
- exec.c                  |   34 -
- filter.c                |   66 +-
- filter.h                |   24
- filter_chain.c          |  126 ++-
- gcc-compat.h            |    8
- http_recv.c             |   56 +
- http_send.c             |   35 -
- mp3.c                   |   12
- mp3dec.c                |   27
- net.c                   |  133 ++--
- oggdec.c                |  108 +--
- oggdec_filter.ggo       |    3
- ortp.h                  |    2
- ortp_recv.c             |  290 +++++---
- ortp_send.c             |  187 ++---
- para.h                  |   17
- play.c                  |   17
- recv.c                  |  101 +--
- recv.ggo                |   15
- recv.h                  |   51 +
- scripts/demo-script     |   12
- server.c                |   15
- signal.c                |   11
- skencil/overview.sk     |  300 ++++-----
- stat.c                  |   11
- string.c                |  170 ++++-
- wav.c                   |   12
- web/demo.in.html        |   72 --
- web/download.in.html    |    3
- web/index.in.html       |    1
- web/license.in.html     |    5
- web/screenshots.in.html |    4
- 46 files changed, 2042 insertions(+), 1761 deletions(-)
 
+-----------------------------------------
 0.2.8 (2006-01-02) "dynamic accumulation"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-----------------------------------------
 
 The new modular filter design and the para_play-hangs bugfix.
 
-       o new executable: para_filter. It combines para_mp3dec,
+       - new executable: para_filter. It combines para_mp3dec,
          para_oggdec and para_compress. It also adds a further filter
          type, wav, that just inserts a wave header at the desired point
          of the filter chain. All 'piping' is done in-memory (i.e. no
          read/write operations are used).
-
-       o para_play: fix a stupid bug that caused it to hang under
+       - para_play: fix a stupid bug that caused it to hang under
          certain circumstances.
 
-New files: compress_filter.ggo filter.c filter.ggo file filter.h
-filter_chain.c oggdec_filter.ggo wav.c
-
- INSTALL           |    4
- Makefile.in       |   36 +++++---
- NEWS              |   15 +++
- README            |   25 ++----
- command.c         |    8 +
- compress.c        |  149 ++++++++++++++++++++----------------
- configure.ac      |   37 +++++---
- http_recv.c       |  121 ++++++++++++++++++-----------
- mp3dec.c          |  216 +++++++++++++++++++++-------------------------------
- oggdec.c          |  223 ++++++++++++++++++++++++++++++++++++------------------
- ortp_recv.c       |  167 ++++++++++++++++++++--------------------
- ortp_send.c       |    2
- play.c            |    2
- recv.c            |   44 +++++++---
- recv.ggo          |   12 --
- recv.h            |   37 +++++++-
- server.ggo        |    2
- web/index.in.html |    1
- 18 files changed, 631 insertions(+), 470 deletions(-)
 
+-------------------------------------------
 0.2.7 (2006-12-27) "transparent invariance"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-------------------------------------------
+
 Not many user-visible changes but a fair amount of internal improvements.
 
 
-       o The http sender buffers data if it can not be sent
+       - The http sender buffers data if it can not be sent
          out immediately (because the socket is not writable). This
          should prevent para_server from shutting down the connection
          too early on a loaded network.
-
-       o para_play also prebuffers data if it is told to start at a
+       - para_play also prebuffers data if it is told to start at a
          future time by the --start_time option.
-
-       o The return of para_recv: It combines para_ortp_recv and
+       - The return of para_recv: It combines para_ortp_recv and
          para_http_recv. Use the --receiver option to switch between
          the two. para_recv builds without libortp, but contains
          only the http receiver in this case.
-
-       o update to ortp 0.8.1. As this ortp release contains incompatible
+       - update to ortp 0.8.1. As this ortp release contains incompatible
          changes, para_recv-0.2.7 won't link against older ortp libs.
-
-       o improved ortp timings.
-
-       o use of gcc-extensions that #define away for non-gcc and
+       - improved ortp timings.
+       - use of gcc-extensions that #define away for non-gcc and
          gcc < 3.0.
 
-New files: gcc-compat.h
-
- CREDITS      |   14 +-
- FEATURES     |   10 -
- INSTALL      |   36 +++--
- Makefile.in  |  171 +++++++++++++++++----------
- NEWS         |   30 ++++
- README       |  128 ++++++++------------
- README.mysql |    4
- afs.c        |  113 +++++++++++++-----
- afs.h        |    2
- audioc.c     |   21 +++
- audiod.c     |  226 +++++++++++++++++++++---------------
- audiod.ggo   |    4
- client.c     |    9 -
- command.c    |   71 +++++++----
- compress.c   |   15 +-
- compress.ggo |    4
- configure.ac |   30 ++--
- crypt.c      |    2
- daemon.c     |    6
- db.c         |    4
- dbadm.c      |   46 ++-----
- dopey.c      |   16 +-
- fade.c       |    3
- gui.c        |   77 ++++++------
- http_recv.c  |  143 +++++++++++++----------
- http_send.c  |  217 ++++++++++++++++++++++-------------
- index.html   |  154 +++++++++++++------------
- list.h       |  361 -----------------------------------------------------------
- mp3.c        |   17 +-
- mp3dec.c     |    5
- mysql.c      |   57 ++++++---
- net.c        |   12 +
- ogg.c        |   26 ++--
- oggdec.c     |   34 +++--
- ortp.h       |    2
- ortp_recv.c  |  263 +++++++++++++++++++++---------------------
- ortp_send.c  |   96 ++++++++++-----
- para.h       |   51 +++-----
- play.c       |  173 +++++++++++++++++++---------
- play.ggo     |    2
- sdl_gui.c    |   27 +++-
- send.h       |    2
- server.c     |  100 ++++++++--------
- stat.c       |   68 ++++++++---
- string.c     |   41 +++---
- 45 files changed, 1500 insertions(+), 1393 deletions(-)
 
+-------------------------------------------
 0.2.6 (2005-10-29) "recursive compensation"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-------------------------------------------
+
 Transparent session encryption (uses openssl's Alleged RC4 cipher),
 the internal find command and several other improvements and cleanups.
 
-       o Encrypt the session if encryption is requested by the client
+       - Encrypt the session if encryption is requested by the client
          (default for para_client 0.2.6). This is backwards
          compatible, so older clients can still connect to para_server
          0.2.6. Use the new client option --plain to request an
          uncrypted session (off by default, must be set to on in
          order to connect to para_server 0.2.x with 0 <= x <= 5).
-
-       o para_server uses an internal function to locate audio files
+       - para_server uses an internal function to locate audio files
          rather than calling find(1). The server option
          --mysql_audio_file_dir replaces --mysql_find_cmd.
+       - documentation update
+       - man pages
+       - header file cleanup
+       - para_client code cleanup
+       - para_gui: faster display of output of display commands
 
-       o documentation update
-
-       o man pages
-
-       o header file cleanup
-
-       o para_client code cleanup
-
-       o para_gui: faster display of output of display commands
-
-New files: afs.h close_on_fork.c close_on_fork.h db.c db.h rc4.h
-
- 1.0          |    3
- INSTALL      |   51 +-
- Makefile.in  |   53 +--
- NEWS         |   28 +
- README       |   27 -
- README.mysql |   45 +-
- SFont.c      |   20 -
- afs.c        |   51 --
- audioc.c     |    6
- audiod.c     |  303 +++++++++--------
- client.c     |  174 +++-------
- client.ggo   |    1
- command.c    |  608 ++++++++++++++++++++---------------
- compress.c   |    3
- compress.ggo |    4
- configure.ac |    2
- crypt.c      |   50 +-
- crypt.h      |    2
- dopey.c      |  136 +++++--
- exec.c       |   39 --
- fade.c       |    4
- gui.c        |   74 ++--
- http_recv.c  |    4
- http_send.c  |   51 +-
- index.html   |   12
- krell.c      |    2
- mp3.c        |    5
- mysql.c      | 1008 ++++++++++++++++++++++++++++++++---------------------------
- net.c        |  122 ++-----
- ogg.c        |    5
- ortp_send.c  |   37 +-
- para.h       |   39 +-
- send.h       |    2
- server.c     |   49 +-
- server.ggo   |    2
- server.h     |   68 ---
- stat.c       |  132 ++++---
- string.c     |   33 -
- 38 files changed, 1738 insertions(+), 1517 deletions(-)
 
+------------------------------------------
 0.2.5 (2005-10-13) "aggressive_resolution"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+------------------------------------------
+
 This release adds internal senders, i.e. no more external programs are
 spawned for sending out the audio data. There are two different senders
 available: The http sender and the ortp sender (former para_send which
@@ -456,450 +226,229 @@ network streaming protocol. All senders are completely independent of
 each other. In particular, the http and the ortp sender can operate
 in parallel.
 
-       o new server command: sender to control senders at runtime.
+       - new server command: sender to control senders at runtime.
          Read the output of "para_server -h" and "para_client help
          sender" for more information.
-
-       o para_recv renamed to para_ortp_recv
-
-       o new executable: para_http_recv, a simple command line
+       - para_recv renamed to para_ortp_recv
+       - new executable: para_http_recv, a simple command line
          http receiver.
-
-       o major afs/mp3/ogg code simplifications due to internal
+       - major afs/mp3/ogg code simplifications due to internal
          senders.
-
-       o ogg timing improvements
-
-       o fix several minor memory leaks (found by valgrind)
-
-       o empty stream definitions work again
-
-       o com_ne(): ignore errors on remove
-
-       o audiod: fix segfault on server restart
-
-New files: http.h http_recv.c http_recv.ggo http_send.c ortp.h ortp_recv.c
-       ortp_recv.ggo ortp_send.c
-
- FEATURES            |   27 +++-
- INSTALL             |   19 +--
- Makefile.in         |   54 ++++-----
- NEWS                |   36 ++++++
- README              |   45 ++++---
- afs.c               |  311 +++++++++++++++-------------------------------------
- audioc.c            |   10 +
- audiod.c            |   82 +++++++------
- audiod.ggo          |    2
- command.c           |  184 +++++++++++++++++++++++++++---
- configure.ac        |   36 ++++--
- daemon.c            |   10 +
- exec.c              |   33 -----
- gui.c               |    6 -
- index.html          |    6 -
- mp3.c               |  144 ++++--------------------
- mysql.c             |   52 ++++----
- net.c               |   58 ++++++++-
- ogg.c               |  289 ++++++++++++++----------------------------------
- oggdec.c            |   19 ++-
- para.h              |   23 ++-
- server.c            |  128 ++++++++++++++-------
- server.ggo          |   17 ++
- server.h            |   40 ++++--
- skencil/overview.sk |   86 +++-----------
- string.c            |   51 +++++---
- 26 files changed, 870 insertions(+), 898 deletions(-)
+       - ogg timing improvements
+       - fix several minor memory leaks (found by valgrind)
+       - empty stream definitions work again
+       - com_ne(): ignore errors on remove
+       - audiod: fix segfault on server restart
 
 
+---------------------------------------
 0.2.4 (2005-09-21) "toxic anticipation"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+---------------------------------------
+
 Several small improvements, fixes and the new grab command.
 
-       o audiod:
+       - audiod:
                - new command: "grab" to grab the output of the stream reader
                  or any filters. Read the output of "para_audioc help grab"
                  for more information.
                - fix memory leak
                - code cleanup
-
-       o audioc: new command line option: --bufsize to specify a
+       - audioc: new command line option: --bufsize to specify a
          buffer size different from the default size 8192.
-
-       o improved error diagnostics for para_play.
-
-       o new configure option: --enable-ssldir so search for openssl in
+       - improved error diagnostics for para_play.
+       - new configure option: --enable-ssldir so search for openssl in
          non-standard places
-
-       o sdl_gui: Make it look nice again for 1024x768
-
-       o server: report total size of memory allocated with sbrk by malloc,
+       - sdl_gui: Make it look nice again for 1024x768
+       - server: report total size of memory allocated with sbrk by malloc,
          new command line option: --announce_time
 
-New files: list.h
-
- Makefile.in  |   39 ++-
- NEWS         |   24 ++
- README       |   22 +-
- afs.c        |    9
- audioc.c     |   55 ++++-
- audioc.ggo   |    1
- audiod.c     |  577 ++++++++++++++++++++++++++++++++++++++++-------------------
- client.c     |   20 +-
- client.ggo   |   12 -
- command.c    |   14 -
- configure.ac |   64 +++---
- crypt.c      |    8
- daemon.c     |    6
- gui.c        |   52 ++---
- gui_common.c |   70 -------
- index.html   |    2
- mp3.c        |    2
- mp3dec.c     |    6
- net.c        |    2
- ogg.c        |    2
- oggdec.c     |    8
- para.h       |    8
- play.c       |   51 ++---
- sdl_gui.c    |   53 ++---
- server.c     |   48 +---
- server.ggo   |    1
- server.h     |    2
- stat.c       |   65 ++++++
- 28 files changed, 744 insertions(+), 479 deletions(-)
 
+-----------------------------------------
 0.2.3 (2005-09-01) "hydrophilic movement"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-----------------------------------------
+
 Two new executables and major feature enhancements.
 
-       o audiod filters: It is now possible to specify arbitrary many
+       - audiod filters: It is now possible to specify arbitrary many
          (including none) filters for each supported audio
          format. This can be used e.g. for normalizing volume,
          transforming or grabbing the audio stream, or for using
          visualizers.  Read the output of "para_audiod -h" for the
          syntax of the new --filter_cmd option.
-
-       o new executable: para_play, a tiny alsa player. It
+       - new executable: para_play, a tiny alsa player. It
          can play wave files or raw pcm (16 bit little endian)
          from stdin.
-
-       o new executable: para_compress, a dynamic range compressor
+       - new executable: para_compress, a dynamic range compressor
          intended to keep audio output at a consistent volume. Derived
          from AudioCompress, http://trikuare.cx/code/AudioCompress.html.
-
-       o audiod: New option: --stream_delay. This can be used in
+       - audiod: New option: --stream_delay. This can be used in
          a local network to syncronize the audio output of all
          clients that play the same stream.
 
-New files: compress.c compress.ggo play.c play.ggo
-
- CREDITS             |    2
- FEATURES            |   31 +--
- Makefile.in         |   31 ++-
- NEWS                |   24 ++
- README              |    8
- afs.c               |   14 -
- audiod.c            |  463 +++++++++++++++++++++++++++++++++++++++++-----------
- audiod.ggo          |    7
- configure.ac        |   16 +
- index.html          |   19 ++
- mysql.c             |   17 +
- net.c               |    8
- recv.c              |   42 +++-
- scripts/demo-script |    2
- signal.c            |   22 ++
- stat.c              |    2
- 16 files changed, 542 insertions(+), 166 deletions(-)
 
+------------------------------------------
 0.2.2 (2005-08-19) "tangential excitation"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+------------------------------------------
+
 Mostly internal changes in this release, but also some new commands
 for the mysql database tool.
 
-       o cleanup exec.c, fix para_exec bug
-       o compile time loglevel (log messages below the given level
+       - cleanup exec.c, fix para_exec bug
+       - compile time loglevel (log messages below the given level
          won't be compiled in, which reduces the size of the
          resulting binaries)
-       o new log macros that shorten the size of the source code.
-       o workaround a gcc-4.1 bug (?) that caused send_cred_buffer()
+       - new log macros that shorten the size of the source code.
+       - workaround a gcc-4.1 bug (?) that caused send_cred_buffer()
          to send only zeros. With this workaround, para_audioc works
          again.
-       o avoid gcc-4 warning: conflicting types for built-in function 'clog'
-       o new mysql commands: "rm" (remove entry), "mv" (rename entry) "ne"
+       - avoid gcc-4 warning: conflicting types for built-in function 'clog'
+       - new mysql commands: "rm" (remove entry), "mv" (rename entry) "ne"
          (new entry), "snp" (set numplayed). Read the manual for more
          information.
 
- INSTALL             |   10 -
- Makefile.in         |    7 -
- NEWS                |   19 +++
- README              |    5
- afs.c               |   75 ++++++--------
- audioc.c            |    5
- audiod.c            |  137 ++++++++++++-------------
- client.c            |   83 +++++++--------
- command.c           |   85 +++++++---------
- configure.ac        |    2
- crypt.c             |    6 -
- daemon.c            |   26 ++--
- dbadm.c             |  128 ++++++++++++------------
- dopey.c             |    9 -
- exec.c              |  180 ++++++----------------------------
- fade.c              |   76 +++++++-------
- gui.c               |   88 ++++++++--------
- krell.c             |  113 ++++++++++-----------
- mp3.c               |   49 ++++-----
- mysql.c             |  275 ++++++++++++++++++++++++++++++++++++++++++++--------
- net.c               |   44 ++------
- ogg.c               |   91 ++++++++---------
- oggdec.c            |    2
- para.h              |  110 +++++++++++++-------
- recv.c              |   26 ++--
- scripts/demo-script |    4
- sdl_gui.c           |    3
- send.c              |   26 ++--
- server.c            |   74 ++++++-------
- signal.c            |   19 +--
- skencil/overview.sk |   34 +++---
- slider.c            |    4
- stat.c              |   27 ++---
- string.c            |   62 +++++++----
- 34 files changed, 1000 insertions(+), 904 deletions(-)
 
+---------------------------------------
 0.2.1 (2005-08-15) "surreal experience"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+---------------------------------------
+
 Here comes paraslash-0.2.1. It contains a couple of new features and,
 surprise, only minor bug fixes.
 
-       o kill noisy mp3 debug message
-       o cleanup of the build system
-       o para_server and para_client directly use the crypto routines
+       - kill noisy mp3 debug message
+       - cleanup of the build system
+       - para_server and para_client directly use the crypto routines
          of the openssl library rather than invoking the openssl command
          line utitlity
-       o server/audiod: new option --user to switch to the given user
+       - server/audiod: new option --user to switch to the given user
          when invoked as root. Read the output of "para_server -h" for
          more information.
-        o gui/sdl_gui: new option --stat_cmd to be used to retrieve the
+       - gui/sdl_gui: new option --stat_cmd to be used to retrieve the
          status. Default: "para_audioc stat"
-       o sdl_gui: new option --pic_cmd to be used to download the picture.
+       - sdl_gui: new option --pic_cmd to be used to download the picture.
          Default: "para_client pic"
-       o audiod: 5 slots ought to be enough for everybody
-       o audiod: new status item: Uptime, kill hup command
-
-
-New files: crypt.c crypt.h
-
- 1.0                 |    2
- FEATURES            |   18 +++----
- INSTALL             |   37 ++++++++++-----
- Makefile.in         |  114 +++++++++++++++++++++---------------------------
- NEWS                |   38 +++++++++++-----
- README              |   27 +++++------
- afs.c               |    6 --
- audiod.c            |  117 ++++++++++++++++++-------------------------------
- audiod.ggo          |    1
- client.c            |   78 +++------------------------------
- command.c           |  103 +++++++------------------------------------
- configure.ac        |   78 ++++++++++++++++++++++-----------
- daemon.c            |   44 +++++++++++++++++-
- dbadm.c             |    7 +-
- dopey.c             |   14 ++---
- fade.c              |    3 -
- gui.c               |    7 +-
- gui.ggo             |    3 -
- gui_common.c        |    7 ++
- gui_theme.c         |  122 ++++++++++++++++++++++++++++------------------------
- index.html          |   38 ++++++++++------
- mp3.c               |   79 +++++++++++++++++----------------
- mp3dec.c            |    8 +--
- mysql.c             |   14 ++++-
- net.c               |    3 -
- ogg.c               |   21 ++++----
- para.h              |   11 ++--
- sdl_gui.c           |   19 ++++----
- sdl_gui.ggo         |   10 ++--
- server.c            |   19 --------
- server.ggo          |    3 -
- server.h            |    3 -
- slider.c            |   19 +++-----
- stat.c              |   24 +++++-----
- string.c            |   12 ++++-
- 36 files changed, 530 insertions(+), 581 deletions(-)
+       - audiod: 5 slots ought to be enough for everybody
+       - audiod: new status item: Uptime, kill hup command
+
 
 
+------------------------------------------
 0.2.0 (2005-08-06) "distributed diffusion"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+------------------------------------------
+
 After several month of increased development activity, paraslash-0.2.0
 has arrived. It contains many new features and is much more
 self-contained than the old 0.1.x series. Enjoy!
 
 
-       o para_server: fix hang on song change and crash on sighup.
+       - para_server: fix hang on song change and crash on sighup.
          Speed up mysql queries. The DIR_LIKE macro is gone.
-       o new executables: para_audiod, the local audio daemon that
+       - new executables: para_audiod, the local audio daemon that
          starts playback (uses SCM_CREDENTIALS socket magic) and
          para_audioc, the corresponding client.
-       o new executables: para_mp3dec/para_oggdec, two really teensy
+       - new executables: para_mp3dec/para_oggdec, two really teensy
          decoders. para_mp3dec is based on libmad, para_oggdec requires
          libvorbisfile.
-        o ovsend/ovrecv are capable of streaming ogg as well as mp3, so
+       - ovsend/ovrecv are capable of streaming ogg as well as mp3, so
           they are now called para_send and para_recv respectively.
-       o documentation updates
-       o para_gui is themable. For now there is the default theme that
+       - documentation updates
+       - para_gui is themable. For now there is the default theme that
          looks as before and the simple theme: blue and easy.
-       o gui: audio streaming is now handled by audiod. Time display shows
+       - gui: audio streaming is now handled by audiod. Time display shows
          playback time rather than streaming time
-       o slider: update to libzmw-0.2.0
-       o para_krell: fix crash on server shutdown
-       o switch from gzip to bzip2
-
-New files: audioc.c audioc.ggo audiod.c audiod.ggo daemon.c gui_theme.c mp3dec.c oggdec.c
-       recv.c recv.ggo send.c send.ggo stat.c
-
- 1.0                |    1
- COPYING            |    2
- CREDITS            |    4
- FEATURES           |   24 -
- INSTALL            |  131 ++++-
- Makefile.in        |   83 ++-
- NEWS               |   58 +-
- PUBLIC_KEY         |   43 +
- README             |  125 +++--
- README.mysql       |   18
- afs.c              |  330 +++++++++-----
- client.c           |   41 -
- client.conf.sample |    2
- client.ggo         |    5
- command.c          |  350 +++++++--------
- configure.ac       |   38 +
- dopey.c            |    2
- exec.c             |  242 ++++++----
- fade.c             |   43 -
- fade.ggo           |    2
- gui.c              | 1169 +++++++++--------------------------------------------
- gui.ggo            |   10
- gui_common.c       |   58 +-
- index.html         |  176 ++++++-
- krell.c            |    4
- mp3.c              |  341 +++++++++------
- mysql.c            |  180 ++++----
- net.c              |  161 +++++++
- ogg.c              |  444 +++++++++++++-------
- para.h             |  103 ++++
- sdl_gui.c          |  708 ++++++++++++++------------------
- sdl_gui.ggo        |    2
- server.c           |  175 +++----
- server.ggo         |   13
- server.h           |   20
- slider.c           |  160 +++----
- string.c           |   63 ++
- time.c             |  103 +++-
- 38 files changed, 2821 insertions(+), 2613 deletions(-)
+       - slider: update to libzmw-0.2.0
+       - para_krell: fix crash on server shutdown
+       - switch from gzip to bzip2
 
 
+----------------------------------------
 0.1.7 (2005-04-18) "melting penetration"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+----------------------------------------
+
 The main change in this release is clearly the oggvorbis rewrite,
 but there are also lots of smaller changes. If you intend to use both
 the mp3 and the ogg plugin, it is recommended to use software mixing,
 e.g. the dmix plugin which is provided by ALSA.
 
-       o new executables: para_ovsend and para_ovrecv for sending/receiving
+       - new executables: para_ovsend and para_ovrecv for sending/receiving
          oggvorbis files via rtp. Requires the open rtp library. Get it at
          http://www.linphone.org/ortp/
-       o rewrite of the ogg_vorbis core code
-        o configure detects libzmw and, if detected, includes
+       - rewrite of the ogg_vorbis core code
+       - configure detects libzmw and, if detected, includes
           para_slider to the list of binaries to be built by make
-       o server stream writers read from their associated fifo rather
+       - server stream writers read from their associated fifo rather
          than from stdin
-       o slider: two new sliders, lastplayed and numplayed
-       o fix nasty double free bug which caused random segfaults in case of
+       - slider: two new sliders, lastplayed and numplayed
+       - fix nasty double free bug which caused random segfaults in case of
          mp3 files with invalid header information
-       o gui: new command line option: --stream_timeout=seconds  to
+       - gui: new command line option: --stream_timeout=seconds  to
          deactivate a slot if it is idle for that many seconds (default=`5')
-       o diffstats
-
-New files: ovrecv.c ovrecv.ggo ovsend.c ovsend.ggo time.c
- CREDITS         |    2
- FEATURES        |   14 -
- Makefile.in     |   20 +
- NEWS            |   25 ++
- README          |   28 ++
- README.mysql    |   18 -
- afs.c           |  238 ++++++++++++++++-------
- autogen.sh      |    5
- bash_completion |    2
- command.c       |    9
- configure.ac    |  115 ++++++++---
- exec.c          |    6
- gui.c           |    8
- gui.ggo         |    1
- krell.c         |   14 -
- mp3.c           |  117 +++++++----
- mysql.c         |    4
- ogg.c           |  578 +++++++++++++++++++++-----------------------------------
- para.h          |    9
- server.c        |   65 ++++--
- server.ggo      |    2
- server.h        |   17 +
- slider.c        |   68 ++++++
- string.c        |   11 +
- 24 files changed, 794 insertions(+), 582 deletions(-)
+       - diffstats
 
 
+---------------------------------------
 0.1.6 (2005-03-05) "asymptotic balance"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+---------------------------------------
+
 Only little user-visible changes in this release. Mainly bugfixes and
 core code cleanup. This is probably the most stable version ever if you
 stick to mp3...
 
-       o fix several memory leaks
-       o rename default name of mysql database from "music" to "paraslash".
+       - fix several memory leaks
+       - rename default name of mysql database from "music" to "paraslash".
          Use para_server's  --mysql_database option if you do not want to
          rename your old database.
-       o rework ogg vorbis code
-       o make update command work on mysql servers with LOCAL_INFILE
+       - rework ogg vorbis code
+       - make update command work on mysql servers with LOCAL_INFILE
          disabled
-       o gui: improved stream I/O (slots)
-       o simplified audio format API
-       o para_pob_ogg is gone
+       - gui: improved stream I/O (slots)
+       - simplified audio format API
+       - para_pob_ogg is gone
 
+------------------------------------
 0.1.5 (2004-12-31) "opaque eternity"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+------------------------------------
+
 Let's slide gently into the new year.
 
-        o new: para_slider (not built automatically, type "make
+       - new: para_slider (not built automatically, type "make
           para_slider" to build). A toy for those who always felt that
           creating stream definitions is difficult. See screenshots,
           README and FEATURES for more info.
-       o improved signal handling. Fixes server segfault on SIGHUP
+       - improved signal handling. Fixes server segfault on SIGHUP
          for linux kernels newer than Aug 24 2004 and makes para_gui
          race-free.
-       o reload database tool on SIGHUP
-       o improved help message for sl
-       o do not log "broken pipe" messages as errors. They are
+       - reload database tool on SIGHUP
+       - improved help message for sl
+       - do not log "broken pipe" messages as errors. They are
          perfectly ok.
-       o fix wrong error message on permission errors
+       - fix wrong error message on permission errors
 
+-----------------------------------------
 0.1.4 (2004-12-19) "tunneling transition"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-----------------------------------------
+
 Bugfix release. As expected, 0.1.3 introduced a bunch of new bugs.
 Hopefully, most of them got wiped out with this release. Some
 enhancements went also in.
 
-       o improved error diagnostics for all commands
-       o stradd/picadd: overwrite previous contents if entry already
+       - improved error diagnostics for all commands
+       - stradd/picadd: overwrite previous contents if entry already
           exists, rather than returning errors
-       o stradd: use current stream if invoked without args
-       o faster (and hopefully more stable) ogg-vorbis handling
-       o para_krell: reap children to avoid zombie-flooding in case
+       - stradd: use current stream if invoked without args
+       - faster (and hopefully more stable) ogg-vorbis handling
+       - para_krell: reap children to avoid zombie-flooding in case
          no server is running
-       o si: report also server pid
-       o server: don't busy-loop if dbtool reports only invalid files.
-       o gui: CTRL+C works again, fix stream_read command line option
-       o fix pic_add, hist
-       o fix mysql dbtool startup in case no database exists
-       o many small fixes and cleanups
-
+       - si: report also server pid
+       - server: don't busy-loop if dbtool reports only invalid files.
+       - gui: CTRL+C works again, fix stream_read command line option
+       - fix pic_add, hist
+       - fix mysql dbtool startup in case no database exists
+       - many small fixes and cleanups
+
+---------------------------------------
 0.1.3: (2004-12-10) "vanishing inertia"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+---------------------------------------
+
 Starting from this release, the database tools are integrated in the
 server binary. This decreases server startup time, reduces code size
 and speeds up database commands. However, the layout of the underlying
@@ -908,136 +457,156 @@ compatible in that respect.
 
 Visible changes:
 
-       o If mysql is not detected at compile time, or fails to init
+       - If mysql is not detected at compile time, or fails to init
          at runtime, fall back to the dopey database tool which should
          always work.
-       o para_dbtool and dbtool.conf are gone. All mysql specific
+       - para_dbtool and dbtool.conf are gone. All mysql specific
          options are read from server.conf and are prefixed by 'mysql_'.
-       o new command: cdt (change database tool)
-       o new command line option: dbtool (choose startup database tool)
-       o The name of current stream is now stored in the database,
+       - new command: cdt (change database tool)
+       - new command line option: dbtool (choose startup database tool)
+       - The name of current stream is now stored in the database,
          so paraslash remembers its current stream when restarted.
-       o new command: csp (change stream and play)
-       o para_gui also reports current database tool and server uptime
+       - new command: csp (change stream and play)
+       - para_gui also reports current database tool and server uptime
 
 
+-------------------------------------------
 0.1.2: (2004-11-28) "spherical fluctuation"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-------------------------------------------
+
 Point release before the big dbtool changes go in.
 
-       o dbtool: rename ca to cam (copy all meta data). It now also
+       - dbtool: rename ca to cam (copy all meta data). It now also
          copies numplayed and lastplayed time as well as the picture
          id.
-       o fix endless-loop-bug caused by mp3 files with invalid header
+       - fix endless-loop-bug caused by mp3 files with invalid header
 
+-----------------------------------------
 0.1.1: (2004-11-05) "floating atmosphere"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-       o gkrellm plugin
-       o new dbtool command: mbox. Browse your sound-file collection
+-----------------------------------------
+
+       - gkrellm plugin
+       - new dbtool command: mbox. Browse your sound-file collection
          with your favorite mail reader.
-       o several small fixes
+       - several small fixes
 
+-------------------------------------
 0.1.0: (2204-10-22) "rotating cortex"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-       o fix logging bug for loglevel > VERBOSE
-       o fix skip command
-       o correct timings for vbr mp3s
-       o modular audio format support
-       o ogg-vorbis support (experimental)
-       o new server option: autoplay
+-------------------------------------
+
+       - fix logging bug for loglevel > VERBOSE
+       - fix skip command
+       - correct timings for vbr mp3s
+       - modular audio format support
+       - ogg-vorbis support (experimental)
+       - new server option: autoplay
 
+-----------------------------------------
 0.0.99: (2004-07-25) "harmonic deviation"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-       o rename projectname from icc to paraslash (play, archive, rate
+-----------------------------------------
+
+       - rename projectname from icc to paraslash (play, archive, rate
          and stream large audio sets happily)
-       o paraslash is no longer restricted to one particular audio
+       - paraslash is no longer restricted to one particular audio
          streaming software
-       o new dbtool commands (stradd, strq, strdel) for easy stream
+       - new dbtool commands (stradd, strq, strdel) for easy stream
          managment w/o configuration file. That obsoletes stream_defs
          file/config option for dbtool.
-       o picadd accepts jpeg data from stdin
-       o new server commands: ps (select previous stream), sc (song change)
-       o new default pictures for sdl_gui
-       o gui: new key_map option for binding commands and internal
+       - picadd accepts jpeg data from stdin
+       - new server commands: ps (select previous stream), sc (song change)
+       - new default pictures for sdl_gui
+       - gui: new key_map option for binding commands and internal
          functions to arbitrary keys, nice help screen, rip out
          soundcard/linux specific stuff, avoid noise artefacts while jumping,
          show silly logo on startup
-       o new executables: para_fade for fading volume, para_dbadm for
+       - new executables: para_fade for fading volume, para_dbadm for
          manipulating attributes
-       o cdb adds _all_ tables to mysql database
-       o revised and beautified documentation
-       o sample dbtool rewritten in C
-       o autoconf
+       - cdb adds _all_ tables to mysql database
+       - revised and beautified documentation
+       - sample dbtool rewritten in C
+       - autoconf
 
+---------------------------------------------
 0.0.98: (2003-12-26) "incremental smoothness"
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-       o kick icecast in favour of poc. That removes some races and reduces
+---------------------------------------------
+
+       - kick icecast in favour of poc. That removes some races and reduces
          core code considerably.
-       o cbr/vbr is displayed by stat and gui/sdl_gui. New status flags
+       - cbr/vbr is displayed by stat and gui/sdl_gui. New status flags
          give finer info on afs' status.
-        o gui can start decoder (see config options). Further new gui
+       - gui can start decoder (see config options). Further new gui
          commands: refresh (^L), jmp (F1-F10)
-        o gui rereads conf on SIGUSR1 instead of SIGHUP. SIGHUP
+        - gui rereads conf on SIGUSR1 instead of SIGHUP. SIGHUP
           terminates gui. This fixes dead instances consuming memory
           continuously.
-       o new dbtool command: verb for sending verbatim sql queries.
-       o fix pid_list races (by removing pid_list)
-       o codename funnies
+       - new dbtool command: verb for sending verbatim sql queries.
+       - fix pid_list races (by removing pid_list)
+       - codename funnies
 
+--------------------
 0.0.97: (2003-10-26)
-~~~~~~~~~~~~~~~~~~~~
-       o installation prefix now defaults to /usr/local
-       o new commands for gui: snozze, sleep and reread config
-       o config file for gui and sdl_gui
-       o fix problems with filenames containing funny characters
-         (reported by Thomas Forell)
-       o improved signal handling for gui, now it rereads conf on SIGHUP
-       o new dbtool command: cdb (create database)
-       o switch from argtable to gengetopt
-       o major code cleanup and speed improvements
-       o fix several potential buffer overflows
-       o many small fixes and cleanups
+--------------------
 
+       - installation prefix now defaults to /usr/local
+       - new commands for gui: snozze, sleep and reread config
+       - config file for gui and sdl_gui
+       - fix problems with filenames containing funny characters
+         (reported by Thomas Forell)
+       - improved signal handling for gui, now it rereads conf on SIGHUP
+       - new dbtool command: cdb (create database)
+       - switch from argtable to gengetopt
+       - major code cleanup and speed improvements
+       - fix several potential buffer overflows
+       - many small fixes and cleanups
+
+-------------------
 0.0.96 (2003-08-30)
-~~~~~~~~~~~~~~~~~~~
-       o easy stream_defs syntax
-       o sdl_gui can display images associated to the file being played
-       o Major feature enhancements for icc_gui including dynamic text
+-------------------
+
+       - easy stream_defs syntax
+       - sdl_gui can display images associated to the file being played
+       - Major feature enhancements for icc_gui including dynamic text
          placement and the top/bottom window design
-       o vrfy/clean now also checks for NULL values in attributes as
+       - vrfy/clean now also checks for NULL values in attributes as
          well as for invalid picture pointers
-       o fix long outstanding case sensitivity bug
-       o many small fixes and cleanups
+       - fix long outstanding case sensitivity bug
+       - many small fixes and cleanups
 
+-------------------
 0.0.95 (2003-06-29)
-~~~~~~~~~~~~~~~~~~~
-       o sdl gui runs much faster
-       o new dbtool command: ca (copy attributes)
-       o count and display number of times the song has been played
-       o new feature: scoring
-       o command line options for sdl_gui
-       o simpler syntax of streams file
-       o decrease network traffic of stat
-       o fix zombie bug
-       o many small fixes and cleanups
-
+-------------------
+
+       - sdl gui runs much faster
+       - new dbtool command: ca (copy attributes)
+       - count and display number of times the song has been played
+       - new feature: scoring
+       - command line options for sdl_gui
+       - simpler syntax of streams file
+       - decrease network traffic of stat
+       - fix zombie bug
+       - many small fixes and cleanups
+
+-------------------
 0.0.94 (2003-05-04)
-~~~~~~~~~~~~~~~~~~~
-       o new server command: ns (next stream)
-       o new icc_gui command: c (change stream)
-       o internal mp3info
-       o stat shows also id3 tag info
-       o new sdl based gui
-       o log flodding bug fixed
-       o many small fixes and cleanups
+-------------------
 
+       - new server command: ns (next stream)
+       - new icc_gui command: c (change stream)
+       - internal mp3info
+       - stat shows also id3 tag info
+       - new sdl based gui
+       - log flodding bug fixed
+       - many small fixes and cleanups
+
+-------------------
 0.0.93 (2003-03-28)
-~~~~~~~~~~~~~~~~~~~
-       o colors for icc_gui
-       o icc_gui sets volume directly (linux only)
-       o proper locking that fixes some races
-       o fix security bug that caused commands to be executed even
+-------------------
+
+       - colors for icc_gui
+       - icc_gui sets volume directly (linux only)
+       - proper locking that fixes some races
+       - fix security bug that caused commands to be executed even
          with unsufficient permissions
-       o new command: hup to make all servers reread their configuration file
-       o icecast meta data streaming
-       o many small fixes and cleanups
+       - new command: hup to make all servers reread their configuration file
+       - icecast meta data streaming
+       - many small fixes and cleanups