------------------------------------------------------------
revno: 1008
tags: release-0.12.1
committer: Philipp Wolfer <
ph.wolfer@...>
branch nick: trunk
timestamp: Sun 2009-11-01 19:01:22 +0100
message:
Release 0.12.1
modified:
NEWS.txt
picard/__init__.py
--
lp:picard
https://code.launchpad.net/~musicbrainz-developers/picard/trunkYou are subscribed to branch lp:picard.
To unsubscribe from this branch go to
https://code.launchpad.net/~musicbrainz-developers/picard/trunk/+edit-subscription.
=== modified file 'NEWS.txt'
--- NEWS.txt 2009-10-25 21:46:11 +0000
+++ NEWS.txt 2009-11-01 18:01:22 +0000
@@ -1,3 +1,8 @@
+Version 0.12.1 - 2009-11-01
+ * Fixed deletion of all COMM frames in ID3, which was introduced with the
+ iTunNORM fix in Picard 0.12.0.
+ * Restored native add folder dialog.
+
Version 0.12 - 2009-10-25
* Live syntax checking for tagger script and naming strings.
(Nikolai Prokoschenko)
=== modified file 'picard/__init__.py'
--- picard/__init__.py 2009-10-25 21:46:11 +0000
+++ picard/__init__.py 2009-11-01 18:01:22 +0000
@@ -17,7 +17,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-version_info = (0, 12, 0, 'final', 0)
+version_info = (0, 12, 1, 'final', 0)
if version_info[3] == 'final':
if version_info[2] == 0:
@@ -28,4 +28,4 @@
version_string = '%d.%d.%d%s%d' % version_info
__version__ = version_string
-api_versions = ["0.10.0", "0.11.0", "0.12.0"]
+api_versions = ["0.10.0", "0.11.0", "0.12.0", "0.12.1"]
_______________________________________________
MusicBrainz-commits mailing list
MusicBrainz-commits@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-commits