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