diff options
author | Richard Hughes <richard@hughsie.com> | 2014-03-24 10:48:32 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-03-24 10:48:32 +0000 |
commit | 1cc5b5b1787dfcf6e33418dcfbf9adb50e8a569b (patch) | |
tree | 7d270f6dcf4bf02427180653d58f2f389bc5d252 /RELEASE | |
parent | feec9552804eac6406b80b6b2e2f874057a9150e (diff) |
Release version 0.9.1PACKAGEKIT_0_9_1
Diffstat (limited to 'RELEASE')
-rw-r--r-- | RELEASE | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -7,7 +7,7 @@ git shortlog PACKAGEKIT_0_8_14.. | grep -i -v trivial | grep -v Merge > NEWS.new -------------------------------------------------------------------------------- Version 0.9.1 ~~~~~~~~~~~~~ -Released: 2013-xx-xx +Released: 2014-xx-xx Notes: @@ -24,9 +24,12 @@ Bugfixes: 2.5. Update translations and commit them with sign-off: +cd po +make PackageKit.pot +INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext --no-location" srcdir=. /usr/bin/intltool-update --gettext-package colord --pot tx push --source tx pull --all --minimum-perc=5 -git add po/*.po +git add *.po 3. Update library version if new ABI or API in configure.ac |