Merge branch 't/crypt_cleanups'
[paraslash.git] / NEWS
1 -------------------------------------------
2 0.4.7 (to be announced) "infinite rollback"
3 -------------------------------------------
4
5         - configure: improved options for ogg/vorbis/speex.
6         - The git version reported by --version always matches HEAD.
7         - The autogen script detects the number of processors and
8           runs a parallel make if possible.
9         - Major cleanup of the crypto API.
10
11 ------------------------------------------
12 0.4.6 (2011-03-31) "deterministic entropy"
13 ------------------------------------------
14
15 Lots of ogg/vorbis improvements, the new test suite, enhancements
16 for para_gui and a fair amount of other bug fixes.
17
18         - For DCCP/OGG streams the audio file header is only sent once
19           at the beginning of the stream rather than periodically
20           every five seconds. This reduces network traffic and the
21           FEC group size.
22         - The vorbis comment header is replaced by an empty dummy header
23           before the header is sent over the network. This also results in
24           less network traffic and smaller FEC groups.
25         - The new "test" make target allows to perform some sanity checks prior
26           to installing the package.
27         - ogg timing fixes and performance improvements
28         - Scheduler improvements
29         - Proper exit codes for para_write
30         - para_gui: New option --theme to select a startup theme. Several
31           other improvements and fixes.
32         - aacdec error message cleanups
33         - simplified color error handling
34
35 --------------------------------------------
36 0.4.5 (2010-12-17) "symmetric randomization"
37 --------------------------------------------
38
39 Bug fixes, internal cleanups and variable-sized FEC slices.
40
41         - Contains a fix for an invalid-free-bug in the ogg audio format
42           handler code.
43         - Switching off the DCCP sender works again.
44         - para_audiod handles crashes of para_server more robustly.
45         - Internal scheduler and writer cleanups.
46         - Reduced latency due to variable-sized FEC slices.
47         - Improved documentation and error diagnostics.
48         - The build of para_server is now optional, allowing the build
49           to succeed in case libosl is not installed.
50
51 ------------------------------------------
52 0.4.4 (2010-08-06) "persistent regularity"
53 ------------------------------------------
54
55 Support for yet another audio format, para_write improvements and
56 bug fixes.
57
58         - Support for the speex codec.
59         - Support for sample formats other than 16 bit little endian.
60         - error2.h is now created by a perl script which speeds up configure
61           considerably.
62         - Fix a bug in the aac decoder which could lead to segfaults in
63           para_filter/para_audiod.
64         - Fixes for autoconf-2.66.
65
66 ----------------------------------------
67 0.4.3 (2010-07-05) "imaginary radiation"
68 ----------------------------------------
69
70 Many improvements for the DCCP and the UDP transport, the new user
71 manual and the usual mix of bug fixes and internal improvements.
72
73         - FEC support for the DCCP sender (Gerrit Renker). The new
74           --dccp_max_slice_size, --dccp_data_slices_per_group and
75           --dccp_slices_per_group options can be used to set the FEC
76           parameters for the DCCP transport.
77         - DNS lookups for UDP targets (Gerrit Renker).
78         - The new user manual replaces the README, README.afs, REQUIREMENTS
79           and INSTALL documents.
80         - Fix an end-of-file detection bug in the oggdec filter.
81         - The new nonblock API.
82         - Both options of the oggdec filter have been removed.
83         - New debug mode for the internal scheduler.
84
85 ------------------------------------------
86 0.4.2 (2010-04-23) "associative expansion"
87 ------------------------------------------
88
89 It's been some time since the last release, but finally here is
90 paraslash-0.4.2. The bulk of the changes comes from the new buffer
91 tree API, but there are changes all over the tree. Mainly performance
92 and usability improvements, but also quite some bug fixes.
93
94         - The new buffer tree API.
95         - DCCP: Support for CCID negotiation (Gerrit Renker).
96         - UDP robustness fixes.
97         - The --bufsize option for mp3dec is gone as it no longer makes sense
98           for the new buffer tree API.
99         - Fix audible buffer underruns for wma streams.
100         - The alsa writer no longer prints meaningless underrun durations.
101         - audiod: Defaults work also for udp streams. If no filter is
102           given for an audio format that is received via upd, fecdec is
103           automatically added as the first filter (along with the decoder).
104
105 ---------------------------------------
106 0.4.1 (2009-12-22) "concurrent horizon"
107 ---------------------------------------
108
109 Support for another audio format, minor feature enhancements and lots of bug
110 fixes. All fixes that have been accumulated in the maint branch (in particular
111 those mentionened in the 0.3.6 release notes) appear in this release as well.
112
113         - wma support.
114         - new afh option: --human to activate human-readable output.
115         - new server/audiod option: --log-timing to print timing information.
116         - build system improvements.
117         - source code documentation updates.
118
119 -------------------------------------
120 0.3.6 (2009-12-07) "cubic continuity"
121 -------------------------------------
122
123 Quite a few bugs have been found and fixed since 0.3.5, so here's
124 another 0.3.x release. No new features.
125
126         - Always check return value of malloc().
127         - ogg vorbis/FEC: Do not write garbage after the audio file header.
128         - exit if root privileges could not be dropped.
129         - FEC: Fix computation of extra slices.
130         - oss: Fix check for empty input buffer.
131         - Avoid buffer underruns due to filter chain output buffer constraints.
132         - server: Fix assignment of afs_pid.
133         - Don't panic if the afs database contains unknown audio formats.
134         - http/dccp: Do not send the audio file header twice.
135         - FEC: Timing improvements.
136
137 ----------------------------------------------
138 0.4.0 (2009-11-10) "simultaneous independence"
139 ----------------------------------------------
140
141 Two significant changes which require the new version number: The
142 improved authentication dialog and the fact that the database code
143 has been moved to a library, libosl. To use the new version, you have
144 to generate new RSA keys, see INSTALL for details. A shell script is
145 provided for conversion of the 0.3 database to the new 0.4 format.
146
147         - stronger crypto for client authentication
148         - the database code has been moved to a library
149         - improved status item handling
150         - cleanup of the build system
151         - The "-V" option now also prints the git version
152         - the new parser-friendly listing mode for the ls and stat commands
153         - mandatory rc4 encryption
154         - major audio format handler cleanups
155         - (id3,...) tags are no longer stored as a combined string in the database
156         - new mood methods: artist_matches, title_matches, comment_matches,
157           album_matches, year_maches, year.
158
159 --------------------------------------------
160 0.3.5 (2009-09-21) "symplectic separability"
161 --------------------------------------------
162
163 Full client support for *BSD Unixes, complete re-write of the ogg
164 vorbis audio format handler, various improvements all over the place
165 and the usual mix of bugfixes. This release marks the end of the 0.3
166 series if no serious problems show up.
167
168         - the new oss writer (supported on *BSD and Linux)
169         - rewrite of the ogg vorbis audio format handler. It's
170           recommended to replace the chunk tables of existing ogg
171           vorbis files in the afs database by re-adding these files
172           with "add -f".
173         - support for netmask subsets (Gerrit Renker)
174         - the new prebuffer filter
175         - improved signal handling
176         - variable fec output buffer size
177         - improved FEC timing fixes audible buffer underruns in UDP mode
178         - --log_color actually works
179         - new ls option: -d (print dates as seconds after the epoch)
180         - update to gengetopt 2.22.2
181         - support for RSA keys of size > 512 bits
182         - new option "mixer_channel" for para_fade
183
184 -----------------------------------------
185 0.3.4 (2009-05-07) "elliptic inheritance"
186 -----------------------------------------
187
188 The new udp sender, forward error correction, colored logs and various
189 other improvements. As the udp sender does not depend on any special
190 libraries, it is built unconditionally.
191
192         - The udp sender replaces the ortp sender. The new code uses forward
193           error correction to protect against packet losses. Many thanks to
194           Gerrit Renker for providing ipv6 support.
195         - The default port for udp streaming now defaults to 8000, like
196           for the http and the dccp senders/receivers.
197         - Loglevels are now specified as symbolic names, e.g.
198           "--loglevel info".
199         - improved ipv4 and ipv6 URI parser (Gerrit Renker).
200         - para_server/para_audiod: Color support for log messages.
201         - new options for mp3dec: --ignore-crc, --bufsize
202         - new audiod option: --config-file.
203         - gengetopt cleanups.
204         - Improved help/man pages: The documentation of para_audiod,
205           para_recv, para_filter and para_write now also contains
206           all options of the available receivers/filters/writers. The
207           man page of para_fade contains a description of the different
208           modes of operation.
209         - More source code documentation.
210         - vss timing fixes.
211
212 --------------------------------------------
213 0.3.3 (2008-12-01) "axiomatic perspectivity"
214 --------------------------------------------
215
216 Internal code cleanups, bug fixes, improved tag handling and the new
217 amplification filter.
218
219         - para_server uses the generic scheduling code.
220         - overhaul of the virtual streaming system.
221         - mp3: id3 version 2 support via libid3tag (optional)
222         - ogg: vorbis comment support.
223         - aac meta info support.
224         - mp3 audio format handler cleanups.
225         - new filter: "amp" to amplify the amplitude of the audio stream
226         - new status item/database entry: amplification. It is
227           used by the amp filter to pre-amplify the audio stream.
228         - fix a close-without-open bug in para_write.
229         - fix a bug in com_init() which was introduced in 0.3.2.
230         - better error diagnostics for para_client.
231
232 -----------------------------------------
233 0.3.2 (2008-04-11) "probabilistic parity"
234 -----------------------------------------
235
236 The new para_afh executable, scheduling and documentation improvements.
237
238         - new ls option: -lc (list chunk table)
239         - new executable: para_afh, the stand-alone audio file handler tool
240         - afs commands can send output more than SHMMAX (32MB on Linux). This
241           also reduces the memory usage of commands that produce large amounts
242           of output.
243         - major scheduler and audiod cleanups.
244         - more detailed and much nicer man pages.
245
246 ---------------------------------------
247 0.3.1 (2008-02-23) "liquid interaction"
248 ---------------------------------------
249
250 A mix of cleanups, bug fixes, improvements, and some new features. No
251 significant changes to the new database (osl) code, which is generally
252 a good sign.
253
254         - Share some similar/duplicate code between the http and the
255           dccp sender.
256         - Generic access control lists for paraslash senders.
257         - dccp sender: Access control lists, connection limiting and support
258           for the allow,deny,on,off,help sender commands.
259         - The default dccp port changed from 5001 to 8000 (suggested by
260           Gerrit Renker).
261         - para_server starts even if not all public keys could be loaded.
262         - Audiod performance improvements.
263         - fix a bug in the "off" command of the http sender.
264         - fix some fd and memory leaks.
265         - Update to gengetopt-2.22.
266
267 -------------------------------------
268 0.3.0 (2008-01-12) "solar saturation"
269 -------------------------------------
270
271 paraslash.0.3.0 -- 'WWDBND --what would databases never do?'.
272
273
274 Usually one might expect lots of new features AND a big increase in size
275 for a major release like this.
276
277 However, paraslash-0.3.0.tar.bz2 is the smallest paraslash tarball
278 ever. The decrease in size is mostly due to the removal of some
279 graphical tools (which were only quick hacks anyway). But also the
280 fact that the mysql code is gone cuts down the size a bit.
281
282 Being independent of mysql comes at a cost: The fact that paraslash
283 now contains its own database (the object storage layer, osl) increases
284 the (stripped) binary size of para_server by ~50K on i386.
285
286         - no more restrictions on unique basenames.
287         - independent of mysql: The new self-contained object
288           storage layer (osl) replaces the mysql database.
289         - New executable para_fsck: Check integrity of osl tables.
290         - Lyrics support.
291         - Reliable audio file move/rename detection.
292         - More portable than ever: Tested on Linux (x86_32, x86_64, sparc64),
293           MacOS (ppc32, x86_32), FreeBSD (x86_32), NetBSD (x86_32) and
294           Solaris (sparc64).
295         - the new osl-based audio file selector (afs) replaces the random,
296           the playlist and the mysql selector of paraslash-0.2.x.
297         - IPv6 support (thanks to Gerrit Renker).
298         - paraslash-0.2.x streams are now called "moods". Writing
299           0.3.x-mood definitions should be both easier and more
300           powerful than writing 0.2.x-stream definitions.
301         - para_krell, para_slider, para_para_sdl_gui, para_dbadm have
302           been removed. The world is a better place without them. However,
303           para_gui is still there.
304         - afs tracks audio file selection also in playlist mode.
305         - few easy-to-use afs commands replace the many not-so-easy-to-use
306           mysql commands (and are available also in playlist mode).
307         - Improved error subsystem.
308         - The earth-shaking new logo.
309
310 -----------------------------------------
311 0.2.17 (2007-11-20) "isotropic threshold"
312 -----------------------------------------
313
314 Mainly bugfixes and cleanups in this version which marks the end of
315 the 0.2.x series if no serious bugs show up after the release.
316
317         - mysql_selector: fix a locking bug.
318         - universal chunk queueing.
319         - dccp sender uses chunk queueing if write() returns EAGAIN (thanks
320           to Gerrit Renker).
321         - be more carful wrt. signed vs. unsigned argument passing.
322         - cleanup error.h and fix some references to invalid error
323           codes.
324         - update to gengetopt-2.21.
325         - update to ortp-0.13.1.
326         - autoconf: extend checks for headers, library functions and
327           compiler characteristics.
328         - Fix streaming of large mp3 files.
329         - Fix an off-by-one bug in playlist handling.
330
331 --------------------------------------
332 0.2.16 (2007-04-05) "neural discharge"
333 --------------------------------------
334
335 The main change in this release is the major audio format handler
336 cleanup which removes some similar/duplicate code and makes it easier
337 to implement plugins for other audio formats. Of course, the usual mix
338 of other improvements/changes/bugfixes also made it into the release.
339
340         - simplified audio format handlers (most of the handling functions
341           were moved one layer up to the virtual streaming system).
342         - para_server uses mmap to read audio files
343         - repositioning of mp3 streams is much faster, in particular for
344           jumping near the end of large mp3 files.
345         - permission flags DB_READ,DB_WRITE have been renamed to AFS_READ
346           and AFS_WRITE.
347         - fix a bug in para_filter that caused decoding of aac files
348           to start only after a few seconds.
349         - fix osx_writer hangs
350         - simplified dccp code (thanks to Gerrit Renker)
351         - the compress filter works also on big endian systems (ppc)
352
353 -----------------------------------------
354 0.2.15 (2007-02-16) "inductive resonance"
355 -----------------------------------------
356
357 Minor improvements, more documentation and a bunch of bug fixes.
358
359         - para_server: The server.users file is only read once on server
360           startup rather than for each connection
361         - mp3dec: Fix decoding of corrupt mp3 files
362         - afs (audio file sender) is now called vss (virtual streaming
363           system). Consequently, the permission flags specified in
364           ~/.paraslash/server.users have also changed: AFS_READ and AFS_WRITE
365           become VSS_READ and VSS_WRITE respectively.
366         - para_audiod/para_filter: Fix a bug that caused the last chunk
367           of audio data not being written under certain circumstances
368         - audiod: compute the difference of server time and local time
369           correctly
370         - para_server/para_audiod: Fix some memory leaks
371         - documentation improvements
372         - configure.ac: fix checks for para_krell
373         - new man pages
374
375 -------------------------------------------
376 0.2.14 (2006-10-15) "transient singularity"
377 -------------------------------------------
378
379 The only major enhancement of this version is the osx writer which completes
380 the Mac OS Port and was originally planned already for 0.2.13 but had to wait
381 until now for reasons beyond the scope of this changelog entry.
382
383         - new output plugin for Mac Os: the osx writer
384         - rename configure command line options from --enable-xxx-headers to
385           --with-xxx-headers and  --enable-xxx-libs to --with-xxx-libs
386         - configure: new command line options: --with-mad-headers,
387           --with-mad-libs, --with-oggvorbis-headers, and --with-oggvorbis-libs
388         - some robustness fixes
389         - dymamic audio format recognition for audiod
390         - para_server: new command line option: --autoplay_delay
391         - para_audiod: new command line option: --clock_diff_count
392
393 ---------------------------------------
394 0.2.13 (2006-07-14) "sonic convolution"
395 ---------------------------------------
396
397 A bunch of new features and core changes.
398
399         - the new paraslash scheduler, short and sweet.
400         - Support for m4a/mp4 files via the new aac audio format
401           handler/filter (requires libfaad).
402         - each writer has its own command line parser, just like
403           para_recv and para_filter.
404         - para_client and para_audioc use the error subsystem
405         - writers are integrated in para_audiod (currently linux-only)
406         - para_client is integrated in para_audiod
407         - random/playlist selector: improved info strings
408         - new audiod commands: tasks, kill
409         - update to libortp-0.10.1
410         - para_fade: wake time defaults to 8 hours from now
411         - update to autoconf-2.60
412
413
414 ------------------------------------------
415 0.2.12 (2006-05-12) "oriented abstraction"
416 ------------------------------------------
417
418 Many user-visible changes in this release and lots of new
419 features:
420
421
422         - the new optional dccp sender/receiver. It uses the datagram
423           congestion control protocol. You'll need a fairly new kernel
424           for this.
425         - paraslash works on Mac OS X (thanks to Gerd Becker)
426         - para_play renamed to para_write
427         - modular output plugin design (writers) for para_write
428         - new file_writer output plugin for para_write
429         - compress filter speed improvements
430         - update to libortp-0.9.1
431         - update to gengetopt-2.17rc
432         - para_client no longer depends on libreadline (as the
433           code for the interactive mode was removed).
434         - gcc-2-95 is no longer a supported compiler. It may still
435           work, but it gets no more testing.
436         - the tarball no longer contains the screenshot images which
437           reduces its size quite a bit.
438         - configure: new command line options: --enable-mysql-headers
439           and --enable-mysql-libs
440
441 ------------------------------------
442 0.2.11 (2006-03-11) "atomic duality"
443 ------------------------------------
444
445 Here it is, the first paraslash release developed with git. There
446 are fairly many user-visible changes in this release. As two out of
447 the three "database tools" of paraslash don't use a database at all,
448 they are now called "audio file selectors" instead.
449
450
451         - the cdt command (change database tool) becomes chs (change
452           selector)
453         - no more colon separators: The syntax of some options of
454           para_audiod and para_filter have changed. Use --help for
455           more info (and some examples).
456         - update to gengetopt-2.16 (thanks to Lorenzo Bettini)
457         - switch from cvs to git (should've done that earlier)
458         - the new ipc subsystem
459         - new audio file selector: playlist
460         - para_server: the dopey selector is now called "random",
461           and is the default selector. Use the --selector option to
462           choose another selector at startup, or the chs command to
463           change the selector at runtime.
464         - X86_64 fixes (thanks to Steffen Klassert)
465         - para_play fixes
466
467
468 --------------------------------------
469 0.2.10 (2006-02-17) "cyclic attractor"
470 --------------------------------------
471
472 Huge documentation update, a scrollable window for para_gui, ortp
473 improvements, and of course many small fixes not mentioned here.
474 The diffstat below is rather misleading as most insertions are due
475 to the new source documentation.
476
477         - autoconf cleanup
478         - para_server also uses the new error subsystem
479         - lots of new documentation (UTSL)
480         - gui improvements:
481                 - keysyms for cursor keys and for next/previous page keys
482                 - scrollable output window
483                 - new internal commands: scroll up/down, page up/down
484                 - fix color of command output.
485         - ortp: the --chunk_time and --header flags are no longer needed
486         for para_recv/para_audiod as this information is now encoded in
487         each rtp packet sent by para_server.
488
489
490 -------------------------------------------
491 0.2.9 (2006-01-24) "progressive turbulence"
492 -------------------------------------------
493
494 Internal audiod receivers/filters, the new error subsystem and
495 a lot of small improvements.
496
497         - para_recv and para_filter are integrated into the para_audiod
498           binary, i.e. audiod no longer spawns a new process for
499           each receiver/filter. As para_recv and para_filter might be
500           useful as standalone programs, they still get built (linked
501           against the same object files that are also used for audiod).
502         - further ortp timing improvements should reduce the CPU usage
503           of the ortp receiver.
504         - improved audio grabbing. The 'grab' command of para_audiod
505           has its own set of command line options. Read the output of
506           "para_audioc help grab" for more info.
507         - oggdec: configurable input prebuffer size.
508         - the new error subsystem gives better error diagnostics
509           and reduces code size.
510
511
512 -----------------------------------------
513 0.2.8 (2006-01-02) "dynamic accumulation"
514 -----------------------------------------
515
516 The new modular filter design and the para_play-hangs bugfix.
517
518         - new executable: para_filter. It combines para_mp3dec,
519           para_oggdec and para_compress. It also adds a further filter
520           type, wav, that just inserts a wave header at the desired point
521           of the filter chain. All 'piping' is done in-memory (i.e. no
522           read/write operations are used).
523         - para_play: fix a stupid bug that caused it to hang under
524           certain circumstances.
525
526
527 -------------------------------------------
528 0.2.7 (2006-12-27) "transparent invariance"
529 -------------------------------------------
530
531 Not many user-visible changes but a fair amount of internal improvements.
532
533
534         - The http sender buffers data if it can not be sent
535           out immediately (because the socket is not writable). This
536           should prevent para_server from shutting down the connection
537           too early on a loaded network.
538         - para_play also prebuffers data if it is told to start at a
539           future time by the --start_time option.
540         - The return of para_recv: It combines para_ortp_recv and
541           para_http_recv. Use the --receiver option to switch between
542           the two. para_recv builds without libortp, but contains
543           only the http receiver in this case.
544         - update to ortp 0.8.1. As this ortp release contains incompatible
545           changes, para_recv-0.2.7 won't link against older ortp libs.
546         - improved ortp timings.
547         - use of gcc-extensions that #define away for non-gcc and
548           gcc < 3.0.
549
550
551 -------------------------------------------
552 0.2.6 (2005-10-29) "recursive compensation"
553 -------------------------------------------
554
555 Transparent session encryption (uses openssl's Alleged RC4 cipher),
556 the internal find command and several other improvements and cleanups.
557
558         - Encrypt the session if encryption is requested by the client
559           (default for para_client 0.2.6). This is backwards
560           compatible, so older clients can still connect to para_server
561           0.2.6. Use the new client option --plain to request an
562           uncrypted session (off by default, must be set to on in
563           order to connect to para_server 0.2.x with 0 <= x <= 5).
564         - para_server uses an internal function to locate audio files
565           rather than calling find(1). The server option
566           --mysql_audio_file_dir replaces --mysql_find_cmd.
567         - documentation update
568         - man pages
569         - header file cleanup
570         - para_client code cleanup
571         - para_gui: faster display of output of display commands
572
573
574 ------------------------------------------
575 0.2.5 (2005-10-13) "aggressive resolution"
576 ------------------------------------------
577
578 This release adds internal senders, i.e. no more external programs are
579 spawned for sending out the audio data. There are two different senders
580 available: The http sender and the ortp sender (former para_send which
581 is no longer needed).
582
583 The new sender code has a plugin-like design so it can be easily
584 extended should there be be any future need for supporting another
585 network streaming protocol. All senders are completely independent of
586 each other. In particular, the http and the ortp sender can operate
587 in parallel.
588
589         - new server command: sender to control senders at runtime.
590           Read the output of "para_server -h" and "para_client help
591           sender" for more information.
592         - para_recv renamed to para_ortp_recv
593         - new executable: para_http_recv, a simple command line
594           http receiver.
595         - major afs/mp3/ogg code simplifications due to internal
596           senders.
597         - ogg timing improvements
598         - fix several minor memory leaks (found by valgrind)
599         - empty stream definitions work again
600         - com_ne(): ignore errors on remove
601         - audiod: fix segfault on server restart
602
603
604 ---------------------------------------
605 0.2.4 (2005-09-21) "toxic anticipation"
606 ---------------------------------------
607
608 Several small improvements, fixes and the new grab command.
609
610         - audiod:
611                 - new command: "grab" to grab the output of the stream reader
612                   or any filters. Read the output of "para_audioc help grab"
613                   for more information.
614                 - fix memory leak
615                 - code cleanup
616         - audioc: new command line option: --bufsize to specify a
617           buffer size different from the default size 8192.
618         - improved error diagnostics for para_play.
619         - new configure option: --enable-ssldir so search for openssl in
620           non-standard places
621         - sdl_gui: Make it look nice again for 1024x768
622         - server: report total size of memory allocated with sbrk by malloc,
623           new command line option: --announce_time
624
625
626 -----------------------------------------
627 0.2.3 (2005-09-01) "hydrophilic movement"
628 -----------------------------------------
629
630 Two new executables and major feature enhancements.
631
632         - audiod filters: It is now possible to specify arbitrary many
633           (including none) filters for each supported audio
634           format. This can be used e.g. for normalizing volume,
635           transforming or grabbing the audio stream, or for using
636           visualizers.  Read the output of "para_audiod -h" for the
637           syntax of the new --filter_cmd option.
638         - new executable: para_play, a tiny alsa player. It
639           can play wave files or raw pcm (16 bit little endian)
640           from stdin.
641         - new executable: para_compress, a dynamic range compressor
642           intended to keep audio output at a consistent volume. Derived
643           from AudioCompress, http://trikuare.cx/code/AudioCompress.html.
644         - audiod: New option: --stream_delay. This can be used in
645           a local network to syncronize the audio output of all
646           clients that play the same stream.
647
648
649 ------------------------------------------
650 0.2.2 (2005-08-19) "tangential excitation"
651 ------------------------------------------
652
653 Mostly internal changes in this release, but also some new commands
654 for the mysql database tool.
655
656         - cleanup exec.c, fix para_exec bug
657         - compile time loglevel (log messages below the given level
658           won't be compiled in, which reduces the size of the
659           resulting binaries)
660         - new log macros that shorten the size of the source code.
661         - workaround a gcc-4.1 bug (?) that caused send_cred_buffer()
662           to send only zeros. With this workaround, para_audioc works
663           again.
664         - avoid gcc-4 warning: conflicting types for built-in function 'clog'
665         - new mysql commands: "rm" (remove entry), "mv" (rename entry) "ne"
666           (new entry), "snp" (set numplayed). Read the manual for more
667           information.
668
669
670 ---------------------------------------
671 0.2.1 (2005-08-15) "surreal experience"
672 ---------------------------------------
673
674 Here comes paraslash-0.2.1. It contains a couple of new features and,
675 surprise, only minor bug fixes.
676
677         - kill noisy mp3 debug message
678         - cleanup of the build system
679         - para_server and para_client directly use the crypto routines
680           of the openssl library rather than invoking the openssl command
681           line utitlity
682         - server/audiod: new option --user to switch to the given user
683           when invoked as root. Read the output of "para_server -h" for
684           more information.
685         - gui/sdl_gui: new option --stat_cmd to be used to retrieve the
686           status. Default: "para_audioc stat"
687         - sdl_gui: new option --pic_cmd to be used to download the picture.
688           Default: "para_client pic"
689         - audiod: 5 slots ought to be enough for everybody
690         - audiod: new status item: Uptime, kill hup command
691
692
693
694 ------------------------------------------
695 0.2.0 (2005-08-06) "distributed diffusion"
696 ------------------------------------------
697
698 After several month of increased development activity, paraslash-0.2.0
699 has arrived. It contains many new features and is much more
700 self-contained than the old 0.1.x series. Enjoy!
701
702
703         - para_server: fix hang on song change and crash on sighup.
704           Speed up mysql queries. The DIR_LIKE macro is gone.
705         - new executables: para_audiod, the local audio daemon that
706           starts playback (uses SCM_CREDENTIALS socket magic) and
707           para_audioc, the corresponding client.
708         - new executables: para_mp3dec/para_oggdec, two really teensy
709           decoders. para_mp3dec is based on libmad, para_oggdec requires
710           libvorbisfile.
711         - ovsend/ovrecv are capable of streaming ogg as well as mp3, so
712           they are now called para_send and para_recv respectively.
713         - documentation updates
714         - para_gui is themable. For now there is the default theme that
715           looks as before and the simple theme: blue and easy.
716         - gui: audio streaming is now handled by audiod. Time display shows
717           playback time rather than streaming time
718         - slider: update to libzmw-0.2.0
719         - para_krell: fix crash on server shutdown
720         - switch from gzip to bzip2
721
722
723 ----------------------------------------
724 0.1.7 (2005-04-18) "melting penetration"
725 ----------------------------------------
726
727 The main change in this release is clearly the oggvorbis rewrite,
728 but there are also lots of smaller changes. If you intend to use both
729 the mp3 and the ogg plugin, it is recommended to use software mixing,
730 e.g. the dmix plugin which is provided by ALSA.
731
732         - new executables: para_ovsend and para_ovrecv for sending/receiving
733           oggvorbis files via rtp. Requires the open rtp library. Get it at
734           http://www.linphone.org/ortp/
735         - rewrite of the ogg_vorbis core code
736         - configure detects libzmw and, if detected, includes
737           para_slider to the list of binaries to be built by make
738         - server stream writers read from their associated fifo rather
739           than from stdin
740         - slider: two new sliders, lastplayed and numplayed
741         - fix nasty double free bug which caused random segfaults in case of
742           mp3 files with invalid header information
743         - gui: new command line option: --stream_timeout=seconds  to
744           deactivate a slot if it is idle for that many seconds (default=`5')
745         - diffstats
746
747
748 ---------------------------------------
749 0.1.6 (2005-03-05) "asymptotic balance"
750 ---------------------------------------
751
752 Only little user-visible changes in this release. Mainly bugfixes and
753 core code cleanup. This is probably the most stable version ever if you
754 stick to mp3...
755
756         - fix several memory leaks
757         - rename default name of mysql database from "music" to "paraslash".
758           Use para_server's  --mysql_database option if you do not want to
759           rename your old database.
760         - rework ogg vorbis code
761         - make update command work on mysql servers with LOCAL_INFILE
762           disabled
763         - gui: improved stream I/O (slots)
764         - simplified audio format API
765         - para_pob_ogg is gone
766
767 ------------------------------------
768 0.1.5 (2004-12-31) "opaque eternity"
769 ------------------------------------
770
771 Let's slide gently into the new year.
772
773         - new: para_slider (not built automatically, type "make
774           para_slider" to build). A toy for those who always felt that
775           creating stream definitions is difficult. See screenshots,
776           README and FEATURES for more info.
777         - improved signal handling. Fixes server segfault on SIGHUP
778           for linux kernels newer than Aug 24 2004 and makes para_gui
779           race-free.
780         - reload database tool on SIGHUP
781         - improved help message for sl
782         - do not log "broken pipe" messages as errors. They are
783           perfectly ok.
784         - fix wrong error message on permission errors
785
786 -----------------------------------------
787 0.1.4 (2004-12-19) "tunneling transition"
788 -----------------------------------------
789
790 Bugfix release. As expected, 0.1.3 introduced a bunch of new bugs.
791 Hopefully, most of them got wiped out with this release. Some
792 enhancements went also in.
793
794         - improved error diagnostics for all commands
795         - stradd/picadd: overwrite previous contents if entry already
796           exists, rather than returning errors
797         - stradd: use current stream if invoked without args
798         - faster (and hopefully more stable) ogg-vorbis handling
799         - para_krell: reap children to avoid zombie-flooding in case
800           no server is running
801         - si: report also server pid
802         - server: don't busy-loop if dbtool reports only invalid files.
803         - gui: CTRL+C works again, fix stream_read command line option
804         - fix pic_add, hist
805         - fix mysql dbtool startup in case no database exists
806         - many small fixes and cleanups
807
808 ---------------------------------------
809 0.1.3: (2004-12-10) "vanishing inertia"
810 ---------------------------------------
811
812 Starting from this release, the database tools are integrated in the
813 server binary. This decreases server startup time, reduces code size
814 and speeds up database commands. However, the layout of the underlying
815 mysql database changed only slightly and 0.1.3 should be backwards
816 compatible in that respect.
817
818 Visible changes:
819
820         - If mysql is not detected at compile time, or fails to init
821           at runtime, fall back to the dopey database tool which should
822           always work.
823         - para_dbtool and dbtool.conf are gone. All mysql specific
824           options are read from server.conf and are prefixed by 'mysql_'.
825         - new command: cdt (change database tool)
826         - new command line option: dbtool (choose startup database tool)
827         - The name of current stream is now stored in the database,
828           so paraslash remembers its current stream when restarted.
829         - new command: csp (change stream and play)
830         - para_gui also reports current database tool and server uptime
831
832
833 -------------------------------------------
834 0.1.2: (2004-11-28) "spherical fluctuation"
835 -------------------------------------------
836
837 Point release before the big dbtool changes go in.
838
839         - dbtool: rename ca to cam (copy all meta data). It now also
840           copies numplayed and lastplayed time as well as the picture
841           id.
842         - fix endless-loop-bug caused by mp3 files with invalid header
843
844 -----------------------------------------
845 0.1.1: (2004-11-05) "floating atmosphere"
846 -----------------------------------------
847
848         - gkrellm plugin
849         - new dbtool command: mbox. Browse your sound-file collection
850           with your favorite mail reader.
851         - several small fixes
852
853 -------------------------------------
854 0.1.0: (2204-10-22) "rotating cortex"
855 -------------------------------------
856
857         - fix logging bug for loglevel > VERBOSE
858         - fix skip command
859         - correct timings for vbr mp3s
860         - modular audio format support
861         - ogg-vorbis support (experimental)
862         - new server option: autoplay
863
864 -----------------------------------------
865 0.0.99: (2004-07-25) "harmonic deviation"
866 -----------------------------------------
867
868         - rename projectname from icc to paraslash (play, archive, rate
869           and stream large audio sets happily)
870         - paraslash is no longer restricted to one particular audio
871           streaming software
872         - new dbtool commands (stradd, strq, strdel) for easy stream
873           managment w/o configuration file. That obsoletes stream_defs
874           file/config option for dbtool.
875         - picadd accepts jpeg data from stdin
876         - new server commands: ps (select previous stream), sc (song change)
877         - new default pictures for sdl_gui
878         - gui: new key_map option for binding commands and internal
879           functions to arbitrary keys, nice help screen, rip out
880           soundcard/linux specific stuff, avoid noise artefacts while jumping,
881           show silly logo on startup
882         - new executables: para_fade for fading volume, para_dbadm for
883           manipulating attributes
884         - cdb adds _all_ tables to mysql database
885         - revised and beautified documentation
886         - sample dbtool rewritten in C
887         - autoconf
888
889 ---------------------------------------------
890 0.0.98: (2003-12-26) "incremental smoothness"
891 ---------------------------------------------
892
893         - kick icecast in favour of poc. That removes some races and reduces
894           core code considerably.
895         - cbr/vbr is displayed by stat and gui/sdl_gui. New status flags
896           give finer info on afs' status.
897         - gui can start decoder (see config options). Further new gui
898           commands: refresh (^L), jmp (F1-F10)
899         - gui rereads conf on SIGUSR1 instead of SIGHUP. SIGHUP
900           terminates gui. This fixes dead instances consuming memory
901           continuously.
902         - new dbtool command: verb for sending verbatim sql queries.
903         - fix pid_list races (by removing pid_list)
904         - codename funnies
905
906 --------------------
907 0.0.97: (2003-10-26)
908 --------------------
909
910         - installation prefix now defaults to /usr/local
911         - new commands for gui: snozze, sleep and reread config
912         - config file for gui and sdl_gui
913         - fix problems with filenames containing funny characters
914           (reported by Thomas Forell)
915         - improved signal handling for gui, now it rereads conf on SIGHUP
916         - new dbtool command: cdb (create database)
917         - switch from argtable to gengetopt
918         - major code cleanup and speed improvements
919         - fix several potential buffer overflows
920         - many small fixes and cleanups
921
922 -------------------
923 0.0.96 (2003-08-30)
924 -------------------
925
926         - easy stream_defs syntax
927         - sdl_gui can display images associated to the file being played
928         - Major feature enhancements for icc_gui including dynamic text
929           placement and the top/bottom window design
930         - vrfy/clean now also checks for NULL values in attributes as
931           well as for invalid picture pointers
932         - fix long outstanding case sensitivity bug
933         - many small fixes and cleanups
934
935 -------------------
936 0.0.95 (2003-06-29)
937 -------------------
938
939         - sdl gui runs much faster
940         - new dbtool command: ca (copy attributes)
941         - count and display number of times the song has been played
942         - new feature: scoring
943         - command line options for sdl_gui
944         - simpler syntax of streams file
945         - decrease network traffic of stat
946         - fix zombie bug
947         - many small fixes and cleanups
948
949 -------------------
950 0.0.94 (2003-05-04)
951 -------------------
952
953         - new server command: ns (next stream)
954         - new icc_gui command: c (change stream)
955         - internal mp3info
956         - stat shows also id3 tag info
957         - new sdl based gui
958         - log flodding bug fixed
959         - many small fixes and cleanups
960
961 -------------------
962 0.0.93 (2003-03-28)
963 -------------------
964
965         - colors for icc_gui
966         - icc_gui sets volume directly (linux only)
967         - proper locking that fixes some races
968         - fix security bug that caused commands to be executed even
969           with unsufficient permissions
970         - new command: hup to make all servers reread their configuration file
971         - icecast meta data streaming
972         - many small fixes and cleanups