source: roaraudio/ChangeLog @ 1738:1a8ad8c7d4f7

Last change on this file since 1738:1a8ad8c7d4f7 was 1738:1a8ad8c7d4f7, checked in by phi, 15 years ago

updated: components, cfreq

File size: 7.6 KB
Line 
1v. 0.2rc2 - ?
2        * corrected check for GNU peercred
3        * added basic logging support to configure
4        * fixed plugin configures
5        * added and fixed semi-install target on plugins
6        * call plugin configures from main configure
7        * include plugins in Makefile known to work from configure
8        * fixed Makefiles of plugins: added -I../../include, -L../../lib
9        * Make use of pkg-config in plugin configures
10        * corrected possition of -ls on linker commands in most Makefiles
11        * added more explicide linker commands so most things now build
12          with classic BSD make.
13        * devided into components: libs, roard, clients, doc
14        * add toption to set roard's cycle freq
15
16v. 0.2rc1 - Wed May 13 2009 12:05
17        * Started to port to OpenSolaris
18        * fixed bug in default based sockets, make HTTP VIO from non default port work
19        * got libroarsndio build under OpenBSD 4.5
20        * do not depend tests in configure on roaraudio.h: fixes some checks on *BSD
21        * renamed member 'fh' of connection struct to '__fh', this breaks
22          all code depending on it so we see how it behaves in case
23          we replace this with a real VIO object in near future
24        * started VIO 2popen interface
25        * fixed exec() on systems with sizeof(int) != sizeof(char*)
26        * do not do unnessesery calls to fdatasync() on sockets
27        * link roarvorbis against libogg and libvorbis
28        * remove need of GNU/Tar like -z on remote system from send-roaraudio
29        * added support for hwmixer flag on OSS and sndio driver
30        * fiexed some typos
31
32v. 0.2beta3 - Fri May 01 2009 15:15
33        * added esdfilt options to roarfilt, esdplay options to roarcatplay
34        * added short options to roarcat/mon/filt as stated in the manpage
35        * updated manpages
36        * also build libroar{,dsp}.a
37        * Changed VIO CTLs in a binary inkompatible way
38        * added support for autoconf flag to OSS driver
39        * added driver for OpenBSD sndio interface
40        * started libroarsndio
41        * added code for plugins: audacirus, mplayer, gst10
42        * fixed some building problems
43        * added roarify and s start for it's manpage
44        * added stream flags pause and hwmixer
45
46v. 0.2beta2 - Fri Mar 27 2009 21:20
47        * added (dummy) flags autoconf and cleanmeta
48        * added streams_ctl() to server
49        * added support for primary flag as -oO, support for blocks parameter
50        * added (GnuPG) pinentry support.
51        * added support for Ogg Vorbis encoder to set meta data :)
52        * fixed some (minor) bugs, including segfault in vio
53        * added a lot things to the vio interface
54        * added gzip and simple OpenPGP support to vio interface
55        * added a simple pointer stack.
56        * added (OpenSSH) askpass support.
57        * added vio pipe support, currectly pipe() and socketpair() based onse.
58        * test for OpenSSL
59        * added support to VIO open OpenSSL BIOs
60        * added support to read a string and convert it into a VIO stack
61        * added simple VIO stack as VIO pass object
62        * started cleaner VIO Socket implementation
63        * Reduced lib size with --minimal trasticly (>33%!)
64        * Done a lot patches to makeing RoarAudio more portable (also to win32)
65        * moved convert.[ch] and poly.[ch] from libroar to libroardsp
66        * updated AUTHROS, README and check HACKING
67        * added tools/send-roaraudio: tool to send RoarAudio von CVS to a diffrent
68                                      host in order to test it.
69        * added dist/archlinux and archlinux rc script.
70
71v. 0.2beta1 - Mon Feb 23 2009 25:08
72        * added options --default-codec and --without-cf-cmd to configure script
73        * added some funcs to list of frozen API calls
74        * added sleep command to roarctl
75        * updated roard manpage
76        * fixed a possible segfault within auto codec detection and
77          added support for native flac
78        * fixed some compiler warnings
79        * made roarcat and roarmon 100% esdcat and esdmon compatible
80        * set fragment size for OSS driver
81        * fixed some minor bugs
82        * changed buffer interface a bit to support non buffer alloced buffers
83
84v. 0.2beta0 - Wed Feb 04 2009
85        * use new driver interface as default (finally!)
86        * fixed a bug in roard to not accept new streams in termination state
87        * added support to filters to reset
88        * added basic support to report latency
89        * added vio support for ctl()s
90        * allow overruns in sync output streams
91        * solved double close bug
92        * added support for non-execed streams with client behinde a NAT gateway
93        * use socketpair() for AF_UNIX streams to create a new non-execed stream
94        * got AF_UNIX support back working on OpenBSD
95        * added needed paths for OpenBSD
96        * only use use fsync() if there is no fdatasync()
97
98v. 0.1beta5 - Wed Jan 21 2009
99        * done some patchs to help porting libroar to win32
100        * made libm optional
101        * added option to configure to build without any optional compontents
102        * added option to configure to give a helper programm to exec tests (e.g. wine)
103        * updated help a bit
104        * fixed roarbidir
105        * added support for sync vio
106        * updated roarfctest
107        * added filter reset command
108
109v. 0.1beta4 - Tue Dec 23 2008
110        * added roar_buffer_shift_out()
111        * changed roarshout to be 100% compatible with oggfwd options
112        * added full support for mu-Law
113        * added VIO support for driver API
114        * changed esd output driver to use new vio driver API
115        * wrote OSS driver
116        * added support for --standby and --auto-standby
117        * write support for stream based drivers, finally!
118        * added -o/-O-/-oO/-oN to roard: stream based output drivers
119        * patched null and raw driver to use VIO interface
120        * ported libao plugin to new VIO interface
121        * added -oP support to mark outputs primary
122        * added ROAR_INSTINT to abstract from __LP64__
123        * added new trivial filters: Add, Quantifier, Clip
124        * added codecfilter for libfishsound, use it as default for ogg_flac and ogg_speex
125        * added Ogg FLAC and Ogg Speex Magic
126        * added tool roarmonhttp: http streaming tool, CGI or inetd
127        * added writing support for RIFF/WAVE
128        * flag sources as sources
129        * patched some things for cygwin
130        * fixed double-reconnect bug within XMMS plugin
131        * include libao plugin in normal configure/build/install
132        * added passthru for meta streams
133        * fixed a lot small bugs
134        * include basic rc/init script for debian like systems
135
136v. 0.1beta3 - Thu Nov 27 2008
137        * fixed some includes, patch by janus
138
139v. 0.1beta2 - Tue Nov 25 2008
140        * check for __LP64__
141        * added roaraudio/error.h
142        * added manpages for roar_codec2str() and roar_str2codec()
143        * got some YIFF clients working, including yplay!
144        * added roarcleints/roarradio*: A RoarAudio client which inizialiszes a new source
145                                        and has buildin HTTP support.
146        * added CDRum support
147        * added writeing support for A-Law
148        * added proxy support for SOCKS4 and 4d, SSH and HTTP CONNECT
149        * improved 32 bit support a lot
150        * checking for IPv6 support, not just assuming it to exist (win32 fix)
151        * updated docs a bit
152        * added install target
153
154v. 0.1beta1 - Sun Sep 07 2008
155        * fixed a lot typos
156        * Added readonly support for A-Law
157        * now also build doc/
158        * fixed a bug with NetBSD's which
159        * look for pkg-config
160        * look for other tools, added --runtime-detect to configure
161        * Fixed some manpages
162        * added support for passive playback (passfh)
163        * added support for ROAR_ATTACH_SIMPLE
164        * cleaned codec ID #defines a bit up
165        * added CMD PASSFH
166        * get roard build again on MAC OS X
167        * added tool roarcatpassfh
168        * added --simple, --passive and --background to roarcatplay
169        * got cf vorbis work on vio
170        * got standard vio work better on DECnet
171
172v. 0.1 - Sun Aug 31 2008
173        * done basic stuff
174        * started 'libroaresd' to support ESD clients
175        * started 'libroararts' to support aRts clients
176        * started 'libroaryiff' to support YIFF clients
177        * started 'libroarpulse' to support PulseAudio clients
178        * done a libao plugin
179        * done a lot basic networking stuff, still need some more proxy code
180        * got roard work file even with small buffers (<1ms)
181        * support diffrent codecs server side decoding
182        * support for meta data
183        * done some manpages
184        * added Ogg Vorbis support (server and client side)
185        * added basic clients and some clients for testing and as examples
Note: See TracBrowser for help on using the repository browser.