summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-11-10 17:22:01 +0000
committerRichard Hughes <richard@hughsie.com>2014-11-10 17:22:24 +0000
commit8b16f323f7c465914c8d67c03f29d72820cb12c7 (patch)
tree2eb98b2cff9223c22693ef6ab5bf94a3cc7cce94
parenta0e8f9f041d1cf98a12e2d55a6bb0d673153fe31 (diff)
Release version 1.0.2PACKAGEKIT_1_0_2
-rw-r--r--NEWS18
-rw-r--r--RELEASE10
-rw-r--r--configure.ac4
-rw-r--r--docs/html/pk-download.html1
4 files changed, 26 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index ff8daf5c6..1478196bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 1.0.2
+~~~~~~~~~~~~~
+Released: 2014-11-10
+
+Libraries:
+ - glib: Add support for reinstallation and downgrades (Michal Minar)
+
+Backends:
+ - hif: Add support for reinstall and downgrade (Michal Minar)
+ - hif: Use hif_context_set_vendor_cache_dir() to be smarter about the vendor cache (Richard Hughes)
+ - hif: Use repo loader provided by the context (Michal Minar)
+ - zypp: Improve progress status (Dominique Leuenberger)
+ - zypp: propagate install errors to PK (Dominique Leuenberger)
+ - zypp: Remap 'recommended' patches to 'BUGFIX' (Dominique Leuenberger)
+
+New Features:
+ - Add reinstall and downgrade support to pkcon (Michal Minar)
+
Version 1.0.1
~~~~~~~~~~~~~
Released: 2014-10-21
diff --git a/RELEASE b/RELEASE
index a2e7c0875..8aa5230f4 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,10 +2,10 @@ PackageKit Release Notes
1. Write NEWS entries for PackageKit in the same format as usual.
-git shortlog PACKAGEKIT_1_0_1.. | grep -i -v trivial | grep -v Merge > NEWS.new
+git shortlog PACKAGEKIT_1_0_2.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 1.0.2
+Version 1.0.3
~~~~~~~~~~~~~
Released: 2014-xx-xx
@@ -35,8 +35,8 @@ git add *.po
4. Commit changes in PackageKit git:
-git commit -a -m "Release version 1.0.2"
-git tag -s -f -m "Release 1.0.2" PACKAGEKIT_1_0_2
+git commit -a -m "Release version 1.0.3"
+git tag -s -f -m "Release 1.0.3" PACKAGEKIT_1_0_3
<gpg password>
git push --tags
git push
@@ -61,7 +61,7 @@ git push
10. Send an email to packagekit@lists.freedesktop.org
=================================================
-PackageKit 1.0.1 released!
+PackageKit 1.0.3 released!
Tarballs available here: http://www.freedesktop.org/software/PackageKit/releases/
diff --git a/configure.ac b/configure.ac
index d6b5bce21..e95b1e19b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
m4_define([pk_major_version], [1])
m4_define([pk_minor_version], [0])
-m4_define([pk_micro_version], [2])
+m4_define([pk_micro_version], [3])
m4_define([pk_version],
[pk_major_version.pk_minor_version.pk_micro_version])
@@ -53,7 +53,7 @@ AC_SUBST(PK_VERSION)
# fixed, change:
# REVISION += 1
LT_CURRENT=18
-LT_REVISION=1
+LT_REVISION=2
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html
index b07dd5214..214c33807 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -41,6 +41,7 @@ modified translations as required or suggested.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
+<tr><td>1.0.2</td><td></td><td>2014-11-10</td></tr>
<tr><td>1.0.1</td><td></td><td>2014-10-21</td></tr>
<tr><td>1.0.0</td><td></td><td>2014-09-12</td></tr>
<tr><td>0.9.5</td><td></td><td>2014-09-02</td></tr>