diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | tools/po-update.sh | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ The modifications are: +IsoDumper 1.27 +-------------- + - Fix unmounting + - Add more details during operations + IsoDumper 1.26 -------------- - Fix detection of other instance @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.26 +VERSION = 1.27 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles diff --git a/tools/po-update.sh b/tools/po-update.sh index ae78609..e7b06c7 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(1.25) +VERSION=(1.27) DOMAIN=(isodumper) intltool-extract --type=gettext/xml polkit/org.mageia.isodumper.policy.in |