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