[file-roller] updated for version 2.91.1
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] updated for version 2.91.1
- Date: Mon, 8 Nov 2010 19:55:11 +0000 (UTC)
commit cbdf155125fa29df19482e04cf533d998b76327e
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Nov 8 20:53:05 2010 +0100
updated for version 2.91.1
ChangeLog | 7744 ----------------------------------------------
NEWS | 42 +
configure.ac | 2 +-
src/commands/Makefile.am | 2 +
4 files changed, 45 insertions(+), 7745 deletions(-)
---
diff --git a/NEWS b/NEWS
index c9967c9..6254929 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+version 2.91.1
+--------------
+
+ New features and user visible changes:
+
+ * Added Windows Imaging Format (.wim, .swm) support.
+ * Save the configuration files in the XDG config subdirectory instead of
+ using $HOME/.gnome2, and provide an automatic migration mechanism.
+ (#522812)
+
+ Bugs fixed:
+
+ * Fixed crash when clicking Cancel in Add Files (#631472)
+
+ Internal code changes:
+
+ * Replace gtk_statusbar_set_has_resize_grip. ...with
+ gtk_window_set_has_resize_grip (#632696)
+ * Handle combo box text api going away. it is being replaced by
+ GtkComboBoxText in GTK3 (Matthias Clasen) (#632643)
+ * Removed the use of gtk_widget_hide_all.
+ * Fixed a compiler warning.
+ * Use upstream gettext instead of the glib one.
+ * Use the license-type property in the about dialog.
+ * Some changes to the gschema file: allow to translate the summary and
+ description fields; added a .convert file for automatic data
+ convertion from GConf.
+
+ New or updated application translations:
+
+ * Brazilian Portuguese (Marcelo Odir)
+ * Danish (Kenneth Nielsen)
+ * Español (Jorge González)
+ * Estonian (Ivar Smolin)
+ * Hebrew (Yaron Shahrabani)
+ * Uyghur (Sahran)
+
+ New or updated manual translations:
+
+ * French (Claude Paroz)
+ * Slovenian (Matej UrbanÄ?iÄ?)
+
version 2.91.0
--------------
diff --git a/configure.ac b/configure.ac
index 0848aa5..e521e8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(file-roller, 2.91.0, [http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller])
+AC_INIT(file-roller, 2.91.1, [http://bugzilla.gnome.org/enter_bug.cgi?product=file-roller])
AM_INIT_AUTOMAKE([1.9 foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/src/commands/Makefile.am b/src/commands/Makefile.am
index b51c338..5e3ff40 100644
--- a/src/commands/Makefile.am
+++ b/src/commands/Makefile.am
@@ -5,3 +5,5 @@ INCLUDES = $(DISABLE_DEPRECATED) $(FR_CFLAGS)
rpm2cpio_SOURCES = rpm2cpio.c
rpm2cpio_LDADD = $(FR_LIBS)
+
+-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]