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