[glade/glade-3-10] Rolling 3.10.1
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade/glade-3-10] Rolling 3.10.1
- Date: Thu, 6 Oct 2011 22:05:21 +0000 (UTC)
commit c83e4e79eae424a6c1a7cbf3a7afeca93b4f1618
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Thu Oct 6 19:02:56 2011 -0300
Rolling 3.10.1
ChangeLog | 4 ++++
MAINTAINERS | 4 ++++
NEWS | 23 +++++++++++++++++++++++
configure.ac | 2 +-
doc/Makefile.am | 2 +-
glade.doap | 8 ++++++++
gladeui/Makefile.am | 3 ++-
7 files changed, 43 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5fd806d..3816170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-10-06 Juan Pablo Ugarte <juanpablougarte gmail com>
+ * configure.ac, NEWS: Rolling 3.10.1
+
+2011-10-06 Juan Pablo Ugarte <juanpablougarte gmail com>
+
* plugins/gtk+/gtk+.xml.in: Make n-row and n-column save false.
Fixes bug #660607 "Warnings when using GtkGrid created in Glade 3.10"
diff --git a/MAINTAINERS b/MAINTAINERS
index a55d54b..660fd1d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,7 @@
Tristan Van Berkom
E-mail: tristan van berkom gmail com
Userid: tvb
+
+Juan Pablo Ugarte
+E-mail: juanpablougarte gmail com
+Userid: jpu
diff --git a/NEWS b/NEWS
index 7ccaa09..20515ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
============
+Glade 3.10.1
+============
+ - Optimized loading time by not updating progressbar on every loaded object.
+ - Update placeholders when a grid child's width or height child properties change.
+ - Ensure 'related-action' and 'use-action-appearance' are serialized in the right order.
+ - Correctly detect the required devhelp version - Javier JardÃn
+ - Fixed TreeModelFilter bug #657164
+ - Fixed bug #660607 "Warnings when using GtkGrid created in Glade 3.10"
+ - Fixed glade-previewer bugs
+ #660874 "glade-previewer fails to open UI files without top windows"
+ #660872 "glade-previewer crashes on non-existent files"
+ - Fixed loading correct application icon (bug 648487 fix by StÃphane Maniaci).
+ - Fixed "variable set but not used" warnings (-Wunused-but-set-variable)
+
+New and updated translations
+============================
+
+ - Updated French, Czech, Swedish, Brazilian Portuguese, Polish, Spanish,
+ German, Russian, Catalan, Galician, Bulgarian, British English,
+ Hungarian, Asturian, Danish, Serbian and Esperanto translation.
+ - Added Slovenian and UG translation.
+
+============
Glade 3.10.0
============
- Fixed some glitches in the new workspace - Juan Pablo Ugarte
diff --git a/configure.ac b/configure.ac
index d24cf2f..49916ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
m4_define(glade_major_version, 3)
m4_define(glade_minor_version, 10)
-m4_define(glade_micro_version, 0)
+m4_define(glade_micro_version, 1)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade], [glade_version],
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 79b926c..54d45b6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -100,7 +100,7 @@ GTKDOC_CFLAGS= \
-I$(top_builddir) \
`pkg-config --cflags gtk+-3.0`
-GTKDOC_LIBS=${top_builddir}/gladeui/libgladeui-2.la
+GTKDOC_LIBS= `pkg-config --libs gtk+-3.0` ${top_builddir}/gladeui/libgladeui-2.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make
diff --git a/glade.doap b/glade.doap
index bf37634..4d67ec4 100644
--- a/glade.doap
+++ b/glade.doap
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
@@ -35,4 +36,11 @@
<gnome:userid>tvb</gnome:userid>
</foaf:Person>
</maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Juan Pablo Ugarte</foaf:name>
+ <foaf:mbox rdf:resource="mailto:juanpablougarte gmail com" />
+ <gnome:userid>jpu</gnome:userid>
+ </foaf:Person>
+ </maintainer>
</Project>
diff --git a/gladeui/Makefile.am b/gladeui/Makefile.am
index 5860d03..78fb194 100644
--- a/gladeui/Makefile.am
+++ b/gladeui/Makefile.am
@@ -148,7 +148,8 @@ noinst_HEADERS = \
glade-accumulators.h \
glade-design-private.h \
glade-preview-tokens.h \
- glade-preview.h
+ glade-preview.h \
+ glade-path.h
if PLATFORM_WIN32
libgladeui_2_la_LDFLAGS += -no-undefined
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]