summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS50
-rw-r--r--configure.ac2
-rw-r--r--docs/html/pk-download.html3
3 files changed, 53 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ee5215aa4..373528b26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+Version 0.3.9
+~~~~~~~~~~~~~~
+Released: 2008-10-27
+
+Notes:
+- Nothing much new here, just lots of translation updates and bugfixes.
+
+Translations:
+ - Added Gujarati translation (Ankitkumar Patel)
+ - Update Czech translation (Adam Pribyl)
+ - Update Malayalam (ml) translation (Ani Peter)
+ - Update Swedish translation (Daniel Nylander)
+ - Update Spanish translation (Domingo Becker)
+ - Update Serbian translation (Igor Miletic)
+ - Update French translation (PabloMartin-Gomez)
+ - Update Brazilian Portuguese translation (Igor Pires Soares)
+ - Updated Polish translation (Piotr Drąg)
+ - Updated Bengali India translation (Runa Bhattacharjee)
+ - Updated German translation (Stefan Posdzich)
+ - Updated Traditional Chinese translation (Terry Chuang)
+ - Updated Finnish translation (Ville-Pekka Vainio)
+ - Update Simplified Chinese translation (Wei Liu, 甘露(Lu Gan))
+
+New Features:
+ - Provide more feedback to what is going on when we create a service pack,
+ and allow it to be cancelled (Richard Hughes)
+ - Print service pack creation status in pkgenpack and cancel it if we
+ ctrl-c to cancel (Richard Hughes)
+
+Bugfixes:
+ - Fix the check for installed, else we fail the resolve in pkcon (Richard Hughes)
+ - Add a type= key to metadata.conf so we can tell if the service pack is an
+ update or install pack (Richard Hughes)
+ - Fix excluding a list of packages in pkgenpack by adding and using a proper
+ equality function (Richard Hughes)
+ - Catch exceptions from sys.stdin.readline to fix rh#468486 (Richard Hughes)
+ - glib: Allow GetOldTransactions to be run sync (Richard Hughes)
+ - glib: Send a more precise error code when we fail a transaction (Richard Hughes)
+
+Backends:
+ - yum: Use the external yum API to change the config, not the internal one (James Antill)
+ - yum: Be cleverer when installing service packs of different types (Richard Hughes)
+ - yum: Emit a proper error message when we fail to depsolve and then have
+ nothing to do. Fixes rh#466006 (Richard Hughes)
+ - yum: Do some testing when yum has _no_ metadata and the user is offline, and
+ make sure we don't send internal error in these cases (Richard Hughes)
+ - yum: Handle utf8 error values to fix non English locales. Fixes rh#468602 (Richard Hughes)
+ - yum: Fix the newest filter to properly output installed status (Richard Hughes)
+ - zypp: Update includes to match the new header layout (Scott Reeves)
+
Version 0.3.8
~~~~~~~~~~~~~~
Released: 2008-10-20
diff --git a/configure.ac b/configure.ac
index b111a5104..eadc6feb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ DEVELOPMENT_RELEASE=no
# AGE If libpackagekit can be linked into executables which can be
# built with previous versions of this library. Don't use.
LT_CURRENT=10
-LT_REVISION=0
+LT_REVISION=1
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 245c25fa6..81479429a 100644
--- a/docs/html/pk-download.html
+++ b/docs/html/pk-download.html
@@ -77,13 +77,14 @@ Releases are normally once every 1-2 weeks.
<tr><td>0.3.6</td><td></td><td>2008-10-06</td></tr>
<tr><td>0.3.7</td><td></td><td>2008-10-13</td></tr>
<tr><td>0.3.8</td><td></td><td>2008-10-20</td></tr>
+<tr><td>0.3.9</td><td></td><td>2008-10-27</td></tr>
</table>
<h3>
ABI Stable Versions:
</h3>
<p>
These are versions where we will not break ABI, API or localisations.
-Releases are less frequent, usually less than once a month.
+Releases are less frequent, usually every few months.
</p>
<table>
<tr><td><b>Version</b></td><td>&nbsp;&nbsp;</td><td><b>Date</b></td></tr>