[seahorse] Release version 3.1.90



commit d1ceedb2798d371f5f2c96d0f20afd994c659d3c
Author: Stef Walter <stefw collabora co uk>
Date:   Tue Aug 30 11:10:50 2011 +0200

    Release version 3.1.90

 Makefile.am                                     |    4 +-
 NEWS                                            |   12 +
 configure.ac                                    |    4 -
 reference/.gitignore                            |    3 -
 reference/Makefile.am                           |    1 -
 reference/libseahorse/.gitignore                |   16 -
 reference/libseahorse/Makefile.am               |   61 ---
 reference/libseahorse/libseahorse-docs.sgml     |   65 ---
 reference/libseahorse/libseahorse-sections.txt  |  598 -----------------------
 reference/libseahorse/version.xml.in            |    1 -
 10 files changed, 13 insertions(+), 752 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 84dc0ef..bd1f84b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,8 +30,7 @@ SUBDIRS = libegg \
 	po \
 	data \
 	help \
-	pixmaps \
-	reference
+	pixmaps
 
 EXTRA_DIST = \
     AUTHORS \
@@ -65,7 +64,6 @@ DISTCLEANFILES = \
 DISTCHECK_CONFIGURE_FLAGS = \
     --disable-scrollkeeper \
     --disable-update-mime-database \
-    --enable-gtk-doc \
     --disable-debug
     
 CHANGELOG_START = \
diff --git a/NEWS b/NEWS
index 6e01a26..38554ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+seahorse 3.1.90
+---------------
+ * Change application name to shorter 'Passwords and Keys'
+ * Fix drop downs in key generation dialogs
+ * Don't distribute internal libseahorse documentation
+ * Match changes in libgck and libgcr
+ * Remove old operation code, and replace with newer gio style async
+ * Remove unused code and cleanup
+ * Port to GSettings (instead of using GConf)
+ * Add Glib style debug messages, activated with SEAHORSE_DEBUG=all
+ * Translation and build fixes
+
 seahorse 3.1.4
 --------------
 
diff --git a/configure.ac b/configure.ac
index ccb52aa..c9aa1f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,6 @@ AC_PROG_CXX
 AC_PROG_INTLTOOL([0.35.0])
 AM_PROG_LIBTOOL
 GNOME_DOC_INIT
-GTK_DOC_CHECK([1.9])
 
 dnl Get the off_t size right
 AC_SYS_LARGEFILE
@@ -540,9 +539,6 @@ pkcs11/Makefile
 src/Makefile
 src/seahorse.desktop.in
 ssh/Makefile
-reference/Makefile
-reference/libseahorse/Makefile
-reference/libseahorse/version.xml
 ])
 
 dnl ****************************************************************************



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