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