[libgweather] Release 3.9.2



commit 45f9266f08194c610af69f841bc3efa0f1707da2
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Tue May 28 16:34:25 2013 +0200

    Release 3.9.2
    
    Includes a distcheck fix.

 NEWS                   |   14 ++++++++++++++
 configure.ac           |    4 +++-
 data/glade/Makefile.am |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d8462fe..136a8ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
 =============
+Version 3.9.2
+=============
+
+* There is now a single hierarchy of GWeatherLocation
+  structures, and gweather_location_new_world() returns
+  a singleton object
+* Therefore, constructors which accepted a @world parameter
+  have been deprecated.
+* GWeatherInfo now emits ::updated in response to GSettings
+  changes
+* A Glade catalog was added, covering the Gtk widgets
+* Updated translations
+
+=============
 Version 3.9.1
 =============
 
diff --git a/configure.ac b/configure.ac
index ff81a68..389634f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-LT_VERSION=4:0:1
+LT_VERSION=4:1:1
 AC_SUBST(LT_VERSION)
 
 GTK_REQUIRED=2.90.0
@@ -175,9 +175,11 @@ AC_MSG_RESULT([$found_glade_catalog])
 if test "x$found_glade_catalog" = "xyes"; then
   AC_MSG_CHECKING([for Glade catalog dir])
   GLADE_DATA_DIR=`$PKG_CONFIG --variable=datadir gladeui-2.0 2>&AS_MESSAGE_LOG_FD`
+  GLADE_CATALOG_DTD_DIR=`$PKG_CONFIG --variable=catalogdir gladeui-2.0 2>&AS_MESSAGE_LOG_FD`
   GLADE_CATALOG_DIR=`$PKG_CONFIG --variable=catalogdir gladeui-2.0 2>&AS_MESSAGE_LOG_FD | sed -e 
"s#^$GLADE_DATA_DIR#$datadir#"`
   AC_MSG_RESULT([$GLADE_CATALOG_DIR])
   AC_SUBST(GLADE_CATALOG_DIR)
+  AC_SUBST(GLADE_CATALOG_DTD_DIR)
 fi
 
 AM_CONDITIONAL([ENABLE_GLADE_CATALOG],[test "x$found_glade_catalog" = "xyes"])
diff --git a/data/glade/Makefile.am b/data/glade/Makefile.am
index 776fef3..f4e247a 100644
--- a/data/glade/Makefile.am
+++ b/data/glade/Makefile.am
@@ -6,7 +6,7 @@ EXTRA_DIST = \
        $(catalog_in_files)
 
 check-local: $(catalog_DATA)
-       xmllint --dtdvalid $(GLADE_CATALOG_DIR)/glade-catalog.dtd --noout $<
+       xmllint --dtdvalid $(GLADE_CATALOG_DTD_DIR)/glade-catalog.dtd --noout $<
 
 CLEANFILES = $(catalog_DATA)
 


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