Skip to content

Commit

Permalink
Release 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-klode committed Jan 19, 2016
1 parent ac4b31d commit feceb05
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
dir2ogg (0.12) RELEASED; urgency=medium

[ Julian Andres Klode ]
* dir2ogg: Fix a minor typo (Closes: #742677)
* Exit with exit code 2 if conversion of a file failed (Closes: #713023)
* Drop support for ripping CDs
* Do not throw an exception if mutagen does not recognize MP3 (LP: #777904)
* dir2ogg: Localize quality for oggenc (LP: #691047)
* dir2ogg.1: Do not mention removed CD functionality
* dir2ogg.1: Simplify the synopsis

[ Miguel Colon ]
* Play nice with all/most versions of mpg123. (Closes: #679813)

-- Julian Andres Klode <[email protected]> Tue, 19 Jan 2016 07:51:03 +0100

dir2ogg (0.11.8) RELEASED; urgency=low

* Process files in alphabetical order (Closes: #536040).
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dir2ogg: version 0.11
dir2ogg: version 0.12

Manifest:
README - You're reading it now.
Expand Down
4 changes: 2 additions & 2 deletions dir2ogg
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ from fnmatch import _cache, translate
from optparse import OptionParser
from subprocess import Popen, call, PIPE

__version__ = '0.12.0'
__date__ = '2015-05-12'
__version__ = '0.12'
__date__ = '2016-01-19'

FILTERS = {'mp3': ('*.mp3',),
'mpc': ('*.mpc','*.mpp', '*.mp+'),
Expand Down
2 changes: 1 addition & 1 deletion dir2ogg.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH DIR2OGG 1 "2009-08-04" "dir2ogg 0.11.8"
.TH DIR2OGG 1 "2009-08-04" "dir2ogg 0.12"
.SH NAME
dir2ogg \- Convert MP3, WAV, and M4A files to OGG format
.SH SYNOPSIS
Expand Down

0 comments on commit feceb05

Please sign in to comment.