]> git.tuebingen.mpg.de Git - paraslash.git/blob - NEWS.md
009982a3b85a3ad2421aab8ef4684b3dc30a8587
[paraslash.git] / NEWS.md
1 NEWS
2 ====
3
4 ------------------------------------------
5 0.7.2 (to be announced) "optical friction"
6 ------------------------------------------
7
8 - A major cleanup of the audio file selector.
9 - The client no longer prints error messages from afs commands to
10   stdout but to stderr.
11 - The sleep subcommand of para_mixer gained two options to control
12   the startup mood and the time period before fade-out starts. A bunch
13   of further improvements for this subcommand went in as well.
14 - Minor cleanup of the net subsystem.
15
16 Downloads:
17 [tarball](./releases/paraslash-git.tar.xz)
18
19 --------------------------------------
20 0.7.1 (2022-10-03) "digital spindrift"
21 --------------------------------------
22
23 The two new ll commands and the internal mp4ff library are the most
24 user-visible changes of this release. On top of that there are two
25 core changes which aim to improve the robustness of the code but which
26 are otherwise invisible: the switch from select(2) to poll(2) and the
27 revised memory allocation API which checks for integer overflows. The
28 release also comes with a slight change to the build system and the
29 usual mix of bug fixes and minor improvements not mentioned here.
30
31 - The autogen.sh script now only creates the autoconf specific files
32   but no longer runs configure, make and the test suite.
33 - A stripped down copy of the discontinued libmp4ff library has become
34   part of the paraslash code base. As a result it is no longer necessary
35   to install faad from source to get support for aac/m4a files. The
36   faad decoder package must still be installed.
37 - The log level of the running daemon can now be changed with the
38   new ll command. It is available for para_server and para_audiod.
39 - All calls to select(2) have been replaced by calls to poll(2)
40   to avoid known shortcomings of the select API.
41 - All allocation functions now check for integer overflow. Since this
42   requires support from the compiler, the oldest supported gcc version
43   has been bumped to gcc-5.4 (released in 2015).
44
45 Downloads:
46 [tarball](./releases/paraslash-0.7.1.tar.xz),
47 [signature](./releases/paraslash-0.7.1.tar.xz.asc)
48
49 ----------------------------------
50 0.7.0 (2022-03-12) "seismic orbit"
51 ----------------------------------
52
53 The major incompatible change which requires to bump the major version
54 is the switch from sha1 to sha256, see below for details. However,
55 there are many other improvements, the usual amount of bug fixes and
56 a couple of new features.
57
58 - Starting with paraslash-0.7.0, the sha256 hash value of each known
59   audio file is stored in the database while older versions employed the
60   sha1 hash algorithm which has been considered insecure since 2005
61   and should no longer be used today. The switch from sha1 to sha256
62   requires users to upgrade their database using the new para_upgrade_db
63   program, followed by re-adding all files to recompute the hashes. With
64   this approach all metadata stored in the database (last played date,
65   num played value, moods, playlists, attributes etc.) are kept. An
66   simpler alternative is to start over from scratch by running the
67   "init" command but this will lose these metadata.
68 - Server and client now hash the session keys with sha256 rather
69   than sha1 during the initial handshake. This feature is optional and
70   backwards compatible: old clients can still connect to a new server
71   (using sha1). Also new clients can connect to an old server (again
72   using sha1).
73 - The new "duration" keyword of the mood grammar makes it possible to
74   impose a constraint on the duration of the admissible files.
75 - The long deprecated version 1 mood syntax is no longer supported.
76 - Paraslash writers handle early end-of-file more gracefully.
77 - The alsa writer no longer warns about spurious underruns.
78 - The score formula  of the audio file selector has been reworked.
79 - Cleanups of the doubly linked lists code.
80 - New option for configure: --enable-ubsan to detect and report undefined
81   behaviour.
82 - The "tasks" server command has been removed.
83 - The fancy new logo and a minor overhaul of the web pages.
84
85 Downloads:
86 [tarball](./releases/paraslash-0.7.0.tar.xz),
87 [signature](./releases/paraslash-0.7.0.tar.xz.asc)
88
89 --------------------------------------
90 0.6.4 (2021-11-04) "fuzzy calibration"
91 --------------------------------------
92
93 This point release contains a fair number of fixes but no new features.
94 This marks the end of the 0.6 development, although paraslash-0.6 will
95 still be supported for some time and subsequent maintenance releases
96 may follow.
97
98 - The udp sender no longer crashes when empty chunks are encountered.
99 - Fix a double-free bug in the exit path of the server.
100 - The "jmp" command now errors out when given a negative percentage.
101 - A fix for a bug in para_afh which triggered on the attempt to modify
102   the tags of an invalid mp4 file.
103 - A memory leak in para_afh has been fixed.
104 - The udp sender no longer sends multiple EOF packets.
105 - Some gcc warnings have been silenced.
106 - Minor log level adjustments and documentation improvements.
107
108 Downloads:
109 [tarball](./releases/paraslash-0.6.4.tar.xz),
110 [signature](./releases/paraslash-0.6.4.tar.xz.asc)
111
112 ---------------------------------------
113 0.5.9 (2021-11-04) "reversed dimension"
114 ---------------------------------------
115
116 This release contains a few important fixes which have accumulated in
117 the maint branch. The paraslash-0.5.x series has now reached its end
118 of life and will no longer be supported. All users should upgrade to
119 a more recent version at this point.
120
121 - Fix an issue with the bash completion script.
122 - Initialize the random seed also when using libgrypt.
123 - Fix some compiler warnings in the resample filter
124 - Don't return spurious errors from the ff server command.
125
126 Downloads:
127 [tarball](./releases/paraslash-0.5.9.tar.bz2),
128 [signature](./releases/paraslash-0.5.9.tar.bz2.asc)
129
130 ----------------------------------------
131 0.6.3 (2021-02-18) "generalized activity"
132 -----------------------------------------
133
134 It has been a while since the last release, but paraslash-0.6.3
135 finally has arrived. It contains a fair number of improvements,
136 features and fixes all over the place.
137
138 - The ff command now accepts a negative argument to instruct the
139   virtual streaming system to jump backwards in the current audio
140   stream. The old syntax (e.g., "ff 30-") is still supported but it
141   is deprecated and no longer documented. The compatibility code is
142   sheduled for removal after 0.7.0.
143 - para_afh: New option: --preserve to reset the modification time to
144   the value of the original file after meta data modification.
145 - Overhaul of the compress filter code. The refined algorithm should
146   reduce clipping. The meaning of --aggressiveness has changed, see the
147   updated and extended documentation of the compress filter for details.
148 - Cleanup of the audio format handler code.
149 - We now build the tree using the .ONESHELL feature of GNU make,
150   which results in a significant speedup.
151 - Two robustness fixes for FreeBSD.
152 - para_client now supports RFC4716 private keys as generated with
153   ssh-keygen -m RFC4716. In fact, this key format has been made the
154   default, and the former PEM keys will be depreciated at some point.
155 - The ogg audio format handlers learned to detect holes and now report
156   the correct duration also if ogg pages are missing in the file. This
157   affects ogg/vorbis ogg/speex and ogg/opus.
158 - Robustness improvements for para_mixer.
159 - A fix for an old bug that could cause the server to crash or report
160   garbage in its status output.
161 - New para_play option: --end-of-playlist
162 - Streaming m4a files over udp has been improved.
163
164 Downloads:
165 [tarball](./releases/paraslash-0.6.3.tar.xz),
166 [signature](./releases/paraslash-0.6.3.tar.xz.asc)
167
168 --------------------------------------
169 0.6.2 (2018-06-30) "elastic diversity"
170 --------------------------------------
171
172 The main new feature of this release is the --listen-address option
173 for para_server and para_audiod. But there are also a large number of
174 small improvements and bug fixes all over the place. The user-visible
175 changes include
176
177 - para_gui no longer waits up to one second to update the screen when
178   the geometry of the terminal changes.
179 - Minor documentation improvements.
180 - Improvements to the crypto subsystem.
181 - The server subcommand "task" has been deprecated. It still works,
182   but prints nothing. It will be removed in the next major release.
183 - Server log output is now serialized, avoiding issues with partial
184   lines.
185 - It is now possible to switch to a different afs database by changing
186   the server configuration and sending SIGHUP to the server process.
187 - New server options: --listen--address, --http-listen-address and
188   --dccp-listen-address. These options restrict the set of listening
189   addresses of the TCP and DCCP sockets of the server process.
190 - The help commands of server, audiod, play now support --long. By default,
191   the short help is shown.
192 - The code which merges the command line options with the config file
193   options has been consolidated.
194 - If the current audio file is renamed, the status items are now updated
195   accordingly.
196 - After the server process received SIGHUP, changes to the current audio
197   file did not trigger an update of the status items. This has been fixed.
198
199 Downloads:
200 [tarball](./releases/paraslash-0.6.2.tar.xz),
201 [signature](./releases/paraslash-0.6.2.tar.xz.asc)
202
203 ----------------------------------------
204 0.6.1 (2017-09-23) "segmented iteration"
205 ----------------------------------------
206
207 The highlight of this release is the version 2 mood parser. But there
208 is a lot more than that, as summarized in the list below. And of
209 course we have many small usability improvements and bug fixes not
210 mentioned here.
211
212 - A more intuitive syntax for moods ("version 2 moods"). The
213   traditional version 1 moods are still supported but are deprecated
214   now. Removal of the version 1 mood parser is scheduled for the next
215   major release.
216 - Flex and bison are now required to build para_server.
217 - New sort order for the ls command: -s=h sorts the ls output by hash
218   value of the audio file.
219 - autogen.sh now runs the test suite after a successful build.
220 - The contents of overview.pdf have been integrated into the user
221   manual.
222 - Fixed sized audio format headers for ogg/opus streams.
223 - The doxygen source browser has been disabled temporarily. The
224   API reference is still online, though.
225 - Overhaul of the source code documentation.
226 - The deprecated --full-path option of the ls command has been
227   removed. It was a no-op since 0.6.0.
228 - The wma decoder has been cleaned up and its bitstream API made
229   more robust.
230 - The image/lyrics ID status items of the current audio file are now
231   updated on changes. This affects para_gui, which used to report the
232   old value until EOF.
233
234 Downloads:
235 [tarball](./releases/paraslash-0.6.1.tar.xz),
236 [signature](./releases/paraslash-0.6.1.tar.xz.asc)
237
238 ---------------------------------------
239 0.5.9 (2021-11-04) "reversed dimension"
240 ---------------------------------------
241 This release contains a few important fixes which have accumulated in
242 the maint branch. The paraslash-0.5.x series has now reached its end
243 of life and will no longer be supported. All users should upgrade to
244 a more recent version at this point.
245
246 - Fix an issue with the bash completion script.
247 - Initialize the random seed also when using libgrypt.
248 - Fix some compiler warnings in the resample filter
249 - Don't return spurious errors from the ff server command.
250
251 Downloads:
252 [tarball](./releases/paraslash-0.5.9.tar.bz2),
253 [signature](./releases/paraslash-0.5.9.tar.bz2.asc)
254
255 ---------------------------------------
256 0.5.8 (2017-09-23) "branching parabola"
257 ---------------------------------------
258
259 A couple of fixes for serious old bugs have accummulated in the maint
260 branch since paraslash-0.5.7 was released nine months ago. So here
261 is another 0.5.x release. As usual, all commits in the maint branch
262 have been merged into master, so the upcoming paraslash-0.6.1 also
263 contains them. For details see the git log.
264
265 Downloads:
266 [tarball](./releases/paraslash-0.5.8.tar.bz2),
267 [signature](./releases/paraslash-0.5.8.tar.bz2.asc)
268
269 -------------------------------
270 0.6.0 (2017-04-28) "fuzzy flux"
271 -------------------------------
272
273 The highlights of this release are the conversion of all option parsers
274 to the lopsub library and the improved AAC support. But there are
275 many other user-visible changes all over the place. Also a lot of
276 old cruft has been removed, leading to incompatible changes. Hence
277 the new major version number.
278
279 - Support for Mac OS X has been removed.
280 - On Linux systems, glibc-2.17 or newer is required to build the
281   source tree.
282 - Support for RSA public keys in ASN format (as generated by openssl
283   genrsa) has been removed. These keys have been deprecated since
284   2011, so users should have long switched to keys generated with
285   ssh-keygen(1).
286 - If libgcrypt is used as the crypto library, we now require version
287   1.5.0 (released in 2011) or later.
288 - The insecure RC4 stream cipher has been removed. It was superseded
289   by aes_ctr128 three years ago but the RC4 code had been kept for
290   backwards compatibility.
291 - On Linux, abstract unix domain sockets are used unconditionally.
292 - The "install" target no longer strips executables, the new
293   install-strip target can be used to get the old behaviour.
294 - The clean targets have been renamed: clean2 is gone, and the new
295   mostlyclean removes only the executables and object files.
296 - New target: check (identical to test).
297 - The DESTDIR make variable is honored to prepend a path to the
298   installation directory. This feature is orthogonal to the --prefix
299   option to configure.
300 - Minor WMA cleanups.
301 - The aac audio format handler has been rewritten to use the mp4ff library.
302   See the manual for how to install the library on your system.
303 - New status item: max_chunk_size. The value is stored in a previously
304   unused field of the afhi object of the aft table. Although backwards
305   compatible, users are encouraged to re-add m4a files to populate
306   the new field.
307 - No more chunk tables for aac. Chunk boundaries are determined
308   dynamically at stream time.
309 - Release and master branch tarballs are now compressed with xz rather
310   than bzip2.
311 - The lopsub package is required to install the paraslash package.
312   Gengetopt is no longer needed.
313 - make dep is gone. Dependencies have been created automatically for
314   a long time and it was never necessary to run make dep manually.
315 - para_gui lost its --timeout option.
316 - Most manual pages have been extended to include an overall
317   description of the command.
318 - The --stream-delay option of para_audiod has been removed. It had
319   been a no-op for many years.
320 - The deprecated --path option of the server ls command has been
321   removed.  The command now prints full paths by default, making
322   --full-path a no-op. Hence --full-path has been depreacted and is
323   scheduled for removal in v0.6.1.
324 - It is now possible to use 'CFLAGS' to override the default compiler
325   options.
326 - para_fade has been renamed to para_mixer. The four modes of operation
327   (set, fade, snooze, sleep) are implemented as subcommands of the
328   new program.
329 - The sleep subcommand of para_mixer (former sleep mode of para_fade)
330   lost its --wake-hour and --wake-min options in favor of the new
331   --wake-time option which also accepts relative wakeup times like
332   "+9:30".
333 - The new --fade-exponent option of para_mixer allows for non-linear
334   channel fading.
335 - The new logo.
336
337 Downloads:
338 [tarball](./releases/paraslash-0.6.0.tar.xz),
339 [signature](./releases/paraslash-0.6.0.tar.xz.asc)
340
341 -------------------------------------
342 0.5.7 (2016-12-31) "semantic density"
343 -------------------------------------
344
345 Mostly a bug fix release, and a bunch of internal improvements.
346 The only user-visible changes are the sanity checks for the touch
347 command and the new options to the ls command.
348
349 - Speedup of the base64 decoder.
350 - One of the two source browsers has been removed from the web pages.
351   The doxygen API reference still contains an HTML version of each
352   source file.
353 - Two race conditions in para_server have been fixed.
354 - ls -p is now deprecated in favor of -F or -b. See the help text of
355   the ls command for details.
356 - The openssl code has been adjusted to work also with openssl-1.1.
357 - The wma decoder and audio format handler now correctly decodes
358   files with unusual block sizes.
359 - We now compile with -Wformat-signedness if possible.
360 - The touch command now refuses to set an invalid image or lyrics ID.
361 - New section on contributing for the user manual.
362 - Major simplification of the error subsystem.
363
364 Downloads:
365 [tarball](./releases/paraslash-0.5.7.tar.bz2),
366 [signature](./releases/paraslash-0.5.7.tar.bz2.asc)
367
368 -------------------------------------------
369 0.4.14 (2016-12-31) "branching oscillation"
370 -------------------------------------------
371
372 Many fixes for nasty bugs have accumulated over the years since 0.4.13
373 was released in 2013. This release contains all of them. It is the
374 last v0.4.x release, so v0.4.x is now end of life. The maint branch
375 of the git repository has been forwarded to v0.5.7 and will start to
376 receive important fixes for 0.5.x, which is now in maintenance mode.
377
378 - Fix for the "double encryption bug" with gcrypt, which caused
379   garbage to be sent to stat clients.
380 - The "prev" command of para_play now works as expected.
381 - Invalid parameters for the begin and end chunk no longer cause
382   the afh receiver of para_recv to segfault.
383 - A fix for an assertion that triggered in the FEC slice setup code.
384 - Closing the terminal with a running para_gui causes the process to
385   die, rather than using 100% of CPU time.
386 - para_gui no longer shows stale information about the previous
387   audio file.
388 - A fix for a bug in the fec decoder which caused aborts if the buffer
389   pool filled up.
390 - The assertion in the buffer tree code no longer triggers.
391 - The "afs_event: table moods, event 0: key already exists in rbtree"
392   error no longer occurs on attribute changes.
393 - A NULL pointer dereference in com_sender() has been fixed.
394 - The -i option of lsatt works as advertised.
395 - Various fixes for the build system.
396
397 Downloads:
398 [tarball](./releases/paraslash-0.4.14.tar.bz2),
399 [signature](./releases/paraslash-0.4.14.tar.bz2.asc)
400
401 ---------------------------------------
402 0.5.6 (2016-07-10) "cascading gradient"
403 ---------------------------------------
404
405 The highlight of this release is the new -m flag for para_afh which
406 lets it modify the meta tags of the given audio file(s). This feature
407 is supported for all audio formats. Many small cleanups and bug fixes
408 not mentioned here have accumulated and are also part of the release.
409
410 - para_afh learned to modify meta tags of mp3 wma ogg spx
411   opus flac aac files.
412 - afs commands propagate error codes to the client.
413 - The check command now also checks the attribute table for
414   inconsistencies.
415 - New -v flag for the version command (print verbose version string)
416 - New option --priority for para_server and para_audiod.
417 - New mood methods: image_id and lyrics_id.
418 - The manual and this NEWS file have been converted to markdown.
419 - Support for the compile-time loglevel feature has been removed.
420 - Cleanup of the wma decoder and bitstream code.
421 - Improved wide-character support and fixes related to signal handling.
422 - para_gui no longer reports 100% playing time at the stream start.
423 - Opus cleanups.
424
425 Downloads:
426 [tarball](./releases/paraslash-0.5.6.tar.bz2),
427 [signature](./releases/paraslash-0.5.6.tar.bz2.asc)
428
429 --------------------------------------
430 0.5.5 (2015-09-20) "magnetic momentum"
431 --------------------------------------
432
433 Many new features and a lot of other improvements.
434
435 - On Linux systems, local sockets are now created in the
436   abstract name space by default. This allows to get rid of
437   the socket specials in /var/paraslash.
438 - The --user-allow option of para_audiod now accepts also
439   usernames rather than only user IDs.
440 - New autoconf macros to avoid duplication in configure.ac.
441 - Status items (as shown by para_gui) are updated correctly
442   when the meta information of the current audio changes.
443 - para_server and para_audiod no longer refuse to start in
444   the background if no log file is given. Instead, all log
445   messages go to /dev/null in this case.
446 - Web page cleanup.
447 - New syntax for the -l and -s options of the ls command.
448   These options should now be specified as -l=v rather than
449   -lv, for example. The old syntax still works, but support
450   will be dropped in v0.6.0.
451
452 Downloads:
453 [tarball](./releases/paraslash-0.5.5.tar.bz2),
454 [signature](./releases/paraslash-0.5.5.tar.bz2.asc)
455
456 ------------------------------------------
457 0.5.4 (2015-01-23) "exponential alignment"
458 ------------------------------------------
459
460 Another cleanup and bugfix release.
461
462 - New server command: tasks.
463 - Minor cleanups to daemon.c.
464 - New URLs for home page and git services.
465 - Improved error diagnostics for the mvblob commands.
466 - New sender subcommand: status.
467 - Improved help text for server and afs commands.
468 - audiod memory leak fixes.
469 - Miscellaneous improvements to the build system.
470 - oss_writer improvements.
471 - Improved handling of mp3 files with both id3v1 and id3v2 tags.
472
473 Downloads:
474 [tarball](./releases/paraslash-0.5.4.tar.bz2),
475 [signature](./releases/paraslash-0.5.4.tar.bz2.asc)
476
477 ---------------------------------------------
478 0.5.3 (2014-08-01) "symbolic synchronization"
479 ---------------------------------------------
480
481 Not many new features, but lots of fixes and usability improvements.
482
483 - para_gui has been converted to use the paraslash scheduler.
484 - Various alsa-related fixes, mostly for the raspberry pi.
485 - Many scheduler improvements and cleanups.
486 - The test suite has been extended to include sanity checks
487   for the generated man pages.
488 - ao_writer fixes. This writer was in a quite bad shape. Many
489   serious bugs have been fixed.
490 - new audiod command: version.
491 - Minor improvements to the bitstream API.
492 - The cpsi command now prints a meaningful error message if
493   none of the given patterns matched any audio file.
494
495 Downloads:
496 [tarball](./releases/paraslash-0.5.3.tar.bz2),
497 [signature](./releases/paraslash-0.5.3.tar.bz2.asc)
498
499 ----------------------------------------
500 0.5.2 (2014-04-11) "orthogonal interior"
501 ----------------------------------------
502
503 The new sync filter, the AES_CTR128 stream cipher and the overhauled
504 network code are the highlights of this release. It also includes a
505 fair number of smaller fixes and improvements not mentioned here.
506
507 - The new sync filter synchronizes playback between multiple
508   clients.
509 - Connections between para_server and para_client are now
510   encrypted by means of AES rather than RC4 if both sides
511   support it. RC4 is still available as a fallback. This
512   feature is fully transparent, i.e. no command line options
513   are necessary, and a client linked against openssl can
514   speak with a server linked against libgcrypt and vice versa.
515 - Major cleanup of the networking subsystem.
516 - Improvements to para_fade: the new set mode, multi-channel
517   initial volumes, better error logging.
518 - The man pages of para_audiod, para_filter, para_recv, and
519   para_write contain the relevant options for receivers, filters,
520   writers. This broke in 0.5.0.
521 - ogg/vorbis latency improvements.
522 - Improved user manual.
523 - Minor fixes to avoid clang warnings.
524
525 Downloads:
526 [tarball](./releases/paraslash-0.5.2.tar.bz2),
527 [signature](./releases/paraslash-0.5.2.tar.bz2.asc)
528
529 ------------------------------------------
530 0.5.1 (2013-12-20) "temporary implication"
531 ------------------------------------------
532
533 Lots of fixes and improvements all over the place, and a major overhaul
534 of the build system.
535
536 - Audiod improvements and fixes.
537 - Buffer tree robustness improvements.
538 - Cleanup of the mood subsystem.
539 - Fixes and cleanups for the flac decoder.
540 - Latency improvements for the ogg/opus decoder.
541 - Crypto support is now optional. On systems without
542   openssl/gcrypt, the build succeeds but para_server,
543   para_audiod, para_client won't be built.
544 - The build system now works for cross-compile setups.
545 - The dependency tree has been flattened, which speeds up
546   builds and avoids to recreate the man pages on every change.
547 - The error code helper has been rewritten from perl to C,
548   which further improves build time.
549 - Many small bugs in the build system have been identified
550   and fixed.
551
552 Downloads:
553 [tarball](./releases/paraslash-0.5.1.tar.bz2),
554 [signature](./releases/paraslash-0.5.1.tar.bz2.asc)
555
556 ----------------------------------------
557 0.5.0 (2013-08-23) "invertible validity"
558 ----------------------------------------
559
560 Some API-breaking changes, one serious bug fix, and a lot of bike-shedding.
561
562 - The sideband compatibility code has been removed, hence
563   sideband connections (introduced in 0.4.11) are now mandatory.
564 - Addblob commands can produce output.
565 - The stat command no longer sends garbage when para_server was
566   compiled against libgcrypt.
567 - Dependencies for gengetopt files are computed automatically.
568   This eliminates a constant source of build bugs.
569 - The setatt command now accepts file name patterns rather than only
570   path names.
571 - overview.pdf is now based on dia, a simple diagram creation program.
572   The new version is much more detailed and contains descriptions of
573   the various programs of the paraslash package.
574 - The separator of all multi-word options has been changed from
575   underscore to dash. For example --log_color becomes --log-color.
576 - Overhauled web pages and the new logo.
577
578 Downloads:
579 [tarball](./releases/paraslash-0.5.0.tar.bz2),
580 [signature](./releases/paraslash-0.5.0.tar.bz2.asc)
581
582 --------------------------------------
583 0.4.13 (2013-07-29) "spectral gravity"
584 --------------------------------------
585
586 One more 0.4.x release before the API-breaking changes for 0.5.0 go
587 in. The main features of this release are the ogg/opus audio format,
588 and UTF-8 support, but it includes also tons of other improvements
589 and fixes all over the place.
590
591 - New audio format: ogg/opus.
592 - UTF8 support for para_gui and the mp3 audio format handler.
593 - Scheduler improvements and fixes.
594 - The obsolete gettimeofday() function has been replaced
595   by clock_gettime() on systems which support it.
596 - Speed and usability improvements for para_gui.
597 - para_client now restores the fd flags of stdin and stdout
598   on shutdown.
599 - Improved manual pages.
600 - Consistent version strings for all executables.
601 - Reduced dependencies on generated files result in fewer
602   recompilations on changes.
603 - Performance improvements for the compress filter.
604 - Improved downloads web page.
605
606 -----------------------------------------
607 0.4.12 (2012-12-20) "volatile relativity"
608 -----------------------------------------
609 The new command line player, the resample filter, ALSA support for
610 para_fade, and the improved build system are the highlights of this
611 release which probably marks the end of the 0.4.x series.
612
613 - The afh receiver and the para_play executable.
614 - The resample filter: A sample rate converter based on
615   libsamplerate.
616 - The "versions" directory has been removed from the master
617   branch. The tarballs of the old releases are now available
618   in the new "releases" branch.
619 - Overhaul of the build system: All generated files are now
620   written to the "build" directory.
621 - The modular mixer API and the alsa mixer.
622 - Minor fixes for the osx writer.
623
624 --------------------------------------
625 0.4.11 (2012-07-20) "mutual diversity"
626 --------------------------------------
627
628 The major feature in this release is the new sideband API for
629 client-server communication. This API will be used exclusively starting
630 with 0.5.0, which breaks backward compatibility but allows to get rid
631 of quite some compatibility code. Other noteworthy changes include
632 decoder latency improvements and a long-standing bug fix for the
633 ALSA writer.
634
635 - Sideband connections: If both para_server and para_client
636   support this feature, data is sent as a multiplexed stream.
637 - The --no_default_filters option of para_filter has been
638   removed.
639 - Several fixes and latency improvements to various decoders.
640 - The ALSA writer now limits the prebuffer time to 500ms.
641 - Documentation improvements.
642 - Overhaul of the command_util.sh script.
643 - Fixes for some minor problems found by the clang analyzer.
644 - Compiles (almost) without warnings on gcc-3.
645 - Robustness improvements of the buffer tree code.
646
647 ------------------------------------------
648 0.4.10 (2012-03-30) "heterogeneous vacuum"
649 ------------------------------------------
650
651 Nothing earth-shaking in this release, but quite a few usability
652 improvements and the usual mix of cleanups and fixes.
653
654 - The --no_default_filters option of para_filter has been
655   deprecated. It still works but has no effect and will be
656   removed in the next version.
657 - para_gui now prints also the stderr output of the executing
658   command in the bottom window.
659 - Cleanup and consolidation of the various wrappers for
660   write(), writev(), send() and friends.
661 - The obscure error messages on mmap() failures have been
662   replaced by meaningful messages. This affects mainly
663   para_afh.
664 - para_audioc: Cleanups and memory leak fixes.
665 - Test 0004-server no longer fails if para_server is not
666   being built.
667 - New configure options: --with-id3tag-{headers,libs}.
668
669 -------------------------------------
670 0.4.9 (2011-12-06) "hybrid causality"
671 -------------------------------------
672
673 Support for another audio format, interactive mode for para_client
674 and para_audiod and many small improvements/fixes all over the place.
675
676 - Support for flac, the free lossless audio codec.
677 - Fix for an endless loop in the mp3 decoder for certain
678   (corrupt) mp3 files.
679 - When executed without specifying a command, para_client
680   and para_audioc start an interactive shell (requires
681   libreadline being installed). The interactive mode offers
682   full tab completion and command line history.
683 - autogen.sh now detects a distcc setup and adjusts the
684   parameter for the -j option of make accordingly.
685 - Shared memory areas are no longer restricted to 64K. We now
686   detect the maximal size of a shared memory area at runtime.
687 - cleanup of the internal uptime API.
688 - para_server prefaults the mmapped audio file to avoid
689   delays on slow media.
690 - A new test for the test-suite that exercises the
691   communication between para_server and para_audiod.
692 - The alsa writer eats up less CPU cycles when configured to
693   use the DMIX plugin.
694 - Simplified and unified receiver code.
695 - Makefile cleanups.
696 - Commands which print a list of matching audio files now
697   emit a meaningful error message if no audio file matched the
698   given pattern(s).
699
700 --------------------------------------
701 0.4.8 (2011-08-19) "nested assignment"
702 --------------------------------------
703
704 Gcrypt support, the overhauled osx writer and regex format specifiers
705 are the highlights of this release.
706
707 - support for libgcrypt as a drop-in replacement for openssl.
708   Run configure --enable-cryptolib=gcrypt to link against
709   libgcrypt. The two crypto implementations are compatible to
710   each other, i.e. a para_client executable linked against
711   gcrypt can connect to para_server linked against libssl
712   and vice versa.
713 - Rewrite of the osx writer (output plugin for Mac OS).
714 - audiod: The format specifier for receivers, filters and
715   writers is now treated as a regular expression. This allows
716   to replace 5 lines in the config file (one for each audio
717   format) by one single line. See the manual for details.
718 - The \*.cmdline.[ch] files are no longer contained in the released
719   tarballs. This reduces the size of the tarballs but requires
720   gengetopt to build the tarball.
721 - Compiles cleanly also with llvm/clang.
722 - Corrupt mp3 files are handled more gracefully.
723 - The alsa writer uses poll fds instead of computing timeouts.
724 - Cleanup of the generic writer API.
725 - sched: Optimized zero timeouts.
726 - vss timeout cleanups.
727 - oggdec fixes and improvements.
728
729 --------------------------------------
730 0.4.7 (2011-06-01) "infinite rollback"
731 --------------------------------------
732
733 The new ao writer, support for ssh RSA keys and a couple of other
734 enhancements.
735
736 - Support for ESD, Pulseaudio, AIX, Solaris, IRIX and other
737   platforms through the libao audio library.
738 - Support for RSA keys generated with ssh-keygen.
739 - configure: improved options for ogg/vorbis/speex.
740 - The git version reported by --version always matches HEAD.
741 - The autogen script detects the number of processors and
742   runs a parallel make if possible.
743 - Major cleanup of the crypto API.
744 - Documentation updates.
745
746 ------------------------------------------
747 0.4.6 (2011-03-31) "deterministic entropy"
748 ------------------------------------------
749
750 Lots of ogg/vorbis improvements, the new test suite, enhancements
751 for para_gui and a fair amount of other bug fixes.
752
753 - For DCCP/OGG streams the audio file header is only sent once
754   at the beginning of the stream rather than periodically
755   every five seconds. This reduces network traffic and the
756   FEC group size.
757 - The vorbis comment header is replaced by an empty dummy header
758   before the header is sent over the network. This also results in
759   less network traffic and smaller FEC groups.
760 - The new "test" make target allows to perform some sanity checks prior
761   to installing the package.
762 - ogg timing fixes and performance improvements
763 - Scheduler improvements
764 - Proper exit codes for para_write
765 - para_gui: New option --theme to select a startup theme. Several
766   other improvements and fixes.
767 - aacdec error message cleanups
768 - simplified color error handling
769
770 --------------------------------------------
771 0.4.5 (2010-12-17) "symmetric randomization"
772 --------------------------------------------
773
774 Bug fixes, internal cleanups and variable-sized FEC slices.
775
776 - Contains a fix for an invalid-free-bug in the ogg audio format
777   handler code.
778 - Switching off the DCCP sender works again.
779 - para_audiod handles crashes of para_server more robustly.
780 - Internal scheduler and writer cleanups.
781 - Reduced latency due to variable-sized FEC slices.
782 - Improved documentation and error diagnostics.
783 - The build of para_server is now optional, allowing the build
784   to succeed in case libosl is not installed.
785
786 ------------------------------------------
787 0.4.4 (2010-08-06) "persistent regularity"
788 ------------------------------------------
789
790 Support for yet another audio format, para_write improvements and
791 bug fixes.
792
793 - Support for the speex codec.
794 - Support for sample formats other than 16 bit little endian.
795 - error2.h is now created by a perl script which speeds up configure
796   considerably.
797 - Fix a bug in the aac decoder which could lead to segfaults in
798   para_filter/para_audiod.
799 - Fixes for autoconf-2.66.
800
801 ----------------------------------------
802 0.4.3 (2010-07-05) "imaginary radiation"
803 ----------------------------------------
804
805 Many improvements for the DCCP and the UDP transport, the new user
806 manual and the usual mix of bug fixes and internal improvements.
807
808 - FEC support for the DCCP sender (Gerrit Renker). The new
809   --dccp_max_slice_size, --dccp_data_slices_per_group and
810   --dccp_slices_per_group options can be used to set the FEC
811   parameters for the DCCP transport.
812 - DNS lookups for UDP targets (Gerrit Renker).
813 - The new user manual replaces the README, README.afs, REQUIREMENTS
814   and INSTALL documents.
815 - Fix an end-of-file detection bug in the oggdec filter.
816 - The new nonblock API.
817 - Both options of the oggdec filter have been removed.
818 - New debug mode for the internal scheduler.
819
820 ------------------------------------------
821 0.4.2 (2010-04-23) "associative expansion"
822 ------------------------------------------
823
824 It's been some time since the last release, but finally here is
825 paraslash-0.4.2. The bulk of the changes comes from the new buffer
826 tree API, but there are changes all over the tree. Mainly performance
827 and usability improvements, but also quite some bug fixes.
828
829 - The new buffer tree API.
830 - DCCP: Support for CCID negotiation (Gerrit Renker).
831 - UDP robustness fixes.
832 - The --bufsize option for mp3dec is gone as it no longer makes sense
833   for the new buffer tree API.
834 - Fix audible buffer underruns for wma streams.
835 - The alsa writer no longer prints meaningless underrun durations.
836 - audiod: Defaults work also for udp streams. If no filter is
837   given for an audio format that is received via upd, fecdec is
838   automatically added as the first filter (along with the decoder).
839
840 ---------------------------------------
841 0.4.1 (2009-12-22) "concurrent horizon"
842 ---------------------------------------
843
844 Support for another audio format, minor feature enhancements and lots of bug
845 fixes. All fixes that have been accumulated in the maint branch (in particular
846 those mentionened in the 0.3.6 release notes) appear in this release as well.
847
848 - wma support.
849 - new afh option: --human to activate human-readable output.
850 - new server/audiod option: --log-timing to print timing information.
851 - build system improvements.
852 - source code documentation updates.
853
854 -------------------------------------
855 0.3.6 (2009-12-07) "cubic continuity"
856 -------------------------------------
857
858 Quite a few bugs have been found and fixed since 0.3.5, so here's
859 another 0.3.x release. No new features.
860
861 - Always check return value of malloc().
862 - ogg vorbis/FEC: Do not write garbage after the audio file header.
863 - exit if root privileges could not be dropped.
864 - FEC: Fix computation of extra slices.
865 - oss: Fix check for empty input buffer.
866 - Avoid buffer underruns due to filter chain output buffer constraints.
867 - server: Fix assignment of afs_pid.
868 - Don't panic if the afs database contains unknown audio formats.
869 - http/dccp: Do not send the audio file header twice.
870 - FEC: Timing improvements.
871
872 ----------------------------------------------
873 0.4.0 (2009-11-10) "simultaneous independence"
874 ----------------------------------------------
875
876 Two significant changes which require the new version number: The
877 improved authentication dialog and the fact that the database code
878 has been moved to a library, libosl. To use the new version, you have
879 to generate new RSA keys, see INSTALL for details. A shell script is
880 provided for conversion of the 0.3 database to the new 0.4 format.
881
882 - stronger crypto for client authentication
883 - the database code has been moved to a library
884 - improved status item handling
885 - cleanup of the build system
886 - The "-V" option now also prints the git version
887 - the new parser-friendly listing mode for the ls and stat commands
888 - mandatory rc4 encryption
889 - major audio format handler cleanups
890 - (id3,...) tags are no longer stored as a combined string in the database
891 - new mood methods: artist_matches, title_matches, comment_matches,
892   album_matches, year_maches, year.
893
894 --------------------------------------------
895 0.3.5 (2009-09-21) "symplectic separability"
896 --------------------------------------------
897
898 Full client support for \*BSD Unixes, complete re-write of the ogg
899 vorbis audio format handler, various improvements all over the place
900 and the usual mix of bugfixes. This release marks the end of the 0.3
901 series if no serious problems show up.
902
903 - the new oss writer (supported on \*BSD and Linux)
904 - rewrite of the ogg vorbis audio format handler. It's
905   recommended to replace the chunk tables of existing ogg
906   vorbis files in the afs database by re-adding these files
907   with "add -f".
908 - support for netmask subsets (Gerrit Renker)
909 - the new prebuffer filter
910 - improved signal handling
911 - variable fec output buffer size
912 - improved FEC timing fixes audible buffer underruns in UDP mode
913 - --log_color actually works
914 - new ls option: -d (print dates as seconds after the epoch)
915 - update to gengetopt 2.22.2
916 - support for RSA keys of size > 512 bits
917 - new option "mixer_channel" for para_fade
918
919 -----------------------------------------
920 0.3.4 (2009-05-07) "elliptic inheritance"
921 -----------------------------------------
922
923 The new udp sender, forward error correction, colored logs and various
924 other improvements. As the udp sender does not depend on any special
925 libraries, it is built unconditionally.
926
927 - The udp sender replaces the ortp sender. The new code uses forward
928   error correction to protect against packet losses. Many thanks to
929   Gerrit Renker for providing ipv6 support.
930 - The default port for udp streaming now defaults to 8000, like
931   for the http and the dccp senders/receivers.
932 - Loglevels are now specified as symbolic names, e.g.
933   "--loglevel info".
934 - improved ipv4 and ipv6 URI parser (Gerrit Renker).
935 - para_server/para_audiod: Color support for log messages.
936 - new options for mp3dec: --ignore-crc, --bufsize
937 - new audiod option: --config-file.
938 - gengetopt cleanups.
939 - Improved help/man pages: The documentation of para_audiod,
940   para_recv, para_filter and para_write now also contains
941   all options of the available receivers/filters/writers. The
942   man page of para_fade contains a description of the different
943   modes of operation.
944 - More source code documentation.
945 - vss timing fixes.
946
947 --------------------------------------------
948 0.3.3 (2008-12-01) "axiomatic perspectivity"
949 --------------------------------------------
950
951 Internal code cleanups, bug fixes, improved tag handling and the new
952 amplification filter.
953
954 - para_server uses the generic scheduling code.
955 - overhaul of the virtual streaming system.
956 - mp3: id3 version 2 support via libid3tag (optional)
957 - ogg: vorbis comment support.
958 - aac meta info support.
959 - mp3 audio format handler cleanups.
960 - new filter: "amp" to amplify the amplitude of the audio stream
961 - new status item/database entry: amplification. It is
962   used by the amp filter to pre-amplify the audio stream.
963 - fix a close-without-open bug in para_write.
964 - fix a bug in com_init() which was introduced in 0.3.2.
965 - better error diagnostics for para_client.
966
967 -----------------------------------------
968 0.3.2 (2008-04-11) "probabilistic parity"
969 -----------------------------------------
970
971 The new para_afh executable, scheduling and documentation improvements.
972
973 - new ls option: -lc (list chunk table)
974 - new executable: para_afh, the stand-alone audio file handler tool
975 - afs commands can send output more than SHMMAX (32MB on Linux). This
976   also reduces the memory usage of commands that produce large amounts
977   of output.
978 - major scheduler and audiod cleanups.
979 - more detailed and much nicer man pages.
980
981 ---------------------------------------
982 0.3.1 (2008-02-23) "liquid interaction"
983 ---------------------------------------
984
985 A mix of cleanups, bug fixes, improvements, and some new features. No
986 significant changes to the new database (osl) code, which is generally
987 a good sign.
988
989 - Share some similar/duplicate code between the http and the
990   dccp sender.
991 - Generic access control lists for paraslash senders.
992 - dccp sender: Access control lists, connection limiting and support
993   for the allow,deny,on,off,help sender commands.
994 - The default dccp port changed from 5001 to 8000 (suggested by
995   Gerrit Renker).
996 - para_server starts even if not all public keys could be loaded.
997 - Audiod performance improvements.
998 - fix a bug in the "off" command of the http sender.
999 - fix some fd and memory leaks.
1000 - Update to gengetopt-2.22.
1001
1002 -------------------------------------
1003 0.3.0 (2008-01-12) "solar saturation"
1004 -------------------------------------
1005
1006 paraslash.0.3.0 -- 'WWDBND --what would databases never do?'.
1007
1008
1009 Usually one might expect lots of new features AND a big increase in size
1010 for a major release like this.
1011
1012 However, paraslash-0.3.0.tar.bz2 is the smallest paraslash tarball
1013 ever. The decrease in size is mostly due to the removal of some
1014 graphical tools (which were only quick hacks anyway). But also the
1015 fact that the mysql code is gone cuts down the size a bit.
1016
1017 Being independent of mysql comes at a cost: The fact that paraslash
1018 now contains its own database (the object storage layer, osl) increases
1019 the (stripped) binary size of para_server by ~50K on i386.
1020
1021 - no more restrictions on unique basenames.
1022 - independent of mysql: The new self-contained object
1023   storage layer (osl) replaces the mysql database.
1024 - New executable para_fsck: Check integrity of osl tables.
1025 - Lyrics support.
1026 - Reliable audio file move/rename detection.
1027 - More portable than ever: Tested on Linux (x86_32, x86_64, sparc64),
1028   MacOS (ppc32, x86_32), FreeBSD (x86_32), NetBSD (x86_32) and
1029   Solaris (sparc64).
1030 - the new osl-based audio file selector (afs) replaces the random,
1031   the playlist and the mysql selector of paraslash-0.2.x.
1032 - IPv6 support (thanks to Gerrit Renker).
1033 - paraslash-0.2.x streams are now called "moods". Writing
1034   0.3.x-mood definitions should be both easier and more
1035   powerful than writing 0.2.x-stream definitions.
1036 - para_krell, para_slider, para_para_sdl_gui, para_dbadm have
1037   been removed. The world is a better place without them. However,
1038   para_gui is still there.
1039 - afs tracks audio file selection also in playlist mode.
1040 - few easy-to-use afs commands replace the many not-so-easy-to-use
1041   mysql commands (and are available also in playlist mode).
1042 - Improved error subsystem.
1043 - The earth-shaking new logo.
1044
1045 -----------------------------------------
1046 0.2.17 (2007-11-20) "isotropic threshold"
1047 -----------------------------------------
1048
1049 Mainly bugfixes and cleanups in this version which marks the end of
1050 the 0.2.x series if no serious bugs show up after the release.
1051
1052 - mysql_selector: fix a locking bug.
1053 - universal chunk queueing.
1054 - dccp sender uses chunk queueing if write() returns EAGAIN (thanks
1055   to Gerrit Renker).
1056 - be more carful wrt. signed vs. unsigned argument passing.
1057 - cleanup error.h and fix some references to invalid error
1058   codes.
1059 - update to gengetopt-2.21.
1060 - update to ortp-0.13.1.
1061 - autoconf: extend checks for headers, library functions and
1062   compiler characteristics.
1063 - Fix streaming of large mp3 files.
1064 - Fix an off-by-one bug in playlist handling.
1065
1066 --------------------------------------
1067 0.2.16 (2007-04-05) "neural discharge"
1068 --------------------------------------
1069
1070 The main change in this release is the major audio format handler
1071 cleanup which removes some similar/duplicate code and makes it easier
1072 to implement plugins for other audio formats. Of course, the usual mix
1073 of other improvements/changes/bugfixes also made it into the release.
1074
1075 - simplified audio format handlers (most of the handling functions
1076   were moved one layer up to the virtual streaming system).
1077 - para_server uses mmap to read audio files
1078 - repositioning of mp3 streams is much faster, in particular for
1079   jumping near the end of large mp3 files.
1080 - permission flags DB_READ,DB_WRITE have been renamed to AFS_READ
1081   and AFS_WRITE.
1082 - fix a bug in para_filter that caused decoding of aac files
1083   to start only after a few seconds.
1084 - fix osx_writer hangs
1085 - simplified dccp code (thanks to Gerrit Renker)
1086 - the compress filter works also on big endian systems (ppc)
1087
1088 -----------------------------------------
1089 0.2.15 (2007-02-16) "inductive resonance"
1090 -----------------------------------------
1091
1092 Minor improvements, more documentation and a bunch of bug fixes.
1093
1094 - para_server: The server.users file is only read once on server
1095   startup rather than for each connection
1096 - mp3dec: Fix decoding of corrupt mp3 files
1097 - afs (audio file sender) is now called vss (virtual streaming
1098   system). Consequently, the permission flags specified in
1099   ~/.paraslash/server.users have also changed: AFS_READ and AFS_WRITE
1100   become VSS_READ and VSS_WRITE respectively.
1101 - para_audiod/para_filter: Fix a bug that caused the last chunk
1102   of audio data not being written under certain circumstances
1103 - audiod: compute the difference of server time and local time
1104   correctly
1105 - para_server/para_audiod: Fix some memory leaks
1106 - documentation improvements
1107 - configure.ac: fix checks for para_krell
1108 - new man pages
1109
1110 -------------------------------------------
1111 0.2.14 (2006-10-15) "transient singularity"
1112 -------------------------------------------
1113
1114 The only major enhancement of this version is the osx writer which completes
1115 the Mac OS Port and was originally planned already for 0.2.13 but had to wait
1116 until now for reasons beyond the scope of this changelog entry.
1117
1118 - new output plugin for Mac Os: the osx writer
1119 - rename configure command line options from --enable-xxx-headers to
1120   --with-xxx-headers and  --enable-xxx-libs to --with-xxx-libs
1121 - configure: new command line options: --with-mad-headers,
1122   --with-mad-libs, --with-oggvorbis-headers, and --with-oggvorbis-libs
1123 - some robustness fixes
1124 - dymamic audio format recognition for audiod
1125 - para_server: new command line option: --autoplay_delay
1126 - para_audiod: new command line option: --clock_diff_count
1127
1128 ---------------------------------------
1129 0.2.13 (2006-07-14) "sonic convolution"
1130 ---------------------------------------
1131
1132 A bunch of new features and core changes.
1133
1134 - the new paraslash scheduler, short and sweet.
1135 - Support for m4a/mp4 files via the new aac audio format
1136   handler/filter (requires libfaad).
1137 - each writer has its own command line parser, just like
1138   para_recv and para_filter.
1139 - para_client and para_audioc use the error subsystem
1140 - writers are integrated in para_audiod (currently linux-only)
1141 - para_client is integrated in para_audiod
1142 - random/playlist selector: improved info strings
1143 - new audiod commands: tasks, kill
1144 - update to libortp-0.10.1
1145 - para_fade: wake time defaults to 8 hours from now
1146 - update to autoconf-2.60
1147
1148 ------------------------------------------
1149 0.2.12 (2006-05-12) "oriented abstraction"
1150 ------------------------------------------
1151
1152 Many user-visible changes in this release and lots of new
1153 features:
1154
1155 - the new optional dccp sender/receiver. It uses the datagram
1156   congestion control protocol. You'll need a fairly new kernel
1157   for this.
1158 - paraslash works on Mac OS X (thanks to Gerd Becker)
1159 - para_play renamed to para_write
1160 - modular output plugin design (writers) for para_write
1161 - new file_writer output plugin for para_write
1162 - compress filter speed improvements
1163 - update to libortp-0.9.1
1164 - update to gengetopt-2.17rc
1165 - para_client no longer depends on libreadline (as the
1166   code for the interactive mode was removed).
1167 - gcc-2-95 is no longer a supported compiler. It may still
1168   work, but it gets no more testing.
1169 - the tarball no longer contains the screenshot images which
1170   reduces its size quite a bit.
1171 - configure: new command line options: --enable-mysql-headers
1172   and --enable-mysql-libs
1173
1174 ------------------------------------
1175 0.2.11 (2006-03-11) "atomic duality"
1176 ------------------------------------
1177
1178 Here it is, the first paraslash release developed with git. There
1179 are fairly many user-visible changes in this release. As two out of
1180 the three "database tools" of paraslash don't use a database at all,
1181 they are now called "audio file selectors" instead.
1182
1183 - the cdt command (change database tool) becomes chs (change
1184   selector)
1185 - no more colon separators: The syntax of some options of
1186   para_audiod and para_filter have changed. Use --help for
1187   more info (and some examples).
1188 - update to gengetopt-2.16 (thanks to Lorenzo Bettini)
1189 - switch from cvs to git (should've done that earlier)
1190 - the new ipc subsystem
1191 - new audio file selector: playlist
1192 - para_server: the dopey selector is now called "random",
1193   and is the default selector. Use the --selector option to
1194   choose another selector at startup, or the chs command to
1195   change the selector at runtime.
1196 - X86_64 fixes (thanks to Steffen Klassert)
1197 - para_play fixes
1198
1199 --------------------------------------
1200 0.2.10 (2006-02-17) "cyclic attractor"
1201 --------------------------------------
1202
1203 Huge documentation update, a scrollable window for para_gui, ortp
1204 improvements, and of course many small fixes not mentioned here.
1205 The diffstat below is rather misleading as most insertions are due
1206 to the new source documentation.
1207
1208 - autoconf cleanup
1209 - para_server also uses the new error subsystem
1210 - lots of new documentation (UTSL)
1211 - gui improvements:
1212         - keysyms for cursor keys and for next/previous page keys
1213         - scrollable output window
1214         - new internal commands: scroll up/down, page up/down
1215         - fix color of command output.
1216 - ortp: the --chunk_time and --header flags are no longer needed
1217 for para_recv/para_audiod as this information is now encoded in
1218 each rtp packet sent by para_server.
1219
1220 -------------------------------------------
1221 0.2.9 (2006-01-24) "progressive turbulence"
1222 -------------------------------------------
1223
1224 Internal audiod receivers/filters, the new error subsystem and
1225 a lot of small improvements.
1226
1227 - para_recv and para_filter are integrated into the para_audiod
1228   binary, i.e. audiod no longer spawns a new process for
1229   each receiver/filter. As para_recv and para_filter might be
1230   useful as standalone programs, they still get built (linked
1231   against the same object files that are also used for audiod).
1232 - further ortp timing improvements should reduce the CPU usage
1233   of the ortp receiver.
1234 - improved audio grabbing. The 'grab' command of para_audiod
1235   has its own set of command line options. Read the output of
1236   "para_audioc help grab" for more info.
1237 - oggdec: configurable input prebuffer size.
1238 - the new error subsystem gives better error diagnostics
1239   and reduces code size.
1240
1241 -----------------------------------------
1242 0.2.8 (2006-01-02) "dynamic accumulation"
1243 -----------------------------------------
1244
1245 The new modular filter design and the para_play-hangs bugfix.
1246
1247 - new executable: para_filter. It combines para_mp3dec,
1248   para_oggdec and para_compress. It also adds a further filter
1249   type, wav, that just inserts a wave header at the desired point
1250   of the filter chain. All 'piping' is done in-memory (i.e. no
1251   read/write operations are used).
1252 - para_play: fix a stupid bug that caused it to hang under
1253   certain circumstances.
1254
1255 -------------------------------------------
1256 0.2.7 (2006-12-27) "transparent invariance"
1257 -------------------------------------------
1258
1259 Not many user-visible changes but a fair amount of internal improvements.
1260
1261 - The http sender buffers data if it can not be sent
1262   out immediately (because the socket is not writable). This
1263   should prevent para_server from shutting down the connection
1264   too early on a loaded network.
1265 - para_play also prebuffers data if it is told to start at a
1266   future time by the --start_time option.
1267 - The return of para_recv: It combines para_ortp_recv and
1268   para_http_recv. Use the --receiver option to switch between
1269   the two. para_recv builds without libortp, but contains
1270   only the http receiver in this case.
1271 - update to ortp 0.8.1. As this ortp release contains incompatible
1272   changes, para_recv-0.2.7 won't link against older ortp libs.
1273 - improved ortp timings.
1274 - use of gcc-extensions that #define away for non-gcc and
1275   gcc < 3.0.
1276
1277 -------------------------------------------
1278 0.2.6 (2005-10-29) "recursive compensation"
1279 -------------------------------------------
1280
1281 Transparent session encryption (uses openssl's Alleged RC4 cipher),
1282 the internal find command and several other improvements and cleanups.
1283
1284 - Encrypt the session if encryption is requested by the client
1285   (default for para_client 0.2.6). This is backwards
1286   compatible, so older clients can still connect to para_server
1287   0.2.6. Use the new client option --plain to request an
1288   uncrypted session (off by default, must be set to on in
1289   order to connect to para_server 0.2.x with 0 <= x <= 5).
1290 - para_server uses an internal function to locate audio files
1291   rather than calling find(1). The server option
1292   --mysql_audio_file_dir replaces --mysql_find_cmd.
1293 - documentation update
1294 - man pages
1295 - header file cleanup
1296 - para_client code cleanup
1297 - para_gui: faster display of output of display commands
1298
1299 ------------------------------------------
1300 0.2.5 (2005-10-13) "aggressive resolution"
1301 ------------------------------------------
1302
1303 This release adds internal senders, i.e. no more external programs are
1304 spawned for sending out the audio data. There are two different senders
1305 available: The http sender and the ortp sender (former para_send which
1306 is no longer needed).
1307
1308 The new sender code has a plugin-like design so it can be easily
1309 extended should there be be any future need for supporting another
1310 network streaming protocol. All senders are completely independent of
1311 each other. In particular, the http and the ortp sender can operate
1312 in parallel.
1313
1314 - new server command: sender to control senders at runtime.
1315   Read the output of "para_server -h" and "para_client help
1316   sender" for more information.
1317 - para_recv renamed to para_ortp_recv
1318 - new executable: para_http_recv, a simple command line
1319   http receiver.
1320 - major afs/mp3/ogg code simplifications due to internal
1321   senders.
1322 - ogg timing improvements
1323 - fix several minor memory leaks (found by valgrind)
1324 - empty stream definitions work again
1325 - com_ne(): ignore errors on remove
1326 - audiod: fix segfault on server restart
1327
1328 ---------------------------------------
1329 0.2.4 (2005-09-21) "toxic anticipation"
1330 ---------------------------------------
1331
1332 Several small improvements, fixes and the new grab command.
1333
1334 - audiod:
1335         - new command: "grab" to grab the output of the stream reader
1336           or any filters. Read the output of "para_audioc help grab"
1337           for more information.
1338         - fix memory leak
1339         - code cleanup
1340 - audioc: new command line option: --bufsize to specify a
1341   buffer size different from the default size 8192.
1342 - improved error diagnostics for para_play.
1343 - new configure option: --enable-ssldir so search for openssl in
1344   non-standard places
1345 - sdl_gui: Make it look nice again for 1024x768
1346 - server: report total size of memory allocated with sbrk by malloc,
1347   new command line option: --announce_time
1348
1349 -----------------------------------------
1350 0.2.3 (2005-09-01) "hydrophilic movement"
1351 -----------------------------------------
1352
1353 Two new executables and major feature enhancements.
1354
1355 - audiod filters: It is now possible to specify arbitrary many
1356   (including none) filters for each supported audio
1357   format. This can be used e.g. for normalizing volume,
1358   transforming or grabbing the audio stream, or for using
1359   visualizers.  Read the output of "para_audiod -h" for the
1360   syntax of the new --filter_cmd option.
1361 - new executable: para_play, a tiny alsa player. It
1362   can play wave files or raw pcm (16 bit little endian)
1363   from stdin.
1364 - new executable: para_compress, a dynamic range compressor
1365   intended to keep audio output at a consistent volume. Derived
1366   from [AudioCompress](http://trikuare.cx/code/AudioCompress.html).
1367 - audiod: New option: --stream_delay. This can be used in
1368   a local network to syncronize the audio output of all
1369   clients that play the same stream.
1370
1371 ------------------------------------------
1372 0.2.2 (2005-08-19) "tangential excitation"
1373 ------------------------------------------
1374
1375 Mostly internal changes in this release, but also some new commands
1376 for the mysql database tool.
1377
1378 - cleanup exec.c, fix para_exec bug
1379 - compile time loglevel (log messages below the given level
1380   won't be compiled in, which reduces the size of the
1381   resulting binaries)
1382 - new log macros that shorten the size of the source code.
1383 - workaround a gcc-4.1 bug (?) that caused send_cred_buffer()
1384   to send only zeros. With this workaround, para_audioc works
1385   again.
1386 - avoid gcc-4 warning: conflicting types for built-in function 'clog'
1387 - new mysql commands: "rm" (remove entry), "mv" (rename entry) "ne"
1388   (new entry), "snp" (set numplayed). Read the manual for more
1389   information.
1390
1391 ---------------------------------------
1392 0.2.1 (2005-08-15) "surreal experience"
1393 ---------------------------------------
1394
1395 Here comes paraslash-0.2.1. It contains a couple of new features and,
1396 surprise, only minor bug fixes.
1397
1398 - kill noisy mp3 debug message
1399 - cleanup of the build system
1400 - para_server and para_client directly use the crypto routines
1401   of the openssl library rather than invoking the openssl command
1402   line utitlity
1403 - server/audiod: new option --user to switch to the given user
1404   when invoked as root. Read the output of "para_server -h" for
1405   more information.
1406 - gui/sdl_gui: new option --stat_cmd to be used to retrieve the
1407   status. Default: "para_audioc stat"
1408 - sdl_gui: new option --pic_cmd to be used to download the picture.
1409   Default: "para_client pic"
1410 - audiod: 5 slots ought to be enough for everybody
1411 - audiod: new status item: Uptime, kill hup command
1412
1413 ------------------------------------------
1414 0.2.0 (2005-08-06) "distributed diffusion"
1415 ------------------------------------------
1416
1417 After several month of increased development activity, paraslash-0.2.0
1418 has arrived. It contains many new features and is much more
1419 self-contained than the old 0.1.x series. Enjoy!
1420
1421 - para_server: fix hang on song change and crash on sighup.
1422   Speed up mysql queries. The DIR_LIKE macro is gone.
1423 - new executables: para_audiod, the local audio daemon that
1424   starts playback (uses SCM_CREDENTIALS socket magic) and
1425   para_audioc, the corresponding client.
1426 - new executables: para_mp3dec/para_oggdec, two really teensy
1427   decoders. para_mp3dec is based on libmad, para_oggdec requires
1428   libvorbisfile.
1429 - ovsend/ovrecv are capable of streaming ogg as well as mp3, so
1430   they are now called para_send and para_recv respectively.
1431 - documentation updates
1432 - para_gui is themable. For now there is the default theme that
1433   looks as before and the simple theme: blue and easy.
1434 - gui: audio streaming is now handled by audiod. Time display shows
1435   playback time rather than streaming time
1436 - slider: update to libzmw-0.2.0
1437 - para_krell: fix crash on server shutdown
1438 - switch from gzip to bzip2
1439
1440 ----------------------------------------
1441 0.1.7 (2005-04-18) "melting penetration"
1442 ----------------------------------------
1443
1444 The main change in this release is clearly the oggvorbis rewrite,
1445 but there are also lots of smaller changes. If you intend to use both
1446 the mp3 and the ogg plugin, it is recommended to use software mixing,
1447 e.g. the dmix plugin which is provided by ALSA.
1448
1449 - new executables: para_ovsend and para_ovrecv for sending/receiving
1450   oggvorbis files via rtp. Requires the open rtp library. Get it at
1451   http://www.linphone.org/ortp/
1452 - rewrite of the ogg_vorbis core code
1453 - configure detects libzmw and, if detected, includes
1454   para_slider to the list of binaries to be built by make
1455 - server stream writers read from their associated fifo rather
1456   than from stdin
1457 - slider: two new sliders, lastplayed and numplayed
1458 - fix nasty double free bug which caused random segfaults in case of
1459   mp3 files with invalid header information
1460 - gui: new command line option: --stream_timeout=seconds  to
1461   deactivate a slot if it is idle for that many seconds (default=`5')
1462 - diffstats
1463
1464 ---------------------------------------
1465 0.1.6 (2005-03-05) "asymptotic balance"
1466 ---------------------------------------
1467
1468 Only little user-visible changes in this release. Mainly bugfixes and
1469 core code cleanup. This is probably the most stable version ever if you
1470 stick to mp3...
1471
1472 - fix several memory leaks
1473 - rename default name of mysql database from "music" to "paraslash".
1474   Use para_server's  --mysql_database option if you do not want to
1475   rename your old database.
1476 - rework ogg vorbis code
1477 - make update command work on mysql servers with LOCAL_INFILE
1478   disabled
1479 - gui: improved stream I/O (slots)
1480 - simplified audio format API
1481 - para_pob_ogg is gone
1482
1483 ------------------------------------
1484 0.1.5 (2004-12-31) "opaque eternity"
1485 ------------------------------------
1486
1487 Let's slide gently into the new year.
1488
1489 - new: para_slider (not built automatically, type "make
1490   para_slider" to build). A toy for those who always felt that
1491   creating stream definitions is difficult. See screenshots,
1492   README and FEATURES for more info.
1493 - improved signal handling. Fixes server segfault on SIGHUP
1494   for linux kernels newer than Aug 24 2004 and makes para_gui
1495   race-free.
1496 - reload database tool on SIGHUP
1497 - improved help message for sl
1498 - do not log "broken pipe" messages as errors. They are
1499   perfectly ok.
1500 - fix wrong error message on permission errors
1501
1502 -----------------------------------------
1503 0.1.4 (2004-12-19) "tunneling transition"
1504 -----------------------------------------
1505
1506 Bugfix release. As expected, 0.1.3 introduced a bunch of new bugs.
1507 Hopefully, most of them got wiped out with this release. Some
1508 enhancements went also in.
1509
1510 - improved error diagnostics for all commands
1511 - stradd/picadd: overwrite previous contents if entry already
1512   exists, rather than returning errors
1513 - stradd: use current stream if invoked without args
1514 - faster (and hopefully more stable) ogg-vorbis handling
1515 - para_krell: reap children to avoid zombie-flooding in case
1516   no server is running
1517 - si: report also server pid
1518 - server: don't busy-loop if dbtool reports only invalid files.
1519 - gui: CTRL+C works again, fix stream_read command line option
1520 - fix pic_add, hist
1521 - fix mysql dbtool startup in case no database exists
1522 - many small fixes and cleanups
1523
1524 ---------------------------------------
1525 0.1.3: (2004-12-10) "vanishing inertia"
1526 ---------------------------------------
1527
1528 Starting from this release, the database tools are integrated in the
1529 server binary. This decreases server startup time, reduces code size
1530 and speeds up database commands. However, the layout of the underlying
1531 mysql database changed only slightly and 0.1.3 should be backwards
1532 compatible in that respect.
1533
1534 Visible changes:
1535
1536 - If mysql is not detected at compile time, or fails to init
1537   at runtime, fall back to the dopey database tool which should
1538   always work.
1539 - para_dbtool and dbtool.conf are gone. All mysql specific
1540   options are read from server.conf and are prefixed by 'mysql_'.
1541 - new command: cdt (change database tool)
1542 - new command line option: dbtool (choose startup database tool)
1543 - The name of current stream is now stored in the database,
1544   so paraslash remembers its current stream when restarted.
1545 - new command: csp (change stream and play)
1546 - para_gui also reports current database tool and server uptime
1547
1548 -------------------------------------------
1549 0.1.2: (2004-11-28) "spherical fluctuation"
1550 -------------------------------------------
1551
1552 Point release before the big dbtool changes go in.
1553
1554 - dbtool: rename ca to cam (copy all meta data). It now also
1555   copies numplayed and lastplayed time as well as the picture
1556   id.
1557 - fix endless-loop-bug caused by mp3 files with invalid header
1558
1559 -----------------------------------------
1560 0.1.1: (2004-11-05) "floating atmosphere"
1561 -----------------------------------------
1562
1563 - gkrellm plugin
1564 - new dbtool command: mbox. Browse your sound-file collection
1565   with your favorite mail reader.
1566 - several small fixes
1567
1568 -------------------------------------
1569 0.1.0: (2004-10-22) "rotating cortex"
1570 -------------------------------------
1571
1572 - fix logging bug for loglevel > VERBOSE
1573 - fix skip command
1574 - correct timings for vbr mp3s
1575 - modular audio format support
1576 - ogg-vorbis support (experimental)
1577 - new server option: autoplay
1578
1579 -----------------------------------------
1580 0.0.99: (2004-07-25) "harmonic deviation"
1581 -----------------------------------------
1582
1583 - rename projectname from icc to paraslash (play, archive, rate
1584   and stream large audio sets happily)
1585 - paraslash is no longer restricted to one particular audio
1586   streaming software
1587 - new dbtool commands (stradd, strq, strdel) for easy stream
1588   managment w/o configuration file. That obsoletes stream_defs
1589   file/config option for dbtool.
1590 - picadd accepts jpeg data from stdin
1591 - new server commands: ps (select previous stream), sc (song change)
1592 - new default pictures for sdl_gui
1593 - gui: new key_map option for binding commands and internal
1594   functions to arbitrary keys, nice help screen, rip out
1595   soundcard/linux specific stuff, avoid noise artefacts while jumping,
1596   show silly logo on startup
1597 - new executables: para_fade for fading volume, para_dbadm for
1598   manipulating attributes
1599 - cdb adds _all_ tables to mysql database
1600 - revised and beautified documentation
1601 - sample dbtool rewritten in C
1602 - autoconf
1603
1604 ---------------------------------------------
1605 0.0.98: (2003-12-26) "incremental smoothness"
1606 ---------------------------------------------
1607
1608 - kick icecast in favour of poc. That removes some races and reduces
1609   core code considerably.
1610 - cbr/vbr is displayed by stat and gui/sdl_gui. New status flags
1611   give finer info on afs' status.
1612 - gui can start decoder (see config options). Further new gui
1613   commands: refresh (^L), jmp (F1-F10)
1614 - gui rereads conf on SIGUSR1 instead of SIGHUP. SIGHUP
1615   terminates gui. This fixes dead instances consuming memory
1616   continuously.
1617 - new dbtool command: verb for sending verbatim sql queries.
1618 - fix pid_list races (by removing pid_list)
1619 - codename funnies
1620
1621 --------------------
1622 0.0.97: (2003-10-26)
1623 --------------------
1624
1625 - installation prefix now defaults to /usr/local
1626 - new commands for gui: snozze, sleep and reread config
1627 - config file for gui and sdl_gui
1628 - fix problems with filenames containing funny characters
1629   (reported by Thomas Forell)
1630 - improved signal handling for gui, now it rereads conf on SIGHUP
1631 - new dbtool command: cdb (create database)
1632 - switch from argtable to gengetopt
1633 - major code cleanup and speed improvements
1634 - fix several potential buffer overflows
1635 - many small fixes and cleanups
1636
1637 -------------------
1638 0.0.96 (2003-08-30)
1639 -------------------
1640
1641 - easy stream_defs syntax
1642 - sdl_gui can display images associated to the file being played
1643 - Major feature enhancements for icc_gui including dynamic text
1644   placement and the top/bottom window design
1645 - vrfy/clean now also checks for NULL values in attributes as
1646   well as for invalid picture pointers
1647 - fix long outstanding case sensitivity bug
1648 - many small fixes and cleanups
1649
1650 -------------------
1651 0.0.95 (2003-06-29)
1652 -------------------
1653
1654 - sdl gui runs much faster
1655 - new dbtool command: ca (copy attributes)
1656 - count and display number of times the song has been played
1657 - new feature: scoring
1658 - command line options for sdl_gui
1659 - simpler syntax of streams file
1660 - decrease network traffic of stat
1661 - fix zombie bug
1662 - many small fixes and cleanups
1663
1664 -------------------
1665 0.0.94 (2003-05-04)
1666 -------------------
1667
1668 - new server command: ns (next stream)
1669 - new icc_gui command: c (change stream)
1670 - internal mp3info
1671 - stat shows also id3 tag info
1672 - new sdl based gui
1673 - log flodding bug fixed
1674 - many small fixes and cleanups
1675
1676 -------------------
1677 0.0.93 (2003-03-28)
1678 -------------------
1679
1680 - colors for icc_gui
1681 - icc_gui sets volume directly (linux only)
1682 - proper locking that fixes some races
1683 - fix security bug that caused commands to be executed even
1684   with unsufficient permissions
1685 - new command: hup to make all servers reread their configuration file
1686 - icecast meta data streaming
1687 - many small fixes and cleanups