summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bockover <aaron@aaronbock.net>2005-12-06 12:40:41 +0000
committerAaron Bockover <abock@src.gnome.org>2005-12-06 12:40:41 +0000
commita5cc7a7d8845af15a8796a3209932963bcb97736 (patch)
tree0f90ac7a34038b2ba5d9b23b5262bbce60aa5ad0
parent381da6ce342a9ea412ff682c5ce221ae4f668662 (diff)
Fixed weird VERSION/ASM_VERSION definitions; Version 0.10BANSHEE_0_10
2005-12-06 Aaron Bockover <aaron@aaronbock.net> * configure.ac: Fixed weird VERSION/ASM_VERSION definitions; Version 0.10 * NEWS: Updated
-rw-r--r--ChangeLog6
-rw-r--r--NEWS79
-rw-r--r--configure.ac14
3 files changed, 11 insertions, 88 deletions
diff --git a/ChangeLog b/ChangeLog
index fe513b41f..40ee5acca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-12-06 Aaron Bockover <aaron@aaronbock.net>
+ * configure.ac: Fixed weird VERSION/ASM_VERSION definitions; Version 0.10
+
+ * NEWS: Updated
+
+2005-12-06 Aaron Bockover <aaron@aaronbock.net>
+
* configure.ac: Require ipod-sharp 0.5.12
* docs/*: Updated API Documentation
diff --git a/NEWS b/NEWS
index cd3e776e5..c22fe9e73 100644
--- a/NEWS
+++ b/NEWS
@@ -1,80 +1,7 @@
-Banshee 0.9.12 is Ready.
+Banshee 0.10
-This release focuses mainly on stability and adds a few very minor User Interface enhancements. A repeat single track repeat mode was also added.
+See the Banshee Wiki for release information and other details:
-Please do not hesitate to file bugs against Banshee in GNOME Bugzilla (http://bugzilla.gnome.org, component: banshee), or discuss Banshee on this list or in #banshee on irc.gnome.org. The Banshee Wiki, open to everyone for viewing and editing is located at http://banshee-project.org.
+ http://banshee-project.org/
-NEW FEATURES
-------------
-
-# Updated iPod artwork: integrated Ryan Collier's excellent Tango icons
-# More key bindings
-
- * Pressing Shift while clicking Previous goes immediately to previous song - the behavior of clicking the previous button without holding Shift has been changed to start the current song over if it has been playing for more than 2 seconds, and only go to the previous song if playback has been less than two seconds
- * Pressing Space Bar will pause or continue playing the current song
- * Pressing Enter with focus and selection in the playlist view will play the first song in the selection
-
-# Swedish translation by Christian Rose
-# Only re-center current playing when transitioning tracks if it will scroll out of view (James Willcox)
-# Starting a new instance of banshee with --play will start playing a song immediately after the library has loaded
-# Show the seek time under the slider when dragging the seek slider (Ruben Vermeersch)
-# Repeat none, repeat one, repeat all modes
-# Repeat and Shuffle options are now available in the edit menu
-# Mime types added to banshee.desktop file
-# Default library path is now ~/Music
-
-
-BUG FIXES
----------
-
-# Banshee should now play nice with file names with non-Latin characters (321285)
-# iPod track numbers should now be ordered properly (321205)
-# Notification Area Icon menu works properly when panel is in any location on the screen (315227)
-
-
-THE IMPORTANT LINKS
--------------------
-
-Release Overview Page:
-http://banshee-project.org/Releases/0.9.12
-
-Banshee 0.9.11 Tarball:
-http://banshee-project.org/files/banshee/banshee-0.9.12.tar.gz
-
-ipod-sharp 0.5.10 Tarball:
-http://banshee-project.org/files/ipod-sharp/ipod-sharp-0.5.11.tar.gz
-
-libipoddevice 0.3.5 Tarball:
-http://banshee-project.org/files/libipoddevice/libipoddevice-0.3.5.tar.gz
-
-Banshee Wiki:
-http://banshee-project.org/
-
-
-DEPENDENCIES
-------------
-
-- Mono 1.1.9.2 and full stack
-- ipod-sharp 0.5.11; in turn requires libipoddevice 0.3.5
-- gtk-sharp-2.0 (2.4.0)
-- sqlite3
-- GStreamer 0.8.11
-- libmusicbrainz 2.1.1 or better
-- libnautilus-burn 2.12
-- GTK+ 2.8 or better
-- HAL 0.5.2 or better
-
-
-NOTES
------
-
-- New versions of Banshee will be released every Thursday. Releases with an odd micro version number, are to be considered essentially CVS snapshots. Even micro version numbers will be considered more stable, and are subject to more testing than odd micro version numbers.
-
-- To distributors: due to a bug in the Mono 1.1.8.x mcs compiler, Banshee code will not compile. Attempting to do so will result in the compiler crashing. Mono 1.1.9.2 must be used to build Banshee. However, the resulting assembly will execute just fine on the 1.1.8.x corlib/runtime. This means that Banshee can be built with 1.1.9.2 and run on 1.1.8.x. For distributions that cannot upgrade the compiler, the bare 1.1.9.2 compiler assembly has been bundled with banshee for now. To build using the bundled compiler, simply pass --with-internal-mcs to configure.
-
-- Bindings to the VLC libraries have been implemented and are available as a Banshee Media Engine. To use the VLC engine, pass --enable-vlc to configure. Additionally, libvlc.so must be copied to banshee/mediaengines/vlc before running "make install". To build libvlc.so, download and build Jon Lech Johansen's snd123:
-
-http://nanocrew.net/2005/09/20/snd123/
-
-Copy the resulting libvlc.so to the aforementioned build directory, and proceed with building Banshee as normal. Keep in mind, VLC support is optional. Banshee also supports GStreamer and Helix engines. GStreamer is required, and Helix is optional, but will be automatically detected and configured if your system is set up properly with either RealPlayer or Helix Player. See http://helixcommunity.org/
diff --git a/configure.ac b/configure.ac
index 27089259f..f51cf5cc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,18 +5,8 @@ AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM
AC_PREREQ(2.13)
-VERSION_MAJOR=0
-VERSION_MINOR=10
-VERSION_MICRO=0
-VERSION_REVIS=no
-
-VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_MICRO"
-ASM_VERSION="$VERSION.*"
-
-if test ! "x$VERSION_REVIS" = "xno" ; then
- VERSION="$VERSION.$VERSION_REVIS"
- ASM_VERSION=$VERSION
-fi
+VERSION=0.10
+ASM_VERSION="$VERSION.*.*"
AM_INIT_AUTOMAKE(banshee, $VERSION)
AC_SUBST(ASM_VERSION)