Skip to content

Commit

Permalink
RELEASE 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Sep 7, 2011
1 parent 68473c5 commit 67455b1
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Gaupol 0.19.1
=============

* Fix gettext initialization in aeidon package to not make global
changes (Olivier Aubert, Osmo Salomaa, Debian bug #639668)
* Fix speech recognition advance length handling so that subtitles
don't start too early
* Update Russian translation (Alexandre Prokoudine)

Gaupol 0.19
===========

Expand Down
9 changes: 0 additions & 9 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
Gaupol 0.19.1
=============

[X] Fix gettext initialization in aeidon package to not make global
changes (Olivier Aubert, Osmo Salomaa, Debian bug #639668)
[X] Fix speech recognition advance length handling so that subtitles
don't start too early
[X] Update Russian translation (Alexandre Prokoudine)

Gaupol 0.20
===========

Expand Down
2 changes: 1 addition & 1 deletion aeidon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
import os
import re

__version__ = "0.19"
__version__ = "0.19.1"

debug = (bool(os.environ.get("AEIDON_DEBUG", "")) or
bool(os.environ.get("GAUPOL_DEBUG", "")))
Expand Down
4 changes: 2 additions & 2 deletions data/extensions/bookmarks/bookmarks.gaupol-extension.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Gaupol Extension]
GaupolVersion=0.19
GaupolVersion=0.19.1
Module=bookmarks
Requires=side-pane;
_Name=Bookmarks
_Description=Marking subtitles for easy navigation
Version=0.19
Version=0.19.1
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright (C) 2008-2010 Osmo Salomaa;
Website=http://home.gna.org/gaupol
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Gaupol Extension]
GaupolVersion=0.19
GaupolVersion=0.19.1
Module=custom-framerates
_Name=Custom Framerates
_Description=Allow use of non-standard framerates
Version=0.19
Version=0.19.1
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright (C) 2011 Osmo Salomaa;
Website=http://home.gna.org/gaupol
4 changes: 2 additions & 2 deletions data/extensions/side-pane/side-pane.gaupol-extension.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Gaupol Extension]
GaupolVersion=0.19
GaupolVersion=0.19.1
Module=side-pane
_Name=Side Pane
_Description=A side pane that can be used by other extensions
Version=0.19
Version=0.19.1
Authors=Osmo Salomaa <[email protected]>;
Copyright=Copyright (C) 2008,2010 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 @@ -47,7 +47,7 @@
import gtk
import os

__version__ = "0.19"
__version__ = "0.19.1"
COMBO_SEPARATOR = "<separator/>"

glib.threads_init()
Expand Down

0 comments on commit 67455b1

Please sign in to comment.