source: roaraudio/ChangeLog @ 1213:0824b21be7ea

Last change on this file since 1213:0824b21be7ea was 1213:0824b21be7ea, checked in by phi, 15 years ago

typo

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