[packagekit] packagekit: Branch 'master' - 2 commits

Richard Hughes hughsient at kemper.freedesktop.org
Mon Oct 15 16:09:30 PDT 2007


 NEWS         |   21 +++++++++++++++++++++
 TODO         |    7 ++-----
 configure.ac |    9 +++++++--
 3 files changed, 30 insertions(+), 7 deletions(-)

New commits:
commit bd4e84c285ce9121d15816dee7cdda366a629ef8
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Oct 16 00:05:07 2007 +0100

    update for release

diff --git a/NEWS b/NEWS
index 8b13789..5d622ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,22 @@
+=============
+Version 0.1.0
+=============
+
+- The first public release of PackageKit!
+- New gobject client library for session software to easily talk to PackageKit.
+- Asynchronous API that does not block.
+- Daemon that can queue and manage multiple simultaneous blocking and
+  non-blocking transactions
+- Client applications (pkcon and pkmon) that interact with PackageKit on the
+  command line without any GUI dependencies
+- Many compiled and scripted backends: conary, yum, apt, box, alpm
+- Comprehensive docbook documentation
+- Daemon configuration parameters in etc
+- Module level unit tests as standard
+- Python backend and frontend helper libraries
+- Transaction logging and capability exports for GUI tools
+- HAL locking supported for not-to-be interrupted phases of the transaction
+- NetworkManager integration for network state (other network detection
+  stacks can also be used in the future)
+- PolicyKit integration for fine-grained permission control.
 
diff --git a/configure.ac b/configure.ac
index 833c748..4a4661e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(PackageKit, 0.0.1)
+AC_INIT(PackageKit, 0.1.0)
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)
@@ -9,7 +9,12 @@ AM_CONFIG_HEADER(config.h)
 #
 # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
 #
-LT_CURRENT=1
+# increment;
+# CURRENT	If the API or ABI interface has changed (reset REVISION to 0)
+# REVISION	If the API and ABI remains the same, but bugs are fixed.
+# AGE		If libpackagekit can be linked into executables which can be 
+# 		built with previous versions of this library. Don't use.
+LT_CURRENT=2
 LT_REVISION=0
 LT_AGE=0
 AC_SUBST(LT_CURRENT)
commit e079328043cfd3599931cb38eb3fd0d6ec62ae14
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Oct 15 23:33:37 2007 +0100

    update TODO

diff --git a/TODO b/TODO
index 01dde3a..42de879 100644
--- a/TODO
+++ b/TODO
@@ -6,11 +6,8 @@ Requires writing to a database for config stuff
 New method GetHoursSinceLastUpdate
 Use this in the update icon
 
-*** yum backends should call no-percentage-updates when no feedback ***
-To fix: get_updates
-
-*** backends have to emit the installed packages first ***
-To fix: yum
+*** use g_io_channel_* rather than read in PkSpawn for speed ***
+This should get rid of the polling forever, and get rid of that 1k block append
 
 *** Add new callback for status ***
 TimeRemaining()


More information about the PackageKit mailing list