summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2006-08-22 08:36:25 +0000
committerAlexander Larsson <alexl@src.gnome.org>2006-08-22 08:36:25 +0000
commit44a2af31fd4e2c38e098bb9a59a81091716db8af (patch)
tree3cfd4c26d9465517d12ad1aebf1eab212e5a6d50
parenta166f7891a1ce84a4d798b387dea22f851a77a6f (diff)
downloadnautilus-44a2af31fd4e2c38e098bb9a59a81091716db8af.tar.gz
Fix double freeNAUTILUS_2_15_92_1
2006-08-22 Alexander Larsson <alexl@redhat.com> * libbackground/preferences.c: Fix double free * configure.in: Release a 2.15.92.1 with fix
-rw-r--r--ChangeLog8
-rw-r--r--NEWS3
-rw-r--r--configure.in2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 66d543618..99725d930 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-08-22 Alexander Larsson <alexl@redhat.com>
+
+ * libbackground/preferences.c:
+ Fix double free
+
+ * configure.in:
+ Release a 2.15.92.1 with fix
+
2006-08-21 Alexander Larsson <alexl@redhat.com>
* configure.in:
diff --git a/NEWS b/NEWS
index f3b6826ee..2f5faa868 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Major changes in 2.15.92.1 are:
+* Fix crash on startup
+
Major changes in 2.15.92 are:
* Fix crash on changing owner/group of file
* Fix double free
diff --git a/configure.in b/configure.in
index 23597222a..1ae31a736 100644
--- a/configure.in
+++ b/configure.in
@@ -28,7 +28,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 2)
m4_define(nautilus_extension_revision, 0)
-AC_INIT(nautilus, 2.15.93,
+AC_INIT(nautilus, 2.15.92.1,
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================