source: roaraudio/ChangeLog @ 1805:aef0f6b4fa7f

Last change on this file since 1805:aef0f6b4fa7f was 1805:aef0f6b4fa7f, checked in by phi, 15 years ago

new stream dirs, removed unused struct fiealds

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