Skip to content

Commit

Permalink
RELEASE 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Mar 24, 2010
1 parent 761f1d6 commit 3a69919
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Gaupol 0.15.1
=============

* Fix complete breakage of opening subtitle files due to a change in
newline handling of codecs.open in Python 2.6.5
* Use existing subtitle file mime-types instead of text/plain when
adding files to the recent files database
* Add German translation (Chris Leick)
* Add Hungarian translation (László Andrássy)

Gaupol 0.15
===========

Expand Down
10 changes: 0 additions & 10 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
Gaupol 0.15.1
=============

[D] Fix complete breakage of opening subtitle files due to a change
in newline handling of codecs.open in Python 2.6.5
[D] Use existing subtitle file mime-types instead of text/plain when
adding files to the recent files database
[D] Add German translation (Chris Leick)
[D] Add Hungarian translation (László Andrássy)

Gaupol 1.0
==========

Expand Down
2 changes: 1 addition & 1 deletion extensions/bookmarks/bookmarks.gaupol-extension.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Module=bookmarks
Requires=side-pane;
_Name=Bookmarks
_Description=Marking subtitles for easy navigation
Version=0.15
Version=0.15.1
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright (C) 2008-2009 Osmo Salomaa;
Website=http://home.gna.org/gaupol
2 changes: 1 addition & 1 deletion extensions/side-pane/side-pane.gaupol-extension.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GaupolVersion=0.15
Module=side-pane
_Name=Side Pane
_Description=A side pane that can be used by other extensions
Version=0.15
Version=0.15.1
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright (C) 2008 Osmo Salomaa;
Website=http://home.gna.org/gaupol
Expand Down
2 changes: 1 addition & 1 deletion gaupol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import os
import re

__version__ = "0.15"
__version__ = "0.15.1"

debug = bool(os.environ.get("GAUPOL_DEBUG", ""))
re_any_tag = re.compile(r"(^[/\\_]+|<.*?>|\{.*?\})")
Expand Down

0 comments on commit 3a69919

Please sign in to comment.