aacdec: "consumed" is only used in mp4dec()
[paraslash.git] / NEWS
1 NEWS
2 ====
3
4 0.?.? (to be announced) "sonic convolution"
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
7 0.2.12 (2006-05-12) "oriented abstraction"
8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 Many user-visible changes in this release and lots of new
10 features:
11
12
13         o the new optional dccp sender/receiver. It uses the datagram
14         congestion control protocol. You'll need a fairly new kernel
15         for this.
16
17         o paraslash works on Mac OS X (thanks to Gerd Becker)
18
19         o para_play renamed to para_write
20
21         o modular output plugin design (writers) for para_write
22
23         o new file_writer output plugin for para_write
24
25         o compress filter speed improvements
26
27         o update to libortp-0.9.1
28
29         o update to gengetopt-2.17rc
30
31         o para_client no longer depends on libreadline (as the
32         code for the interactive mode was removed).
33
34         o gcc-2-95 is no longer a supported compiler. It may still
35         work, but it gets no more testing.
36
37         o the tarball no longer contains the screenshot images which
38         reduces its size quite a bit.
39
40         o configure: new command line options: --enable-mysql-headers
41         and --enable-mysql-libs
42
43 0.2.11 (2006-03-11) "atomic duality"
44 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45
46 Here it is, the first paraslash release developed with git. There
47 are fairly many user-visible changes in this release. As two out of
48 the three "database tools" of paraslash don't use a database at all,
49 they are now called "audio file selectors" instead.
50
51
52         o the cdt command (change database tool) becomes chs (change
53         selector)
54
55         o no more colon separators: The syntax of some options of
56         para_audiod and para_filter have changed. Use --help for
57         more info (and some examples).
58
59         o update to gengetopt-2.16 (thanks to Lorenzo Bettini)
60
61         o switch from cvs to git (should've done that earlier)
62
63         o the new ipc subsystem
64
65         o new audio file selector: playlist
66
67         o para_server: the dopey selector is now called "random",
68         and is the default selector. Use the --selector option to
69         choose another selector at startup, or the chs command to
70         change the selector at runtime.
71
72         o X86_64 fixes (thanks to Steffen Klassert)
73
74         o para_play fixes
75
76
77 0.2.10 (2006-02-17) "cyclic attractor"
78 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
79
80 Huge documentation update, a scrollable window for para_gui, ortp
81 improvements, and of course many small fixes not mentioned here.
82 The diffstat below is rather misleading as most insertions are due
83 to the new source documentation.
84
85         o autoconf cleanup
86
87         o para_server also uses the new error subsystem
88
89         o lots of new documentation (UTSL)
90
91         o gui improvements:
92                 - keysyms for cursor keys and for next/previous page keys
93                 - scrollable output window
94                 - new internal commands: scroll up/down, page up/down
95                 - fix color of command output.
96
97         o ortp: the --chunk_time and --header flags are no longer needed
98         for para_recv/para_audiod as this information is now encoded in
99         each rtp packet sent by para_server.
100
101 New files: daemon.h net.h ringbuffer.c ringbuffer.h string.h web/para.css
102 Doxyfile
103
104  Makefile.in               |   99 ++-----
105  NEWS                      |   19 +
106  README                    |    6
107  README.mysql              |   21 -
108  afs.c                     |  223 +++++++++------
109  afs.h                     |  140 ++++++++--
110  audioc.c                  |    5
111  audiod.c                  |  503 +++++++++++++++++-------------------
112  audiod.h                  |   11
113  client.c                  |   12
114  close_on_fork.c           |   43 +++
115  close_on_fork.h           |    1
116  command.c                 |  283 ++++++++------------
117  compress.c                |   34 +-
118  configure.ac              |  402 +++++++++++++---------------
119  crypt.c                   |   63 ++--
120  crypt.h                   |   12
121  daemon.c                  |   76 ++++-
122  db.c                      |   90 ++++--
123  db.h                      |   97 ++++++
124  dbadm.c                   |   23 +
125  dopey.c                   |   59 ++--
126  error.h                   |  315 +++++++++++++++++-----
127  exec.c                    |   55 +++
128  fade.c                    |    4
129  filter.c                  |   23 -
130  filter.ggo                |    2
131  filter.h                  |  307 +++++++++++++++++++--
132  filter_chain.c            |  147 +++++++---
133  grab_client.c             |   87 ++++--
134  grab_client.h             |   41 +-
135  gui.c                     |  422 ++++++++++++++++++++++--------
136  gui_common.c              |    2
137  http.h                    |    1
138  http_recv.c               |   99 ++++---
139  http_send.c               |  164 ++++++++---
140  list.h                    |    5
141  mp3.c                     |  246 +++++++++--------
142  mp3dec.c                  |   88 +++---
143  mysql.c                   |  339 ++++++++++--------------
144  net.c                     |  271 ++++++++++++++-----
145  ogg.c                     |   86 +++---
146  oggdec.c                  |   86 +++---
147  ortp.h                    |   31 ++
148  ortp_recv.c               |  162 ++++++-----
149  ortp_recv.ggo             |    2
150  ortp_send.c               |  138 +++++----
151  para.h                    |   93 ------
152  play.c                    |   20 -
153  recv.c                    |   11
154  recv.h                    |  147 +++++++++-
155  recv_common.c             |    9
156  sdl_gui.c                 |   21 -
157  send.h                    |   82 +++++
158  server.c                  |  119 +++++---
159  server.h                  |  117 ++++++--
160  signal.c                  |   70 ++++-
161  slider.c                  |    5
162  stat.c                    |   89 +++++-
163  string.c                  |  243 ++++++++++-------
164  time.c                    |   78 ++++-
165  wav.c                     |   26 -
166  web/documentation.in.html |   14 -
167  web/header.html           |   13
168  web/index.in.html         |    1
169  65 files changed, 4146 insertions(+), 2357 deletions(-)
170
171 0.2.9 (2006-01-24) "progressive turbulence"
172 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
173
174 Internal audiod receivers/filters, the new error subsystem and
175 a lot of small improvements.
176
177         o para_recv and para_filter are integrated into the para_audiod
178           binary, i.e. audiod no longer spawns a new process for
179           each receiver/filter. As para_recv and para_filter might be
180           useful as standalone programs, they still get built (linked
181           against the same object files that are also used for audiod).
182
183         o further ortp timing improvements should reduce the CPU usage
184           of the ortp receiver.
185
186         o improved audio grabbing. The 'grab' command of para_audiod
187           has its own set of command line options. Read the output of
188           "para_audioc help grab" for more info.
189
190         o oggdec: configurable input prebuffer size.
191
192         o the new error subsystem gives better error diagnostics
193           and reduces code size.
194
195 New files: audiod.h error.h grab_client.c grab_client.ggo grab_client.h
196 http_recv.ggo ortp_recv.ggo recv_common.c
197
198  FEATURES                |   49 -
199  INSTALL                 |   22
200  Makefile.in             |   87 +-
201  NEWS                    |   73 ++
202  README                  |   89 +-
203  README.mysql            |   18
204  audioc.c                |    5
205  audiod.c                | 1243 +++++++++++++++-----------------------
206  audiod.ggo              |   97 ++
207  command.c               |    5
208  compress.c              |   44 -
209  compress_filter.ggo     |    4
210  configure.ac            |  127 +++
211  daemon.c                |   12
212  exec.c                  |   34 -
213  filter.c                |   66 +-
214  filter.h                |   24
215  filter_chain.c          |  126 ++-
216  gcc-compat.h            |    8
217  http_recv.c             |   56 +
218  http_send.c             |   35 -
219  mp3.c                   |   12
220  mp3dec.c                |   27
221  net.c                   |  133 ++--
222  oggdec.c                |  108 +--
223  oggdec_filter.ggo       |    3
224  ortp.h                  |    2
225  ortp_recv.c             |  290 +++++---
226  ortp_send.c             |  187 ++---
227  para.h                  |   17
228  play.c                  |   17
229  recv.c                  |  101 +--
230  recv.ggo                |   15
231  recv.h                  |   51 +
232  scripts/demo-script     |   12
233  server.c                |   15
234  signal.c                |   11
235  skencil/overview.sk     |  300 ++++-----
236  stat.c                  |   11
237  string.c                |  170 ++++-
238  wav.c                   |   12
239  web/demo.in.html        |   72 --
240  web/download.in.html    |    3
241  web/index.in.html       |    1
242  web/license.in.html     |    5
243  web/screenshots.in.html |    4
244  46 files changed, 2042 insertions(+), 1761 deletions(-)
245
246 0.2.8 (2006-01-02) "dynamic accumulation"
247 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
248
249 The new modular filter design and the para_play-hangs bugfix.
250
251         o new executable: para_filter. It combines para_mp3dec,
252           para_oggdec and para_compress. It also adds a further filter
253           type, wav, that just inserts a wave header at the desired point
254           of the filter chain. All 'piping' is done in-memory (i.e. no
255           read/write operations are used).
256
257         o para_play: fix a stupid bug that caused it to hang under
258           certain circumstances.
259
260 New files: compress_filter.ggo filter.c filter.ggo file filter.h
261 filter_chain.c oggdec_filter.ggo wav.c
262
263  INSTALL           |    4
264  Makefile.in       |   36 +++++---
265  NEWS              |   15 +++
266  README            |   25 ++----
267  command.c         |    8 +
268  compress.c        |  149 ++++++++++++++++++++----------------
269  configure.ac      |   37 +++++---
270  http_recv.c       |  121 ++++++++++++++++++-----------
271  mp3dec.c          |  216 +++++++++++++++++++++-------------------------------
272  oggdec.c          |  223 ++++++++++++++++++++++++++++++++++++------------------
273  ortp_recv.c       |  167 ++++++++++++++++++++--------------------
274  ortp_send.c       |    2
275  play.c            |    2
276  recv.c            |   44 +++++++---
277  recv.ggo          |   12 --
278  recv.h            |   37 +++++++-
279  server.ggo        |    2
280  web/index.in.html |    1
281  18 files changed, 631 insertions(+), 470 deletions(-)
282
283 0.2.7 (2006-12-27) "transparent invariance"
284 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
285 Not many user-visible changes but a fair amount of internal improvements.
286
287
288         o The http sender buffers data if it can not be sent
289           out immediately (because the socket is not writable). This
290           should prevent para_server from shutting down the connection
291           too early on a loaded network.
292
293         o para_play also prebuffers data if it is told to start at a
294           future time by the --start_time option.
295
296         o The return of para_recv: It combines para_ortp_recv and
297           para_http_recv. Use the --receiver option to switch between
298           the two. para_recv builds without libortp, but contains
299           only the http receiver in this case.
300
301         o update to ortp 0.8.1. As this ortp release contains incompatible
302           changes, para_recv-0.2.7 won't link against older ortp libs.
303
304         o improved ortp timings.
305
306         o use of gcc-extensions that #define away for non-gcc and
307           gcc < 3.0.
308
309 New files: gcc-compat.h
310
311  CREDITS      |   14 +-
312  FEATURES     |   10 -
313  INSTALL      |   36 +++--
314  Makefile.in  |  171 +++++++++++++++++----------
315  NEWS         |   30 ++++
316  README       |  128 ++++++++------------
317  README.mysql |    4
318  afs.c        |  113 +++++++++++++-----
319  afs.h        |    2
320  audioc.c     |   21 +++
321  audiod.c     |  226 +++++++++++++++++++++---------------
322  audiod.ggo   |    4
323  client.c     |    9 -
324  command.c    |   71 +++++++----
325  compress.c   |   15 +-
326  compress.ggo |    4
327  configure.ac |   30 ++--
328  crypt.c      |    2
329  daemon.c     |    6
330  db.c         |    4
331  dbadm.c      |   46 ++-----
332  dopey.c      |   16 +-
333  fade.c       |    3
334  gui.c        |   77 ++++++------
335  http_recv.c  |  143 +++++++++++++----------
336  http_send.c  |  217 ++++++++++++++++++++++-------------
337  index.html   |  154 +++++++++++++------------
338  list.h       |  361 -----------------------------------------------------------
339  mp3.c        |   17 +-
340  mp3dec.c     |    5
341  mysql.c      |   57 ++++++---
342  net.c        |   12 +
343  ogg.c        |   26 ++--
344  oggdec.c     |   34 +++--
345  ortp.h       |    2
346  ortp_recv.c  |  263 +++++++++++++++++++++---------------------
347  ortp_send.c  |   96 ++++++++++-----
348  para.h       |   51 +++-----
349  play.c       |  173 +++++++++++++++++++---------
350  play.ggo     |    2
351  sdl_gui.c    |   27 +++-
352  send.h       |    2
353  server.c     |  100 ++++++++--------
354  stat.c       |   68 ++++++++---
355  string.c     |   41 +++---
356  45 files changed, 1500 insertions(+), 1393 deletions(-)
357
358 0.2.6 (2005-10-29) "recursive compensation"
359 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
360 Transparent session encryption (uses openssl's Alleged RC4 cipher),
361 the internal find command and several other improvements and cleanups.
362
363         o Encrypt the session if encryption is requested by the client
364           (default for para_client 0.2.6). This is backwards
365           compatible, so older clients can still connect to para_server
366           0.2.6. Use the new client option --plain to request an
367           uncrypted session (off by default, must be set to on in
368           order to connect to para_server 0.2.x with 0 <= x <= 5).
369
370         o para_server uses an internal function to locate audio files
371           rather than calling find(1). The server option
372           --mysql_audio_file_dir replaces --mysql_find_cmd.
373
374         o documentation update
375
376         o man pages
377
378         o header file cleanup
379
380         o para_client code cleanup
381
382         o para_gui: faster display of output of display commands
383
384 New files: afs.h close_on_fork.c close_on_fork.h db.c db.h rc4.h
385
386  1.0          |    3
387  INSTALL      |   51 +-
388  Makefile.in  |   53 +--
389  NEWS         |   28 +
390  README       |   27 -
391  README.mysql |   45 +-
392  SFont.c      |   20 -
393  afs.c        |   51 --
394  audioc.c     |    6
395  audiod.c     |  303 +++++++++--------
396  client.c     |  174 +++-------
397  client.ggo   |    1
398  command.c    |  608 ++++++++++++++++++++---------------
399  compress.c   |    3
400  compress.ggo |    4
401  configure.ac |    2
402  crypt.c      |   50 +-
403  crypt.h      |    2
404  dopey.c      |  136 +++++--
405  exec.c       |   39 --
406  fade.c       |    4
407  gui.c        |   74 ++--
408  http_recv.c  |    4
409  http_send.c  |   51 +-
410  index.html   |   12
411  krell.c      |    2
412  mp3.c        |    5
413  mysql.c      | 1008 ++++++++++++++++++++++++++++++++---------------------------
414  net.c        |  122 ++-----
415  ogg.c        |    5
416  ortp_send.c  |   37 +-
417  para.h       |   39 +-
418  send.h       |    2
419  server.c     |   49 +-
420  server.ggo   |    2
421  server.h     |   68 ---
422  stat.c       |  132 ++++---
423  string.c     |   33 -
424  38 files changed, 1738 insertions(+), 1517 deletions(-)
425
426 0.2.5 (2005-10-13) "aggressive_resolution"
427 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
428 This release adds internal senders, i.e. no more external programs are
429 spawned for sending out the audio data. There are two different senders
430 available: The http sender and the ortp sender (former para_send which
431 is no longer needed).
432
433 The new sender code has a plugin-like design so it can be easily
434 extended should there be be any future need for supporting another
435 network streaming protocol. All senders are completely independent of
436 each other. In particular, the http and the ortp sender can operate
437 in parallel.
438
439         o new server command: sender to control senders at runtime.
440           Read the output of "para_server -h" and "para_client help
441           sender" for more information.
442
443         o para_recv renamed to para_ortp_recv
444
445         o new executable: para_http_recv, a simple command line
446           http receiver.
447
448         o major afs/mp3/ogg code simplifications due to internal
449           senders.
450
451         o ogg timing improvements
452
453         o fix several minor memory leaks (found by valgrind)
454
455         o empty stream definitions work again
456
457         o com_ne(): ignore errors on remove
458
459         o audiod: fix segfault on server restart
460
461 New files: http.h http_recv.c http_recv.ggo http_send.c ortp.h ortp_recv.c
462         ortp_recv.ggo ortp_send.c
463
464  FEATURES            |   27 +++-
465  INSTALL             |   19 +--
466  Makefile.in         |   54 ++++-----
467  NEWS                |   36 ++++++
468  README              |   45 ++++---
469  afs.c               |  311 +++++++++++++++-------------------------------------
470  audioc.c            |   10 +
471  audiod.c            |   82 +++++++------
472  audiod.ggo          |    2
473  command.c           |  184 +++++++++++++++++++++++++++---
474  configure.ac        |   36 ++++--
475  daemon.c            |   10 +
476  exec.c              |   33 -----
477  gui.c               |    6 -
478  index.html          |    6 -
479  mp3.c               |  144 ++++--------------------
480  mysql.c             |   52 ++++----
481  net.c               |   58 ++++++++-
482  ogg.c               |  289 ++++++++++++++----------------------------------
483  oggdec.c            |   19 ++-
484  para.h              |   23 ++-
485  server.c            |  128 ++++++++++++++-------
486  server.ggo          |   17 ++
487  server.h            |   40 ++++--
488  skencil/overview.sk |   86 +++-----------
489  string.c            |   51 +++++---
490  26 files changed, 870 insertions(+), 898 deletions(-)
491
492
493 0.2.4 (2005-09-21) "toxic anticipation"
494 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
495 Several small improvements, fixes and the new grab command.
496
497         o audiod:
498                 - new command: "grab" to grab the output of the stream reader
499                   or any filters. Read the output of "para_audioc help grab"
500                   for more information.
501                 - fix memory leak
502                 - code cleanup
503
504         o audioc: new command line option: --bufsize to specify a
505           buffer size different from the default size 8192.
506
507         o improved error diagnostics for para_play.
508
509         o new configure option: --enable-ssldir so search for openssl in
510           non-standard places
511
512         o sdl_gui: Make it look nice again for 1024x768
513
514         o server: report total size of memory allocated with sbrk by malloc,
515           new command line option: --announce_time
516
517 New files: list.h
518
519  Makefile.in  |   39 ++-
520  NEWS         |   24 ++
521  README       |   22 +-
522  afs.c        |    9
523  audioc.c     |   55 ++++-
524  audioc.ggo   |    1
525  audiod.c     |  577 ++++++++++++++++++++++++++++++++++++++++-------------------
526  client.c     |   20 +-
527  client.ggo   |   12 -
528  command.c    |   14 -
529  configure.ac |   64 +++---
530  crypt.c      |    8
531  daemon.c     |    6
532  gui.c        |   52 ++---
533  gui_common.c |   70 -------
534  index.html   |    2
535  mp3.c        |    2
536  mp3dec.c     |    6
537  net.c        |    2
538  ogg.c        |    2
539  oggdec.c     |    8
540  para.h       |    8
541  play.c       |   51 ++---
542  sdl_gui.c    |   53 ++---
543  server.c     |   48 +---
544  server.ggo   |    1
545  server.h     |    2
546  stat.c       |   65 ++++++
547  28 files changed, 744 insertions(+), 479 deletions(-)
548
549 0.2.3 (2005-09-01) "hydrophilic movement"
550 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
551 Two new executables and major feature enhancements.
552
553         o audiod filters: It is now possible to specify arbitrary many
554           (including none) filters for each supported audio
555           format. This can be used e.g. for normalizing volume,
556           transforming or grabbing the audio stream, or for using
557           visualizers.  Read the output of "para_audiod -h" for the
558           syntax of the new --filter_cmd option.
559
560         o new executable: para_play, a tiny alsa player. It
561           can play wave files or raw pcm (16 bit little endian)
562           from stdin.
563
564         o new executable: para_compress, a dynamic range compressor
565           intended to keep audio output at a consistent volume. Derived
566           from AudioCompress, http://trikuare.cx/code/AudioCompress.html.
567
568         o audiod: New option: --stream_delay. This can be used in
569           a local network to syncronize the audio output of all
570           clients that play the same stream.
571
572 New files: compress.c compress.ggo play.c play.ggo
573
574  CREDITS             |    2
575  FEATURES            |   31 +--
576  Makefile.in         |   31 ++-
577  NEWS                |   24 ++
578  README              |    8
579  afs.c               |   14 -
580  audiod.c            |  463 +++++++++++++++++++++++++++++++++++++++++-----------
581  audiod.ggo          |    7
582  configure.ac        |   16 +
583  index.html          |   19 ++
584  mysql.c             |   17 +
585  net.c               |    8
586  recv.c              |   42 +++-
587  scripts/demo-script |    2
588  signal.c            |   22 ++
589  stat.c              |    2
590  16 files changed, 542 insertions(+), 166 deletions(-)
591
592 0.2.2 (2005-08-19) "tangential excitation"
593 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
594 Mostly internal changes in this release, but also some new commands
595 for the mysql database tool.
596
597         o cleanup exec.c, fix para_exec bug
598         o compile time loglevel (log messages below the given level
599           won't be compiled in, which reduces the size of the
600           resulting binaries)
601         o new log macros that shorten the size of the source code.
602         o workaround a gcc-4.1 bug (?) that caused send_cred_buffer()
603           to send only zeros. With this workaround, para_audioc works
604           again.
605         o avoid gcc-4 warning: conflicting types for built-in function 'clog'
606         o new mysql commands: "rm" (remove entry), "mv" (rename entry) "ne"
607           (new entry), "snp" (set numplayed). Read the manual for more
608           information.
609
610  INSTALL             |   10 -
611  Makefile.in         |    7 -
612  NEWS                |   19 +++
613  README              |    5
614  afs.c               |   75 ++++++--------
615  audioc.c            |    5
616  audiod.c            |  137 ++++++++++++-------------
617  client.c            |   83 +++++++--------
618  command.c           |   85 +++++++---------
619  configure.ac        |    2
620  crypt.c             |    6 -
621  daemon.c            |   26 ++--
622  dbadm.c             |  128 ++++++++++++------------
623  dopey.c             |    9 -
624  exec.c              |  180 ++++++----------------------------
625  fade.c              |   76 +++++++-------
626  gui.c               |   88 ++++++++--------
627  krell.c             |  113 ++++++++++-----------
628  mp3.c               |   49 ++++-----
629  mysql.c             |  275 ++++++++++++++++++++++++++++++++++++++++++++--------
630  net.c               |   44 ++------
631  ogg.c               |   91 ++++++++---------
632  oggdec.c            |    2
633  para.h              |  110 +++++++++++++-------
634  recv.c              |   26 ++--
635  scripts/demo-script |    4
636  sdl_gui.c           |    3
637  send.c              |   26 ++--
638  server.c            |   74 ++++++-------
639  signal.c            |   19 +--
640  skencil/overview.sk |   34 +++---
641  slider.c            |    4
642  stat.c              |   27 ++---
643  string.c            |   62 +++++++----
644  34 files changed, 1000 insertions(+), 904 deletions(-)
645
646 0.2.1 (2005-08-15) "surreal experience"
647 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
648 Here comes paraslash-0.2.1. It contains a couple of new features and,
649 surprise, only minor bug fixes.
650
651         o kill noisy mp3 debug message
652         o cleanup of the build system
653         o para_server and para_client directly use the crypto routines
654           of the openssl library rather than invoking the openssl command
655           line utitlity
656         o server/audiod: new option --user to switch to the given user
657           when invoked as root. Read the output of "para_server -h" for
658           more information.
659         o gui/sdl_gui: new option --stat_cmd to be used to retrieve the
660           status. Default: "para_audioc stat"
661         o sdl_gui: new option --pic_cmd to be used to download the picture.
662           Default: "para_client pic"
663         o audiod: 5 slots ought to be enough for everybody
664         o audiod: new status item: Uptime, kill hup command
665
666
667 New files: crypt.c crypt.h
668
669  1.0                 |    2
670  FEATURES            |   18 +++----
671  INSTALL             |   37 ++++++++++-----
672  Makefile.in         |  114 +++++++++++++++++++++---------------------------
673  NEWS                |   38 +++++++++++-----
674  README              |   27 +++++------
675  afs.c               |    6 --
676  audiod.c            |  117 ++++++++++++++++++-------------------------------
677  audiod.ggo          |    1
678  client.c            |   78 +++------------------------------
679  command.c           |  103 +++++++------------------------------------
680  configure.ac        |   78 ++++++++++++++++++++++-----------
681  daemon.c            |   44 +++++++++++++++++-
682  dbadm.c             |    7 +-
683  dopey.c             |   14 ++---
684  fade.c              |    3 -
685  gui.c               |    7 +-
686  gui.ggo             |    3 -
687  gui_common.c        |    7 ++
688  gui_theme.c         |  122 ++++++++++++++++++++++++++++------------------------
689  index.html          |   38 ++++++++++------
690  mp3.c               |   79 +++++++++++++++++----------------
691  mp3dec.c            |    8 +--
692  mysql.c             |   14 ++++-
693  net.c               |    3 -
694  ogg.c               |   21 ++++----
695  para.h              |   11 ++--
696  sdl_gui.c           |   19 ++++----
697  sdl_gui.ggo         |   10 ++--
698  server.c            |   19 --------
699  server.ggo          |    3 -
700  server.h            |    3 -
701  slider.c            |   19 +++-----
702  stat.c              |   24 +++++-----
703  string.c            |   12 ++++-
704  36 files changed, 530 insertions(+), 581 deletions(-)
705
706
707 0.2.0 (2005-08-06) "distributed diffusion"
708 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
709 After several month of increased development activity, paraslash-0.2.0
710 has arrived. It contains many new features and is much more
711 self-contained than the old 0.1.x series. Enjoy!
712
713
714         o para_server: fix hang on song change and crash on sighup.
715           Speed up mysql queries. The DIR_LIKE macro is gone.
716         o new executables: para_audiod, the local audio daemon that
717           starts playback (uses SCM_CREDENTIALS socket magic) and
718           para_audioc, the corresponding client.
719         o new executables: para_mp3dec/para_oggdec, two really teensy
720           decoders. para_mp3dec is based on libmad, para_oggdec requires
721           libvorbisfile.
722         o ovsend/ovrecv are capable of streaming ogg as well as mp3, so
723           they are now called para_send and para_recv respectively.
724         o documentation updates
725         o para_gui is themable. For now there is the default theme that
726           looks as before and the simple theme: blue and easy.
727         o gui: audio streaming is now handled by audiod. Time display shows
728           playback time rather than streaming time
729         o slider: update to libzmw-0.2.0
730         o para_krell: fix crash on server shutdown
731         o switch from gzip to bzip2
732
733 New files: audioc.c audioc.ggo audiod.c audiod.ggo daemon.c gui_theme.c mp3dec.c oggdec.c
734         recv.c recv.ggo send.c send.ggo stat.c
735
736  1.0                |    1
737  COPYING            |    2
738  CREDITS            |    4
739  FEATURES           |   24 -
740  INSTALL            |  131 ++++-
741  Makefile.in        |   83 ++-
742  NEWS               |   58 +-
743  PUBLIC_KEY         |   43 +
744  README             |  125 +++--
745  README.mysql       |   18
746  afs.c              |  330 +++++++++-----
747  client.c           |   41 -
748  client.conf.sample |    2
749  client.ggo         |    5
750  command.c          |  350 +++++++--------
751  configure.ac       |   38 +
752  dopey.c            |    2
753  exec.c             |  242 ++++++----
754  fade.c             |   43 -
755  fade.ggo           |    2
756  gui.c              | 1169 +++++++++--------------------------------------------
757  gui.ggo            |   10
758  gui_common.c       |   58 +-
759  index.html         |  176 ++++++-
760  krell.c            |    4
761  mp3.c              |  341 +++++++++------
762  mysql.c            |  180 ++++----
763  net.c              |  161 +++++++
764  ogg.c              |  444 +++++++++++++-------
765  para.h             |  103 ++++
766  sdl_gui.c          |  708 ++++++++++++++------------------
767  sdl_gui.ggo        |    2
768  server.c           |  175 +++----
769  server.ggo         |   13
770  server.h           |   20
771  slider.c           |  160 +++----
772  string.c           |   63 ++
773  time.c             |  103 +++-
774  38 files changed, 2821 insertions(+), 2613 deletions(-)
775
776
777 0.1.7 (2005-04-18) "melting penetration"
778 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
779 The main change in this release is clearly the oggvorbis rewrite,
780 but there are also lots of smaller changes. If you intend to use both
781 the mp3 and the ogg plugin, it is recommended to use software mixing,
782 e.g. the dmix plugin which is provided by ALSA.
783
784         o new executables: para_ovsend and para_ovrecv for sending/receiving
785           oggvorbis files via rtp. Requires the open rtp library. Get it at
786           http://www.linphone.org/ortp/
787         o rewrite of the ogg_vorbis core code
788         o configure detects libzmw and, if detected, includes
789           para_slider to the list of binaries to be built by make
790         o server stream writers read from their associated fifo rather
791           than from stdin
792         o slider: two new sliders, lastplayed and numplayed
793         o fix nasty double free bug which caused random segfaults in case of
794           mp3 files with invalid header information
795         o gui: new command line option: --stream_timeout=seconds  to
796           deactivate a slot if it is idle for that many seconds (default=`5')
797         o diffstats
798
799 New files: ovrecv.c ovrecv.ggo ovsend.c ovsend.ggo time.c
800  CREDITS         |    2
801  FEATURES        |   14 -
802  Makefile.in     |   20 +
803  NEWS            |   25 ++
804  README          |   28 ++
805  README.mysql    |   18 -
806  afs.c           |  238 ++++++++++++++++-------
807  autogen.sh      |    5
808  bash_completion |    2
809  command.c       |    9
810  configure.ac    |  115 ++++++++---
811  exec.c          |    6
812  gui.c           |    8
813  gui.ggo         |    1
814  krell.c         |   14 -
815  mp3.c           |  117 +++++++----
816  mysql.c         |    4
817  ogg.c           |  578 +++++++++++++++++++++-----------------------------------
818  para.h          |    9
819  server.c        |   65 ++++--
820  server.ggo      |    2
821  server.h        |   17 +
822  slider.c        |   68 ++++++
823  string.c        |   11 +
824  24 files changed, 794 insertions(+), 582 deletions(-)
825
826
827 0.1.6 (2005-03-05) "asymptotic balance"
828 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
829 Only little user-visible changes in this release. Mainly bugfixes and
830 core code cleanup. This is probably the most stable version ever if you
831 stick to mp3...
832
833         o fix several memory leaks
834         o rename default name of mysql database from "music" to "paraslash".
835           Use para_server's  --mysql_database option if you do not want to
836           rename your old database.
837         o rework ogg vorbis code
838         o make update command work on mysql servers with LOCAL_INFILE
839           disabled
840         o gui: improved stream I/O (slots)
841         o simplified audio format API
842         o para_pob_ogg is gone
843
844 0.1.5 (2004-12-31) "opaque eternity"
845 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
846 Let's slide gently into the new year.
847
848         o new: para_slider (not built automatically, type "make
849           para_slider" to build). A toy for those who always felt that
850           creating stream definitions is difficult. See screenshots,
851           README and FEATURES for more info.
852         o improved signal handling. Fixes server segfault on SIGHUP
853           for linux kernels newer than Aug 24 2004 and makes para_gui
854           race-free.
855         o reload database tool on SIGHUP
856         o improved help message for sl
857         o do not log "broken pipe" messages as errors. They are
858           perfectly ok.
859         o fix wrong error message on permission errors
860
861 0.1.4 (2004-12-19) "tunneling transition"
862 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
863 Bugfix release. As expected, 0.1.3 introduced a bunch of new bugs.
864 Hopefully, most of them got wiped out with this release. Some
865 enhancements went also in.
866
867         o improved error diagnostics for all commands
868         o stradd/picadd: overwrite previous contents if entry already
869           exists, rather than returning errors
870         o stradd: use current stream if invoked without args
871         o faster (and hopefully more stable) ogg-vorbis handling
872         o para_krell: reap children to avoid zombie-flooding in case
873           no server is running
874         o si: report also server pid
875         o server: don't busy-loop if dbtool reports only invalid files.
876         o gui: CTRL+C works again, fix stream_read command line option
877         o fix pic_add, hist
878         o fix mysql dbtool startup in case no database exists
879         o many small fixes and cleanups
880
881 0.1.3: (2004-12-10) "vanishing inertia"
882 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
883 Starting from this release, the database tools are integrated in the
884 server binary. This decreases server startup time, reduces code size
885 and speeds up database commands. However, the layout of the underlying
886 mysql database changed only slightly and 0.1.3 should be backwards
887 compatible in that respect.
888
889 Visible changes:
890
891         o If mysql is not detected at compile time, or fails to init
892           at runtime, fall back to the dopey database tool which should
893           always work.
894         o para_dbtool and dbtool.conf are gone. All mysql specific
895           options are read from server.conf and are prefixed by 'mysql_'.
896         o new command: cdt (change database tool)
897         o new command line option: dbtool (choose startup database tool)
898         o The name of current stream is now stored in the database,
899           so paraslash remembers its current stream when restarted.
900         o new command: csp (change stream and play)
901         o para_gui also reports current database tool and server uptime
902
903
904 0.1.2: (2004-11-28) "spherical fluctuation"
905 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
906 Point release before the big dbtool changes go in.
907
908         o dbtool: rename ca to cam (copy all meta data). It now also
909           copies numplayed and lastplayed time as well as the picture
910           id.
911         o fix endless-loop-bug caused by mp3 files with invalid header
912
913 0.1.1: (2004-11-05) "floating atmosphere"
914 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
915         o gkrellm plugin
916         o new dbtool command: mbox. Browse your sound-file collection
917           with your favorite mail reader.
918         o several small fixes
919
920 0.1.0: (2204-10-22) "rotating cortex"
921 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
922         o fix logging bug for loglevel > VERBOSE
923         o fix skip command
924         o correct timings for vbr mp3s
925         o modular audio format support
926         o ogg-vorbis support (experimental)
927         o new server option: autoplay
928
929 0.0.99: (2004-07-25) "harmonic deviation"
930 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
931         o rename projectname from icc to paraslash (play, archive, rate
932           and stream large audio sets happily)
933         o paraslash is no longer restricted to one particular audio
934           streaming software
935         o new dbtool commands (stradd, strq, strdel) for easy stream
936           managment w/o configuration file. That obsoletes stream_defs
937           file/config option for dbtool.
938         o picadd accepts jpeg data from stdin
939         o new server commands: ps (select previous stream), sc (song change)
940         o new default pictures for sdl_gui
941         o gui: new key_map option for binding commands and internal
942           functions to arbitrary keys, nice help screen, rip out
943           soundcard/linux specific stuff, avoid noise artefacts while jumping,
944           show silly logo on startup
945         o new executables: para_fade for fading volume, para_dbadm for
946           manipulating attributes
947         o cdb adds _all_ tables to mysql database
948         o revised and beautified documentation
949         o sample dbtool rewritten in C
950         o autoconf
951
952 0.0.98: (2003-12-26) "incremental smoothness"
953 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
954         o kick icecast in favour of poc. That removes some races and reduces
955           core code considerably.
956         o cbr/vbr is displayed by stat and gui/sdl_gui. New status flags
957           give finer info on afs' status.
958         o gui can start decoder (see config options). Further new gui
959           commands: refresh (^L), jmp (F1-F10)
960         o gui rereads conf on SIGUSR1 instead of SIGHUP. SIGHUP
961           terminates gui. This fixes dead instances consuming memory
962           continuously.
963         o new dbtool command: verb for sending verbatim sql queries.
964         o fix pid_list races (by removing pid_list)
965         o codename funnies
966
967 0.0.97: (2003-10-26)
968 ~~~~~~~~~~~~~~~~~~~~
969         o installation prefix now defaults to /usr/local
970         o new commands for gui: snozze, sleep and reread config
971         o config file for gui and sdl_gui
972         o fix problems with filenames containing funny characters
973           (reported by Thomas Forell)
974         o improved signal handling for gui, now it rereads conf on SIGHUP
975         o new dbtool command: cdb (create database)
976         o switch from argtable to gengetopt
977         o major code cleanup and speed improvements
978         o fix several potential buffer overflows
979         o many small fixes and cleanups
980
981 0.0.96 (2003-08-30)
982 ~~~~~~~~~~~~~~~~~~~
983         o easy stream_defs syntax
984         o sdl_gui can display images associated to the file being played
985         o Major feature enhancements for icc_gui including dynamic text
986           placement and the top/bottom window design
987         o vrfy/clean now also checks for NULL values in attributes as
988           well as for invalid picture pointers
989         o fix long outstanding case sensitivity bug
990         o many small fixes and cleanups
991
992 0.0.95 (2003-06-29)
993 ~~~~~~~~~~~~~~~~~~~
994         o sdl gui runs much faster
995         o new dbtool command: ca (copy attributes)
996         o count and display number of times the song has been played
997         o new feature: scoring
998         o command line options for sdl_gui
999         o simpler syntax of streams file
1000         o decrease network traffic of stat
1001         o fix zombie bug
1002         o many small fixes and cleanups
1003
1004 0.0.94 (2003-05-04)
1005 ~~~~~~~~~~~~~~~~~~~
1006         o new server command: ns (next stream)
1007         o new icc_gui command: c (change stream)
1008         o internal mp3info
1009         o stat shows also id3 tag info
1010         o new sdl based gui
1011         o log flodding bug fixed
1012         o many small fixes and cleanups
1013
1014 0.0.93 (2003-03-28)
1015 ~~~~~~~~~~~~~~~~~~~
1016         o colors for icc_gui
1017         o icc_gui sets volume directly (linux only)
1018         o proper locking that fixes some races
1019         o fix security bug that caused commands to be executed even
1020           with unsufficient permissions
1021         o new command: hup to make all servers reread their configuration file
1022         o icecast meta data streaming
1023         o many small fixes and cleanups