diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 | ||||
-rwxr-xr-x | tools/po-update.sh | 2 |
4 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,9 @@ The modifications are: +IsoDumper 1.11 +-------------- + - Raise error when an instance is already running + IsoDumper 1.10 -------------- - Correction to sr.po to allow generation of all translation catalogs @@ -22,7 +26,6 @@ IsoDumper 1.06 -------------- - Update translations - IsoDumper 1.05 -------------- - Add creation of persistent partition @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.10 +VERSION = 1.11 GITPATH = git://git.mageia.org/software/isodumper all: dirs pofiles diff --git a/lib/isodumper.py b/lib/isodumper.py index 797c551..1110ac0 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -108,7 +108,7 @@ class Info(object): class IsoDumper(object): - RELEASE="v1.10" + RELEASE="v1.11" def get_devices(self): self.list=self.u.find_devices() diff --git a/tools/po-update.sh b/tools/po-update.sh index 2d4a6d5..8b146ca 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(1.09) +VERSION=(1.11) DOMAIN=(isodumper) intltool-extract --type=gettext/xml polkit/org.mageia.isodumper.policy.in |