summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE7
1 files changed, 5 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 1d1cd7c0c..cb2f060a9 100644
--- a/RELEASE
+++ b/RELEASE
@@ -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