source: roaraudio/ChangeLog @ 1218:4613011128ae

Last change on this file since 1218:4613011128ae was 1218:4613011128ae, checked in by phi, 15 years ago

added paragraph for next release

File size: 4.5 KB
Line 
1v. 0.2beta2 - ?
2
3
4v. 0.2beta1 - Mon Feb 23 2009 25:08
5        * added options --default-codec and --without-cf-cmd to configure script
6        * added some funcs to list of frozen API calls
7        * added sleep command to roarctl
8        * updated roard manpage
9        * fixed a possible segfault within auto codec detection and
10          added support for native flac
11        * fixed some compiler warnings
12        * made roarcat and roarmon 100% esdcat and esdmon compatible
13        * set fragment size for OSS driver
14        * fixed some minor bugs
15        * changed buffer interface a bit to support non buffer alloced buffers
16
17v. 0.2beta0 - Wed Feb 04 2009
18        * use new driver interface as default (finally!)
19        * fixed a bug in roard to not accept new streams in termination state
20        * added support to filters to reset
21        * added basic support to report latency
22        * added vio support for ctl()s
23        * allow overruns in sync output streams
24        * solved double close bug
25        * added support for non-execed streams with client behinde a NAT gateway
26        * use socketpair() for AF_UNIX streams to create a new non-execed stream
27        * got AF_UNIX support back working on OpenBSD
28        * added needed paths for OpenBSD
29        * only use use fsync() if there is no fdatasync()
30
31v. 0.1beta5 - Wed Jan 21 2009
32        * done some patchs to help porting libroar to win32
33        * made libm optional
34        * added option to configure to build without any optional compontents
35        * added option to configure to give a helper programm to exec tests (e.g. wine)
36        * updated help a bit
37        * fixed roarbidir
38        * added support for sync vio
39        * updated roarfctest
40        * added filter reset command
41
42v. 0.1beta4 - Tue Dec 23 2008
43        * added roar_buffer_shift_out()
44        * changed roarshout to be 100% compatible with oggfwd options
45        * added full support for mu-Law
46        * added VIO support for driver API
47        * changed esd output driver to use new vio driver API
48        * wrote OSS driver
49        * added support for --standby and --auto-standby
50        * write support for stream based drivers, finally!
51        * added -o/-O-/-oO/-oN to roard: stream based output drivers
52        * patched null and raw driver to use VIO interface
53        * ported libao plugin to new VIO interface
54        * added -oP support to mark outputs primary
55        * added ROAR_INSTINT to abstract from __LP64__
56        * added new trivial filters: Add, Quantifier, Clip
57        * added codecfilter for libfishsound, use it as default for ogg_flac and ogg_speex
58        * added Ogg FLAC and Ogg Speex Magic
59        * added tool roarmonhttp: http streaming tool, CGI or inetd
60        * added writing support for RIFF/WAVE
61        * flag sources as sources
62        * patched some things for cygwin
63        * fixed double-reconnect bug within XMMS plugin
64        * include libao plugin in normal configure/build/install
65        * added passthru for meta streams
66        * fixed a lot small bugs
67        * include basic rc/init script for debian like systems
68
69v. 0.1beta3 - Thu Nov 27 2008
70        * fixed some includes, patch by janus
71
72v. 0.1beta2 - Tue Nov 25 2008
73        * check for __LP64__
74        * added roaraudio/error.h
75        * added manpages for roar_codec2str() and roar_str2codec()
76        * got some YIFF clients working, including yplay!
77        * added roarcleints/roarradio*: A RoarAudio client which inizialiszes a new source
78                                        and has buildin HTTP support.
79        * added CDRum support
80        * added writeing support for A-Law
81        * added proxy support for SOCKS4 and 4d, SSH and HTTP CONNECT
82        * improved 32 bit support a lot
83        * checking for IPv6 support, not just assuming it to exist (win32 fix)
84        * updated docs a bit
85        * added install target
86
87v. 0.1beta1 - Sun Sep 07 2008
88        * fixed a lot typos
89        * Added readonly support for A-Law
90        * now also build doc/
91        * fixed a bug with NetBSD's which
92        * look for pkg-config
93        * look for other tools, added --runtime-detect to configure
94        * Fixed some manpages
95        * added support for passive playback (passfh)
96        * added support for ROAR_ATTACH_SIMPLE
97        * cleaned codec ID #defines a bit up
98        * added CMD PASSFH
99        * get roard build again on MAC OS X
100        * added tool roarcatpassfh
101        * added --simple, --passive and --background to roarcatplay
102        * got cf vorbis work on vio
103        * got standard vio work better on DECnet
104
105v. 0.1 - Sun Aug 31 2008
106        * done basic stuff
107        * started 'libroaresd' to support ESD clients
108        * started 'libroararts' to support aRts clients
109        * started 'libroaryiff' to support YIFF clients
110        * started 'libroarpulse' to support PulseAudio clients
111        * done a libao plugin
112        * done a lot basic networking stuff, still need some more proxy code
113        * got roard work file even with small buffers (<1ms)
114        * support diffrent codecs server side decoding
115        * support for meta data
116        * done some manpages
117        * added Ogg Vorbis support (server and client side)
118        * added basic clients and some clients for testing and as examples
Note: See TracBrowser for help on using the repository browser.