Merge commit '1.0.1'

This commit is contained in:
David Sansome 2012-01-22 13:33:34 +00:00
commit bc0623bc0d
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
Version 1.0.1:
Bugfixes:
* Use Chromaprinter and Acoustid instead of Echoprint and MusicDNS.
* Make it possible to play songs from connected iPod Touches again.
* (Windows) Fix an SSL issue that would sometimes result in an "Invalid
username or password" error when logging in to Grooveshark.
* (Mac OS X) Use FSEvent-based filesystem watcher to fix a number of crashes
due to running out of file handles when monitoring a large library.
Version 1.0:
Major features:
* Add Spotify support.

View File

@ -3,7 +3,7 @@
# Version numbers.
set(CLEMENTINE_VERSION_MAJOR 1)
set(CLEMENTINE_VERSION_MINOR 0)
set(CLEMENTINE_VERSION_PATCH 0)
set(CLEMENTINE_VERSION_PATCH 1)
#set(CLEMENTINE_VERSION_PRERELEASE rc1)
# This should be set to OFF in a release branch