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