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