1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-30 02:35:23 -04:00
Go to file
Michael Smith 4e140fb14b Add a changelog file for the last ~2 months.
Other committers: any new features, and any major bugfixes, should be added in
here, please. Try and keep it up to date. Minor changes (particularly those
not visible to the user) and so on don't generally need an entry here - this
should be a usable summary of new stuff for the non-developer.

svn path=/trunk/icecast/; revision=4386
2003-03-02 11:01:21 +00:00
conf Add another comment suggested by a user. 2003-03-02 10:18:28 +00:00
doc Missing .cvsignores 2003-01-15 05:38:31 +00:00
m4 Backpropogate hack for libshout test 2002-08-18 05:48:49 +00:00
src Fix various minor bugs in per-mountpoint configs. 2003-03-02 10:36:24 +00:00
web Missing .cvsignores 2003-01-15 05:38:31 +00:00
win32 forgot to add libcurl to the setup building script 2003-02-05 14:31:17 +00:00
.cvsignore automake/libtool generated files 2003-01-15 05:36:15 +00:00
acconfig.h OS X 10.2.3 doesn't define socklen_t. 2003-01-15 05:58:09 +00:00
acinclude.m4 added libcurl to dependencies, needed for yp-listing within icecast2 2003-02-02 14:21:57 +00:00
AUTHORS oddsock's win32 port/GUI 2002-08-09 15:55:02 +00:00
autogen.sh fix autogen.sh so that builddir != srcdir works 2002-07-11 04:00:04 +00:00
ChangeLog Add a changelog file for the last ~2 months. 2003-03-02 11:01:21 +00:00
configure.in Typo 2003-02-28 20:16:36 +00:00
COPYING Replace the placeholder with the real license. 2002-02-14 00:58:04 +00:00
HACKING Remove references to checking out sub-modules, this is no longer needed. 2002-08-08 08:26:21 +00:00
Makefile.am build updates. 2002-09-24 08:16:24 +00:00
README README written. 2002-10-01 16:26:18 +00:00
TODO Max queue length for clients is now 2003-02-24 13:37:15 +00:00

Icecast2 alpha 1.

This is an alpha release. Not all functionality is fully implemented, though
we believe it to be very stable for all the currently available features.

It is known to build on linux and win32, and should be easily ported to other
unix platforms (we expect this will require some autoconf work, though).

Run
   ./configure
   make
   make install

To build and install this release.

Documentation is mostly missing at this point. The example config file should
explain most of the features available (but note that the directory services
are not yet available). 

Please email us at icecast@xiph.org or icecast-dev@xiph.org, or come and see
us at irc.xiph.org, channel #icecast (or irc.openprojects.net, #icecast, though
we're not always there) if you have any troubles.