gnome-packagekit r380 - in trunk: . data/icons/scalable/status help/C po



Author: rhughes
Date: Tue Oct 21 08:51:40 2008
New Revision: 380
URL: http://svn.gnome.org/viewvc/gnome-packagekit?rev=380&view=rev

Log:
from git (why won't gnome move to a modern SCM..)

Modified:
   trunk/NEWS
   trunk/configure.ac
   trunk/data/icons/scalable/status/Makefile.am
   trunk/help/C/gnome-packagekit.xml
   trunk/po/LINGUAS

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Oct 21 08:51:40 2008
@@ -1,3 +1,42 @@
+Version 0.3.8
+~~~~~~~~~~~~~~
+Released: 2008-10-20
+
+* Translations
+ - Added Tamil Translation (I. Felix)
+ - Added Bengali India Translation (Runa Bhattacharjee)
+ - Added Gujarati Translation (Sweta Kothari)
+ - Added Hindi India Translation (Rajesh Ranjan)
+ - Updated Swedish translation (Daniel Nylander)
+ - Updated Brazilian Portuguese translation (Djavan Fagundes and Vladimir Melo)
+ - Updated Brazilian Portuguese translation (Igor Pires Soares)
+ - Updated Hebrew Translation (Mark Krapivner)
+ - Update Polish help file translation (Piotr DrÄg)
+ - Update Polish translation (Piotr DrÄg)
+
+* New Features:
+ - Add service pack icon (Mike Langlie)
+ - Check if the GUI programs are being used on local and active consoles (Richard Hughes)
+ - Add a GConf key to allow the user to force confirmation when there are no
+   dependencies. Default to not showing the UI like before (Richard Hughes)
+ - Add a view menu item to expose the autocomplete and menu type GConf settings (Richard Hughes)
+
+* Bugfix:
+ - Don't add an exclaimation mark when there are no updates. Fixes fd#17253 (Richard Hughes)
+ - When we get an error without a window in GpkClient, provide a link to
+   'Show details' so the user can get a half decent error report (Richard Hughes)
+ - Properly escape the quotes in gpk-application, rather than just converting it
+   to markup to fix rh#459155 (Richard Hughes)
+ - Don't crash gpk-application if a package contains no files (Richard Hughes)
+ - If the search term matched exactly, then select it in the package results (Richard Hughes)
+ - Don't continue to bug the user with libnotify popups if they are ignoring a
+   security update and the number of updates does not change (Richard Hughes)
+ - When getting the package list in gpk-service-pack, query the backend (Richard Hughes)
+ - Don't use a prefix icon names for icons, just use the executable name (Richard Hughes)
+ - Don't force large window sizes so we work on the eee and OLPC. Fixes rh#444198 (Richard Hughes)
+ - The upstream name is packagekit-glib now, not packagekit (Richard Hughes)
+ - Error dialog needs a non NULL message (Scott Reeves)
+
 Version 0.3.7
 ~~~~~~~~~~~~~~
 Released: 2008-10-13

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Tue Oct 21 08:51:40 2008
@@ -1,6 +1,6 @@
 AC_PREREQ(2.52)
 
-AC_INIT(gnome-packagekit, 0.3.8)
+AC_INIT(gnome-packagekit, 0.3.9)
 AC_CONFIG_SRCDIR(src)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)

Modified: trunk/data/icons/scalable/status/Makefile.am
==============================================================================
--- trunk/data/icons/scalable/status/Makefile.am	(original)
+++ trunk/data/icons/scalable/status/Makefile.am	Tue Oct 21 08:51:40 2008
@@ -26,6 +26,7 @@
 	pk-update-security.svg		\
 	pk-refresh-cache.svg		\
 	pk-rollback.svg			\
+	pk-service-pack.svg		\
 	pk-setup.svg			\
 	pk-wait.svg
 
@@ -35,6 +36,8 @@
 	ln -fs $(iconsdir)/pk-package-sources.svg $(DESTDIR)$(DATADIR)/icons/hicolor/$(size)/apps/gpk-repo.svg;
 	ln -fs $(iconsdir)/pk-package-info.svg $(DESTDIR)$(DATADIR)/icons/hicolor/$(size)/apps/gpk-log.svg
 	ln -fs $(iconsdir)/pk-update-high.svg $(DESTDIR)$(DATADIR)/icons/hicolor/$(size)/apps/gpk-prefs.svg;
+	ln -fs $(iconsdir)/pk-service-pack.svg $(DESTDIR)$(DATADIR)/icons/hicolor/$(size)/apps/gpk-service-pack.svg;
+	ln -fs $(iconsdir)/pk-service-pack.svg $(DESTDIR)$(DATADIR)/icons/hicolor/$(size)/mimetypes/application-x-servicepack.svg;
 	ln -fs $(iconsdir)/pk-package-info.svg $(DESTDIR)$(DATADIR)/icons/hicolor/$(size)/mimetypes/application-x-package-list.svg;
 	ln -fs $(iconsdir)/pk-collection-installed.svg $(DESTDIR)$(DATADIR)/icons/hicolor/$(size)/mimetypes/application-x-catalog.svg;
 

Modified: trunk/help/C/gnome-packagekit.xml
==============================================================================
--- trunk/help/C/gnome-packagekit.xml	(original)
+++ trunk/help/C/gnome-packagekit.xml	Tue Oct 21 08:51:40 2008
@@ -615,19 +615,19 @@
     Computer A has the following packages installed, and has internet access.
   </para>
   <itemizedlist>
-    <listitem><literal>glib</literal></listitem>
-    <listitem><literal>dbus</literal></listitem>
-    <listitem><literal>dbus-glib</literal></listitem>
-    <listitem><literal>libgnome</literal></listitem>
+    <listitem><para><literal>glib</literal></para></listitem>
+    <listitem><para><literal>dbus</literal></para></listitem>
+    <listitem><para><literal>dbus-glib</literal></para></listitem>
+    <listitem><para><literal>libgnome</literal></para></listitem>
   </itemizedlist>
   <para>
     Computer B has the following packages installed, and does not have internet access.
   </para>
   <itemizedlist>
-    <listitem><literal>glib</literal></listitem>
-    <listitem><literal>dbus</literal></listitem>
-    <listitem><literal>kdebase</literal></listitem>
-    <listitem><literal>kdeapps</literal></listitem>
+    <listitem><para><literal>glib</literal></para></listitem>
+    <listitem><para><literal>dbus</literal></para></listitem>
+    <listitem><para><literal>kdebase</literal></para></listitem>
+    <listitem><para><literal>kdeapps</literal></para></listitem>
   </itemizedlist>
   <para>
     Computer B wants to have a service pack containing a new version of

Modified: trunk/po/LINGUAS
==============================================================================
--- trunk/po/LINGUAS	(original)
+++ trunk/po/LINGUAS	Tue Oct 21 08:51:40 2008
@@ -1,5 +1,3 @@
-# please keep this list sorted alphabetically
-#
 ar
 bn_IN
 ca



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]