Skip to content

Commit

Permalink
RELEASE 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Jun 22, 2010
1 parent aac4bba commit 2df654c
Show file tree
Hide file tree
Showing 9 changed files with 289 additions and 355 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Gaupol 0.16.2
=============

* Fix "Quit" and Close All" to ask to save unsaved changes
* Update Russian translation (Алекс)
* Update Hungarian translation (Andrássy László)

Gaupol 0.16.1
=============

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

[D] Fix "Quit" and Close All" to ask to save unsaved changes
[D] Update Russian translation (Алекс)
[D] Update Hungarian translation (Andrássy László)

Gaupol 0.17
===========

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.16.1"
__version__ = "0.16.2"

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.16.1
GaupolVersion=0.16.2
Module=bookmarks
Requires=side-pane;
_Name=Bookmarks
_Description=Marking subtitles for easy navigation
Version=0.16.1
Version=0.16.2
Authors=Osmo Salomaa <otsaloma@cc.hut.fi>;
Copyright=Copyright (C) 2008-2010 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.16.1
GaupolVersion=0.16.2
Module=side-pane
_Name=Side Pane
_Description=A side pane that can be used by other extensions
Version=0.16.1
Version=0.16.2
Authors=Osmo Salomaa <otsaloma@cc.hut.fi>;
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 @@ -43,7 +43,7 @@
import gtk
import os

__version__ = "0.16.1"
__version__ = "0.16.2"

COMBO_SEPARATOR = "<separator/>"

Expand Down
2 changes: 1 addition & 1 deletion po/gaupol.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-06-09 22:10+0300\n"
"POT-Creation-Date: 2010-06-22 20:39+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
Loading

0 comments on commit 2df654c

Please sign in to comment.