diff --git a/Changelog b/Changelog index 9b52e8999..188201e22 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,19 @@ +Version 1.2.2: + Major features: + * (Android Remote) Add kittens support. + + Bugfixes: + * Rename SkyDrive to OneDrive. + * Don't include the user's IP address in the log (from the network remote + settings dialog). + * (Debian) Fix a bug with HTTPS logins to all cloud storage providers. + * (Mac OS X) Fix a bug in the workaround for a weird font issue on 10.9. + * (Mac OS X) Fix rendering of source icons on retina displays. + * (Android Remote) Don't advertise songs that aren't available. + * (Android Remote) Fix playing songs with special characters in filenames. + + + Version 1.2.1: Bugfixes: * Fix library download in the network remote. diff --git a/cmake/Version.cmake b/cmake/Version.cmake index 5272dddea..ef6748c5c 100644 --- a/cmake/Version.cmake +++ b/cmake/Version.cmake @@ -3,7 +3,7 @@ # Version numbers. set(CLEMENTINE_VERSION_MAJOR 1) set(CLEMENTINE_VERSION_MINOR 2) -set(CLEMENTINE_VERSION_PATCH 1) +set(CLEMENTINE_VERSION_PATCH 2) # set(CLEMENTINE_VERSION_PRERELEASE rc4) # This should be set to OFF in a release branch