releasing 0.2.3

This commit is contained in:
Thomas Vander Stichele
2014-07-15 23:04:46 -04:00
parent 16ec35cf2f
commit ad42eb8e32
4 changed files with 99 additions and 7 deletions

37
NEWS
View File

@@ -1,4 +1,39 @@
This is morituri 0.2.2, "my bad"
This is morituri 0.2.3, "moved"
Coverage in 0.2.3: 68 % (2058 / 3019)
Bugs fixed in 0.2.3:
in github:
- 81: Show morituri version in cue and update TODO.
- 78: Use standard AM_PATH_PYTHON rather than broken AS_PATH_PYTHON.
- 77: Save MusicBrainz DiscID to tags.
- 74: Support dev on Eclipse and Pydev by .gitignoring two project files.
- 68: Also show the MusicBrainz lookup ID when retagging.
- 59: EN DASH in album title
- 56: image verify fails
- 53: template default for MusicBrainz miss
- 52: Makefile.am: error: required file './README' not found
- 43: README: slight markup modifications to show formatted on github start page
- 42: update lame mp3 profiles for gstreamer
- 41: "rip offset verify" subcommand not found
- 40: 0.2.2 tarball broken
- 39: Run $PYTHON, not python
in trac:
- 148: Makefile error compiling 0.2.2
- 45: lame element is deprecated, should use 'lamemp3enc' instead
- 144: Building out of git fails on Fedora 19
- 147: problems with 2.2 and 2.1 on Ubuntu 13.04 2.0 is fine tho
- 151: Morituri not finding my drive
- 152: UnicodeEncodeError: 'ascii' codec can't encode characters in position 53-59: ordinal not in range(128)
Features added in 0.2.3:
- fixed non-01 index offsets
- add new debug command, rip debug resultcache cue
- use newer lamemp3enc element for mp3 encoding
- fixed rip image verify command
Coverage in 0.2.2: 67 % (1972 / 2904), 109 python tests

50
RELEASE
View File

@@ -3,9 +3,43 @@ morituri runs on Linux and possibly other Unix-based systems.
Its features are modeled to compare with Exact Audio Copy on Windows.
For more information, see http://thomas.apestaart.org/morituri/trac/
This is morituri 0.2.2, "my bad"
This is morituri 0.2.3, "moved"
Coverage in 0.2.3: 68 % (2058 / 3019), 106 python tests
Bugs fixed in 0.2.3:
in github:
- 81: Show morituri version in cue and update TODO.
- 78: Use standard AM_PATH_PYTHON rather than broken AS_PATH_PYTHON.
- 77: Save MusicBrainz DiscID to tags.
- 74: Support dev on Eclipse and Pydev by .gitignoring two project files.
- 68: Also show the MusicBrainz lookup ID when retagging.
- 59: EN DASH in album title
- 56: image verify fails
- 53: template default for MusicBrainz miss
- 52: Makefile.am: error: required file './README' not found
- 43: README: slight markup modifications to show formatted on github start page
- 42: update lame mp3 profiles for gstreamer
- 41: "rip offset verify" subcommand not found
- 40: 0.2.2 tarball broken
- 39: Run $PYTHON, not python
in trac:
- 148: Makefile error compiling 0.2.2
- 45: lame element is deprecated, should use 'lamemp3enc' instead
- 144: Building out of git fails on Fedora 19
- 147: problems with 2.2 and 2.1 on Ubuntu 13.04 2.0 is fine tho
- 151: Morituri not finding my drive
- 152: UnicodeEncodeError: 'ascii' codec can't encode characters in position 53-59: ordinal not in range(128)
Features added in 0.2.3:
- fixed non-01 index offsets
- add new debug command, rip debug resultcache cue
- use newer lamemp3enc element for mp3 encoding
- fixed rip image verify command
Coverage in 0.2.2: 67 % (1972 / 2904), 109 python tests
Bugs fixed in 0.2.2:
@@ -17,11 +51,17 @@ in github:
- 19: Set album artist tag
morituri 0.2.2 is brought to you by:
morituri 0.2.3 is brought to you by:
Thomas Vander Stichele
Velo Superman
Nicolas Cornu
dioltas
Frederik "Freso" S. Olesen
Jens Taprogge
Jim DeLaHunt
Jonas Smedegaard
Michał Górny
Nicolas Cornu
Samantha Baldwin
Tobias Megies
Tuomo Lempiäinen
Velo Superman

View File

@@ -1,7 +1,7 @@
dnl initialize autoconf
dnl when going to/from release please remove/add the nano (fourth number)
dnl releases only do Wall, trunk and prerelease does Werror too
AC_INIT(morituri, 0.2.2.1,
AC_INIT(morituri, 0.2.3,
http://thomas.apestaart.org/morituri/trac/newticket,
morituri)

View File

@@ -40,6 +40,23 @@ Morituri is a CD ripper aiming for maximum quality.
</foaf:Person>
</maintainer>
<release>
<Version>
<revision>0.2.3</revision>
<branch>master</branch>
<name>moved</name>
<created>2014-07-15</created>
<file-release rdf:resource="http://thomas.apestaart.org/download/morituri/morituri-0.2.3.tar.bz2" />
<file-release rdf:resource="http://thomas.apestaart.org/download/morituri/morituri-0.2.3-1.noarch.rpm" />
<dc:description>
- fixed non-01 index offsets
- add new debug command, rip debug resultcache cue
- use newer lamemp3enc element for mp3 encoding
- fixed rip image verify command
</dc:description>
</Version>
</release>
<release>
<Version>
<revision>0.2.2</revision>