summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-09-07 10:13:27 +0100
committerRichard Hughes <richard@hughsie.com>2020-09-07 10:13:27 +0100
commitfbb2b4a6b46514da6e9ac026e04ebceb4d8157bd (patch)
tree4aaca8b400608ce043e9f61196e09701031db2d8
parent12f27dbaf7dc0c521c33d506d256c14d996ff0e4 (diff)
Release 1.2.1PACKAGEKIT_1_2_1
-rw-r--r--NEWS19
-rw-r--r--RELEASE16
-rw-r--r--docs/html/pk-download.html24
-rw-r--r--po/de.po2
-rw-r--r--po/es.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/lt.po4
-rw-r--r--po/zh_CN.po2
10 files changed, 33 insertions, 42 deletions
diff --git a/NEWS b/NEWS
index b4ceb7544..5bd49f9be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Version 1.2.1
+~~~~~~~~~~~~~
+Released: 2020-09-07
+
+Backends:
+ - alpm: Fix paths for configuration files (Christian Hesse)
+ - alpm: Pass correct type to pk_alpm_transaction_initialize() (Christian Hesse)
+ - alpm: Synchronise syncdbs on update (#400) (jan Pontaoski)
+ - dnf: Add vendor configuration for openSUSE (Neal Gompa)
+ - zypp: Clean up temporary files when PK quits (Jonathan Kang)
+ - zypp: Ensure ResPool is built before is_tumbleweed() (Jonathan Kang)
+
+Bugfixes:
+ - Actually merge in the PolicyKit translation (Richard Hughes)
+ - Fix setting libexecdir for command-not-found helper (Elliott Sales de Andrade)
+ - Fix command-not-found handling arguments with spaces (Fernando Herrera)
+ - Use SQL statements for queries with input (Juho Hämäläinen)
+ - Exit pkcon with retval 5 if no packages needed be installed (Dominique Leuenberger)
+
Version 1.2.0
~~~~~~~~~~~~~
Released: 2020-05-04
diff --git a/RELEASE b/RELEASE
index 455f70598..52685191b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,7 +5,7 @@ PackageKit Release Notes
git shortlog PACKAGEKIT_1_2_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 1.2.0
+Version 1.2.1
~~~~~~~~~~~~~
Released: 2020-xx-xx
@@ -20,9 +20,7 @@ New Features:
Bugfixes:
--------------------------------------------------------------------------------
-2. Add download date to docs/html/pk-download.html, save file.
-
-2.5. Update translations and commit them with sign-off:
+2. Update translations and commit them with sign-off:
ninja PackageKit-pot
tx push --source
@@ -30,13 +28,13 @@ tx pull --all --force --minimum-perc=5
ninja-build fix-translations
git add *.po
-3. Update library version if new ABI or API in configure.ac
+3. Update library version if new ABI or API in meson.build
4. Commit changes in PackageKit git:
# MAKE SURE THESE ARE CORRECT
-export release_version="1.2.0"
-export release_tag="PACKAGEKIT_1_2_0"
+export release_version="1.2.1"
+export release_tag="PACKAGEKIT_1_2_1"
git commit -a -m "Release ${release_version}"
git tag -s -f -m "Release ${release_version}" "${release_tag}"
@@ -64,9 +62,7 @@ scp meson-dist/PackageKit-${release_version}.tar.* hughsient@annarchy.freedeskto
git commit -a -m "trivial: post release version bump"
git push
-9. Upload new html sources
-
-10. Send an email to packagekit@lists.freedesktop.org
+9. Send an email to packagekit@lists.freedesktop.org
=================================================
PackageKit 1.2.0 released!
diff --git a/docs/html/pk-download.html b/docs/html/pk-download.html
index 3c3e37206..8111bf568 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -31,30 +31,6 @@ Released versions are found on
<a href="http://www.freedesktop.org/software/PackageKit/releases/">
http://www.freedesktop.org/software/PackageKit/releases/</a>.
</p>
-<h3>
-Supported Versions:
-</h3>
-<p>
-These are versions which may have new features for each release.
-</p>
-<table>
-<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>
-<tr><td>1.2.0</td><td></td><td>2020-05-04</td></tr>
-<tr><td>1.1.13</td><td></td><td>2020-01-08</td></tr>
-<tr><td>1.1.12</td><td></td><td>2018-11-28</td></tr>
-<tr><td>1.1.11</td><td></td><td>2018-09-25</td></tr>
-<tr><td>1.1.10</td><td></td><td>2018-04-23</td></tr>
-<tr><td>1.1.9</td><td></td><td>2018-03-05</td></tr>
-<tr><td>1.1.8</td><td></td><td>2018-01-09</td></tr>
-<tr><td>1.1.7</td><td></td><td>2017-09-11</td></tr>
-<tr><td>1.1.6</td><td></td><td>2017-06-07</td></tr>
-<tr><td>1.1.5</td><td></td><td>2017-01-17</td></tr>
-<tr><td>1.1.4</td><td></td><td>2016-09-19</td></tr>
-<tr><td>1.1.3</td><td></td><td>2016-07-14</td></tr>
-<tr><td>1.1.2</td><td></td><td>2016-07-12</td></tr>
-<tr><td>1.1.1</td><td></td><td>2016-04-20</td></tr>
-<tr><td>1.1.0</td><td></td><td>2016-02-12</td></tr>
-</table>
<h2>Compiling the latest code</h2>
<p>
diff --git a/po/de.po b/po/de.po
index fb75ca32b..76ba08d72 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@
# Christian <Christian.Kirbach@googlemail.com>, 2011
# Christian <Christian.Kirbach@googlemail.com>, 2009,2011
# Daniela Kugelmann <dkugelma@redhat.com >, 2008
-# Daniel Winzen <inactive+DanWin@transifex.com>, 2012-2013
+# 5527760c8f29b02a470a5ee3b26b73e8_231f8d9 <ceb449f1811ff367b2235286902d5d43_32261>, 2012-2013
# Ettore Atalan <atalanttore@googlemail.com>, 2014-2015,2017-2018
# Fabian Affolter <fab@fedoraproject.org>, 2008-2009
# hpeters <hpeters@redhat.com>, 2009
diff --git a/po/es.po b/po/es.po
index 31485becd..147675762 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,7 +9,7 @@
# Adolfo Jayme-Barrientos, 2015
# Adolfo Jayme-Barrientos, 2014
# Daniel Cabrera <logan@fedoraproject.org>, 2011, 2012
-# Daniel Mustieles <inactive+leo@transifex.com>, 2012-2013
+# 0f759dd1ea6c4c76cedc299039ca4f23_7584d04 <454cc45058db9632179dc8079c0c1af3_5311>, 2012-2013
# Fernando Gonzalez Blanco <fgonz@fedoraproject.org>, 2009
# Javier Alejandro Castro <javier.alejandro.castro@gmail.com>, 2008
# Jorge González <aloriel@gmail.com>, 2011
diff --git a/po/hu.po b/po/hu.po
index 73308f0d5..42a5adeaa 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -3,7 +3,7 @@
# This file is distributed under the same license as the PackageKit package.
#
# Translators:
-# Balázs Meskó <mesko.balazs@fsf.hu>, 2018
+# Balázs Meskó <meskobalazs@mailbox.org>, 2018
# Balázs Úr, 2014-2015
# Gabor Kelemen <kelemeng at gnome dot hu>, 2009, 2012
# kelemeng <kelemeng@ubuntu.com>, 2013-2014
diff --git a/po/it.po b/po/it.po
index b960a6097..688b8059a 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@
# Francesco Tombolini <tombo@adamantio.net>, 2008
# fvalen <fvalen@redhat.com>, 2008
# fvalen <fvalen@redhat.com>, 2008
-# Luca Ferretti <elle.uca@libero.it>, 2011-2012
+# Luca Ferretti <elle.uca@gmail.com>, 2011-2012
# mario_santagiuliana <mario at marionline.it>, 2009
# Milo Casagrande <milo@ubuntu.com>, 2009,2013,2018
# Milo Casagrande <milo@ubuntu.com>, 2009,2013
diff --git a/po/ja.po b/po/ja.po
index c726dff01..aad929cd5 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@
# Kiyoto Hashida <khashida@redhat.com>, 2009
# Ooyama Yosiyuki <qqke6wd9k@apricot.ocn.ne.jp>, 2015
# Richard Hughes <richard@hughsie.com>, 2011
-# Tomoyuki KATO <inactive+katomo@transifex.com>, 2011-2013
+# e93ed3aa97dec2eb31063731872555fc_1460a05 <71305a0095156d8e18373a5b7cfeb79e_8587>, 2011-2013
msgid ""
msgstr ""
"Project-Id-Version: PackageKit\n"
diff --git a/po/lt.po b/po/lt.po
index 43546ba12..dbea128f7 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,8 +5,8 @@
# Translators:
# aurisc4 <aurisc4@gmail.com>, 2013
# aurisc4 <aurisc4@gmail.com>, 2013
-# Mantas Kriaučiūnas <mantas@akl.lt>, 2011,2014
-# Mantas Kriaučiūnas <mantas@akl.lt>, 2011,2014
+# Mantas Kriaučiūnas Baltix <mantas@akl.lt>, 2011,2014
+# Mantas Kriaučiūnas Baltix <mantas@akl.lt>, 2011,2014
# Richard Hughes <richard@hughsie.com>, 2011
msgid ""
msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 989b07e59..e601e8b22 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -11,7 +11,7 @@
# Michael Jay Tong <michaeljayt@gmail.com>, 2014
# Mingcong Bai <jeffbai@aosc.xyz>, 2017-2018
# Richard Hughes <richard@hughsie.com>, 2011
-# Wylmer Wang, 2014
+# e0c668032ced196bd60f2b6a070d982d_8f72ae0, 2014
# Mingcong Bai <jeffbai@aosc.xyz>, 2016
msgid ""
msgstr ""