[couchdb-glib] Prepare 0.6.97 release
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [couchdb-glib] Prepare 0.6.97 release
- Date: Wed, 24 Nov 2010 15:38:03 +0000 (UTC)
commit 12cd04371ee5b120dfabbf445da22c42ecd0c654
Author: Rodrigo Moya <rodrigo gnome-db org>
Date: Mon Nov 22 10:06:39 2010 +0100
Prepare 0.6.97 release
NEWS | 7 +++++++
configure.ac | 2 +-
couchdb-glib/Makefile.am | 2 +-
desktopcouch-glib/Makefile.am | 2 +-
4 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 04cefd3..97be544 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
==============
+Version 0.6.97
+==============
+- Fix two more small memleaks (Krzysztof Klimonda)
+- Use silent building if available (Rodrigo Moya)
+- Fix make distcheck (Rodrigo Moya)
+
+==============
Version 0.6.96
==============
- Replace g_value_get_object and g_object_ref with g_value_dup_object
diff --git a/configure.ac b/configure.ac
index 04f6fda..a681359 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([couchdb-glib], [0.6.96], [], [couchdb-glib])
+AC_INIT([couchdb-glib], [0.6.97], [], [couchdb-glib])
AC_PREREQ([2.59])
diff --git a/couchdb-glib/Makefile.am b/couchdb-glib/Makefile.am
index 62a4558..ee0b7ad 100644
--- a/couchdb-glib/Makefile.am
+++ b/couchdb-glib/Makefile.am
@@ -110,7 +110,7 @@ introspection_files = \
$(libcouchdb_glib_1_0_la_sources)
Couchdb-1.0.gir: libcouchdb-glib-1.0.la Makefile
Couchdb_1_0_gir_INCLUDES = GObject-2.0
-Couchdb_1_0_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir)
+Couchdb_1_0_gir_CFLAGS = -I$(top_srcdir)/couchdb-glib -I$(top_builddir)/couchdb-glib
Couchdb_1_0_gir_LIBS = libcouchdb-glib-1.0.la
Couchdb_1_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files))
INTROSPECTION_GIRS += Couchdb-1.0.gir
diff --git a/desktopcouch-glib/Makefile.am b/desktopcouch-glib/Makefile.am
index b4de45c..f8321a6 100644
--- a/desktopcouch-glib/Makefile.am
+++ b/desktopcouch-glib/Makefile.am
@@ -39,7 +39,7 @@ introspection_files = \
$(libdesktopcouch_glib_1_0_la_SOURCES)
Desktopcouch-1.0.gir: libdesktopcouch-glib-1.0.la Makefile
Desktopcouch_1_0_gir_INCLUDES = GObject-2.0 Couchdb-1.0
-Desktopcouch_1_0_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/couchdb-glib -I$(top_builddir)/couchdb-glib
+Desktopcouch_1_0_gir_CFLAGS = -I$(top_srcdir)/desktopcouch-glib -I$(top_builddir)/desktopcouch-glib -I$(top_srcdir)/couchdb-glib -I$(top_builddir)/couchdb-glib
Desktopcouch_1_0_gir_LIBS = libdesktopcouch-glib-1.0.la
Desktopcouch_1_0_gir_FILES = $(addprefix $(srcdir)/, $(introspection_files))
INTROSPECTION_GIRS += Desktopcouch-1.0.gir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]