Skip to content

Commit

Permalink
Releasing 0.9.2: update version numbers and copyright years.
Browse files Browse the repository at this point in the history
One little fix in doc/Makefile to get everything in the tarball.

--HG--
extra : convert_revision : svn%3Aaec24677-d710-0410-a355-ac75e2bdf181/trunk%406881
  • Loading branch information
dbaelde@aec24677-d710-0410-a355-ac75e2bdf181 committed Oct 30, 2009
1 parent 56fc0c8 commit 275637a
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 32 deletions.
15 changes: 12 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
x.y.z ()
0.9.2 (29-10-2009)
==================
This release is a SNAPSHOT of upcoming features. It also contains several
important bugfixes. As a snapshot, it contains experimental or unpolished
features, and also breaks compatibility with previous versions.
You should in particular notice the two "New" items below:
- random(strict=true) is now called rotate();
- request sources (playlists, request.*) have a new queuing behavior,
check the doc (request-sources.html) or revert to conservative=true.
==================
Bugs fixed:
- Ogg encoder now muxes pages according to their ending time.
- Support "ogg/audio" and "ogg/video" mime types for HTTP ogg streams.
Expand Down Expand Up @@ -34,6 +43,8 @@ Bugs fixed:
New:
- The operator rotate() replaces random(strict=true), and random()
does not have a strict parameter anymore.
- Switch to new behaviour in request-based sources.
Use conservative=true to get to the old behaviour.
- on_blank(): provide an on_noise handler.
- playlist*(): add server commands for reloading the playlist and changing
its URI.
Expand All @@ -53,8 +64,6 @@ New:
- Added built-in support for m4a audio files and metadata.
Made external support optional through enable_faad.
- Added optional resampling for output.external operators (#273).
- Switch to new behaviour in request-based sources. Use conservative=true
to get to the old behaviour.
- Added optional host and port parameters for audioscrobbling
submissions. Allows to use alternate systems, such as libre.fm
of jamendo's compatibility API. Added nowplaying submission,
Expand Down
47 changes: 24 additions & 23 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,41 +1,42 @@

Liquidsoap 0.9.1
Liquidsoap 0.9.2
----------------

Mandatory dependencies :

ocaml-dtools>=0.1.3
ocaml-duppy>=0.3.0
ocaml-dtools>=0.1.6
ocaml-duppy>=0.3.1
ocaml-pcre

Optional dependencies :

ocaml-shout>=0.2.6 for sending to Shoutcast & Icecast
ocaml-ogg>=0.3.0
ocaml-vorbis>=0.5.0 for Vorbis data
ocaml-theora>=0.1.0 for Theora data
ocaml-speex>=0.1.0 for Speex data
ocaml-mad>=0.3.4 for MP3 decoding
ocaml-lame>=0.2.2 for MP3 encoding
ocaml-taglib>=0.1.2 for MP3ID3 metadata access
ocaml-faac>=0.1.1 for AAC encoding
ocaml-faad>=0.1.1 for AAC stream decoding
ocaml-gavl>=0.1.0 for video conversion using the gavl library
ocaml-pulseaudio>=0.1.0 for PulseAudio I/O
ocaml-samplerate>=0.1.0 for libsamplerate audio conversion
ocaml-lastfm>=0.1.3 for lastfm protocol support
ocaml-cry>=0.1.1 for sending to Shoutcast & Icecast
ocaml-ogg>=0.3.1
ocaml-vorbis>=0.5.1 for Vorbis data
ocaml-theora>=0.1.2 for Theora data
ocaml-speex>=0.1.2 for Speex data
ocaml-mad>=0.3.6 for MP3 decoding
ocaml-lame>=0.2.4 for MP3 encoding
ocaml-taglib>=0.1.3 for MP3ID3 metadata access
ocaml-faac>=0.1.2 for AAC encoding
ocaml-faad>=0.1.3 for AAC stream decoding
ocaml-gavl>=0.1.2 for video conversion using the gavl library
ocaml-pulseaudio>=0.1.1 for PulseAudio I/O
ocaml-samplerate>=0.1.1 for libsamplerate audio conversion
ocaml-lastfm>=0.2.0 for lastfm protocol support
xml-light>=2.2 for lastfm protocol support
ocaml-magic>=0.6 for file type detection
ocaml-xmlplaylist>=0.1.1 for XML-based playlist formats
ocaml-soundtouch>=0.1.4 for libsoundtouch's audio effects
ocaml-xmlplaylist>=0.1.2 for XML-based playlist formats
ocaml-soundtouch>=0.1.5 for libsoundtouch's audio effects
ocaml-ao>=0.1.9 for output via libao
ocaml-alsa>=0.1.3 for ALSA I/O
ocaml-portaudio>=0.1.2 for Portaudio I/O
ocaml-bjack>=0.1.0 for Jack support
ocaml-ladspa>=0.1.1 for LADSPA plugins
ocaml-alsa>=0.1.4 for ALSA I/O
ocaml-portaudio>=0.1.3 for Portaudio I/O
ocaml-bjack>=0.1.3 for Jack support
ocaml-ladspa>=0.1.2 for LADSPA plugins
camomile for charset recoding in metadata
ocaml-jack>=0.1.0 for old Jack support (DEPRECATED)
libopal for receiving VOIP calls (EXPERIMENTAL)

Other optional dependencies can be found in the download
section of the project. All of them should be included in
the -full tarball
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Liquidsoap 0.9.1 -- a programmable audio stream generator.
Liquidsoap 0.9.2 -- a programmable audio stream generator.

Copyright 2003-2009 Savonet team

Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ dnl as well as the "version" variable below AND the "libs_dir_version",
dnl which is used as the final component of the standard .liq libdir,
dnl $libdir/liquidsoap/$libs_dir_version

AC_INIT([liquidsoap],[0.9.1+svn])
version="0.9.1+svn"
libs_dir_version="svn"
AC_INIT([liquidsoap],[0.9.2])
version="0.9.2"
libs_dir_version="0.9.2"
AC_SUBST(version)
AC_SUBST(libs_dir_version)

Expand Down
1 change: 1 addition & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

SUBDIRS = content liqi
DISTFILES = liquidsoap.1 Makefile reference_to_liqi.pl settings_to_liqi.pl no-ref.txt
DISTDIRS = orig scripts
PERL_DOM = $(shell perl -MXML::DOM -e1 > /dev/null 2>&1 && echo yes)

CONTENT=$(wildcard content/*.txt)
Expand Down
2 changes: 1 addition & 1 deletion doc/liquidsoap.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Hey, EMACS: -*- nroff -*-
.TH LIQUIDSOAP 1 "May 27, 2007" "Liquidsoap 0.9.1"
.TH LIQUIDSOAP 1 "May 27, 2007" "Liquidsoap 0.9.2"


.SH NAME
Expand Down
2 changes: 1 addition & 1 deletion src/visualization/video_plotsound.ml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*****************************************************************************
Liquidsoap, a programmable audio stream generator.
Copyright 2003-2008 Savonet team
Copyright 2003-2009 Savonet team
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 275637a

Please sign in to comment.