[banshee/stable-2.6] 2.6.2 pre-release changes
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/stable-2.6] 2.6.2 pre-release changes
- Date: Tue, 18 Feb 2014 22:25:20 +0000 (UTC)
commit 4721061828e7d0de89c649fabfaae4135bb49e50
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Tue Feb 18 23:25:12 2014 +0100
2.6.2 pre-release changes
AUTHORS | 2 ++
NEWS | 19 ++++++++++++++-----
banshee.doap | 8 ++++----
build/windows/Installer.wixproj | 2 +-
build/windows/InstallerDefinition.wxs | 4 ++--
configure.ac | 4 ++--
src/Core/Banshee.Core/Resources/contributors.xml | 2 ++
7 files changed, 27 insertions(+), 14 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 5166f5d..2072968 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -135,6 +135,7 @@ Contributors:
Martin Pitt
Matt Enright
Matt Sturgeon
+ Michael Catanzaro
Michael Kaiser
Michael Martin-Smucker
Michael Monreal
@@ -168,6 +169,7 @@ Contributors:
Pratik Patel
Przemysław Grzegorczyk
Raimo Radczewski
+ Roderich Schupp
Robin Stocker
Roderich Schupp
Rodney Dawes
diff --git a/NEWS b/NEWS
index 1cdf59b..a483ec0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
===============================================================================
-Banshee 2.6.2 - 2014-__-__
+Banshee 2.6.2 - 2014-02-18
===============================================================================
Banshee 2.6.2 is a stable, bug-fix release building on Banshee 2.6.1.
@@ -7,8 +7,16 @@ Banshee 2.6.2 - 2014-__-__
Minor enhancements:
* Add basic AppData file for inclusion in open source app stores
- Notable Bugs Fixed (15 fixed since 2.6.1):
+ Notable Bugs Fixed (23 fixed since 2.6.1):
+ * bgo#724678: Mtp: tracks in nested folders were not being shown
+ * bgo#724656: Dap: fix several issues with the Disconnect operation (context menu)
+ * bgo#724645: Dap: avoid NullReferenceException at shutdown if Mtp device was mounted
+ * bgo#627391: [gapless] fix smooth transition for Repeat-Single mode
+ * bgo#671221: fix Repeat-All mode if there are less than 3 tracks and Shuffle is ON
+ * bgo#724515: fix Repeat-OFF mode when Shuffle is ON
+ * bgo#723889: Notifications: avoid warning printed in the log
+ * bgo#723040: DapService: avoid freezing Banshee when unmapping device
* bgo#679938: [gapless] Repeat always on
* bgo#674293: [gapless] Banshee ignores "stop when finished"
* bgo#621222: [gapless] Playcount shouldn't be incremented as soon as song plays
@@ -70,12 +78,13 @@ Contributors For This Release
The following people directly contributed to the release of this version
of Banshee. Without their help, there would be no release!
- Andres G. Aragoneses, Michael Catanzaro, Roderich Schupp, Timo Dörr
+ Andres G. Aragoneses, Michael Catanzaro, Nicholas Little, Roderich Schupp,
+ Timo Dörr
The following people contributed updated translations to this release.
Without them, our project's reach would be much more limited.
Andika Triwidada, Aurimas Černius, Balázs Úr, Benjamin Steinwender,
- Enrico Nicoletto, Daniel Mustieles, Dimitris Spingos, Marek Černocký,
- Matej Urbančič, Piotr Drąg, Rūdolfs Mazurs, Seong-ho Cho
+ Enrico Nicoletto, Daniel Mustieles, Dimitris Spingos, Мирослав Николић,
+ Marek Černocký, Matej Urbančič, Piotr Drąg, Rūdolfs Mazurs, Seong-ho Cho
diff --git a/banshee.doap b/banshee.doap
index 79fa5e4..bd94ff1 100644
--- a/banshee.doap
+++ b/banshee.doap
@@ -27,11 +27,11 @@
<!-- Current Releases -->
<release>
<Version>
- <name>2.6.1 Release</name>
+ <name>2.6.2 Release</name>
<branch>stable-2.6</branch>
- <created>2013-04-16</created>
- <revision>2.6.1</revision>
- <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.6/banshee-2.6.1.tar.bz2"
/>
+ <created>2014-02-18</created>
+ <revision>2.6.2</revision>
+ <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/banshee/2.6/banshee-2.6.2.tar.bz2"
/>
</Version>
</release>
diff --git a/build/windows/Installer.wixproj b/build/windows/Installer.wixproj
index d976c6b..4de3970 100644
--- a/build/windows/Installer.wixproj
+++ b/build/windows/Installer.wixproj
@@ -4,7 +4,7 @@
<ProductVersion>3.0</ProductVersion>
<ProjectGuid>{33f58ffc-956e-4079-b27a-160a57ffea7a}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
- <OutputName>Banshee-2.6.1</OutputName>
+ <OutputName>Banshee-2.6.2</OutputName>
<OutputType>Package</OutputType>
<ApplicationIcon>Bitmaps\banshee.ico</ApplicationIcon>
<OutputPath>.</OutputPath>
diff --git a/build/windows/InstallerDefinition.wxs b/build/windows/InstallerDefinition.wxs
index b29032c..7abe042 100644
--- a/build/windows/InstallerDefinition.wxs
+++ b/build/windows/InstallerDefinition.wxs
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Change per release -->
-<?define ProductVersion = "2.6.1" ?>
-<?define ProductVersionText = "2.6.1 - ALPHA" ?>
+<?define ProductVersion = "2.6.2" ?>
+<?define ProductVersionText = "2.6.2 - ALPHA" ?>
<!-- Should not be changed -->
<?define ProductShortName = "Banshee" ?>
diff --git a/configure.ac b/configure.ac
index 2b25142..e9c34b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,10 +2,10 @@ dnl Granularly define the version components
dnl Remember to also update the Display Version
m4_define([banshee_version_major], [2])
m4_define([banshee_version_minor], [6])
-m4_define([banshee_version_micro], [1])
+m4_define([banshee_version_micro], [2])
dnl this can sometimes differ manually
-m4_define([banshee_display_version], ["2.6.1"])
+m4_define([banshee_display_version], ["2.6.2"])
dnl set to 0 when doing an official release
m4_define([banshee_version_pre_release], [0])
diff --git a/src/Core/Banshee.Core/Resources/contributors.xml
b/src/Core/Banshee.Core/Resources/contributors.xml
index d371cfa..cffabf3 100644
--- a/src/Core/Banshee.Core/Resources/contributors.xml
+++ b/src/Core/Banshee.Core/Resources/contributors.xml
@@ -133,6 +133,7 @@
<contributor>Martin Pitt</contributor>
<contributor>Matt Enright</contributor>
<contributor>Matt Sturgeon</contributor>
+ <contributor>Michael Catanzaro</contributor>
<contributor>Michael Kaiser</contributor>
<contributor>Michael Martin-Smucker</contributor>
<contributor>Michael Monreal</contributor>
@@ -166,6 +167,7 @@
<contributor>Pratik Patel</contributor>
<contributor>Przemysław Grzegorczyk</contributor>
<contributor>Raimo Radczewski</contributor>
+ <contributor>Roderich Schupp</contributor>
<contributor>Robin Stocker</contributor>
<contributor>Roderich Schupp</contributor>
<contributor>Rodney Dawes</contributor>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]