diff options
author | Ross Burton <rburton@src.gnome.org> | 2005-07-01 13:07:49 +0000 |
---|---|---|
committer | Ross Burton <rburton@src.gnome.org> | 2005-07-01 13:07:49 +0000 |
commit | 66c142d3469047eb02dc8f5d1c3224661ce503a1 (patch) | |
tree | 7162e95758fc79f6565f958fbf822ab0cf32babe | |
parent | 24d4cba174758e19c451c6cf596d6efeafd909b7 (diff) |
Version 2.11.3
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 17 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2005-07-01 Ross Burton <ross@burtonini.com> + * configure.in: + * NEWS: + Version 2.11.3. + +2005-07-01 Ross Burton <ross@burtonini.com> + * src/sj-extractor.c: Add just_say_yes() so that gnomevfssink will always overwrite files. At the moment we do this check before starting the @@ -1,3 +1,13 @@ +Sound Juicer "All Rolled Into One" 2.11.3 +========================================= + +This release is also known as Oh My God. + +* Can now play CDs (Ronald Bultje) +* The genre field is now an auto-completing text entry +* Fix various file writing bugs caused by the move to gnome-vfs + + Sound Juicer "Cosmo Retro Intro Outro" 2.11.2 ============================================= diff --git a/configure.in b/configure.in index b315842..e790bc0 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ # Initial blurb -AC_INIT(sound-juicer, 2.11.2, http://www.burtonini.com/) +AC_INIT(sound-juicer, 2.11.3, http://www.burtonini.com/) AC_PREREQ(2.52) AM_INIT_AUTOMAKE([check-news 1.6]) AC_CONFIG_SRCDIR(src/sj-extractor.c) |