2.28.4 2.28.4
authorDan Winship <danw@gnome.org>
Tue, 22 Mar 2011 01:48:14 +0000 (21:48 -0400)
committerDan Winship <danw@gnome.org>
Tue, 22 Mar 2011 01:54:17 +0000 (21:54 -0400)
(Bump release back down from 2.29.0 to 2.28.4 to match glib; I was
confused about the glib versioning plans for GNOME 3.0.)

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index c144ef5..c89f0c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+2.28.4
+======
+  * Added a new proxy backend, GProxyResolverGnome, that uses
+    GSettings and the network proxy schemas from
+    gsettings-desktop-schemas to provide proxy information (and using
+    a new D-Bus service provided by the libproxy backend to provide
+    PAC/WPAD support).
+
+    If you are building glib-networking in a GNOME 3.0 environment,
+    you should make sure that gsettings-desktop-schemas.pc is
+    available when building, so that this backend gets built.
+
+  * New translations:
+       Assamese, Latvian, Oriya, Serbian
+
 2.28.0
 ======
   * Fixed broken libtool check in autogen.sh that failed for libtool
index dac8721..83c4cc3 100644 (file)
@@ -1,7 +1,7 @@
 AC_PREREQ(2.65)
 AC_CONFIG_MACRO_DIR([m4])
 
-AC_INIT([glib-networking],[2.29.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
+AC_INIT([glib-networking],[2.28.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=network])
 
 AC_CONFIG_SRCDIR([proxy/libproxy/glibproxyresolver.h])
 AC_CONFIG_HEADERS([config.h])