source: roaraudio/ChangeLog @ 1735:218d587f041e

Last change on this file since 1735:218d587f041e was 1735:218d587f041e, checked in by phi, 15 years ago

updated Makefiles

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