summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wehner <martin.wehner@gmail.com>2007-07-02 22:08:47 +0000
committerMartin Wehner <mwehner@src.gnome.org>2007-07-02 22:08:47 +0000
commit333a99678be16244fdcac1416a86f64653d602ee (patch)
tree95721310f604acab1efa51e556fa97baab837be0
parent955eb918c1c362e8098155a2c2a49ca130669179 (diff)
downloadnautilus-333a99678be16244fdcac1416a86f64653d602ee.tar.gz
=== nautilus 2.18.3 ===NAUTILUS_2_18_3
2007-07-02 Martin Wehner <martin.wehner@gmail.com> * NEWS: Update for release * configure.in: Bump version to 2.18.3 svn path=/branches/gnome-2-18/; revision=12976
-rw-r--r--ChangeLog10
-rw-r--r--NEWS7
-rw-r--r--configure.in2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 08cc7b660..61822ce15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+=== nautilus 2.18.3 ===
+
+2007-07-02 Martin Wehner <martin.wehner@gmail.com>
+
+ * NEWS:
+ Update for release
+
+ * configure.in:
+ Bump version to 2.18.3
+
2007-07-02 Martin Wehner <martin.wehner@gmail.com>
* libnautilus-private/nautilus-search-engine-simple.c:
diff --git a/NEWS b/NEWS
index f3719bdaf..ac8f9e07e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Major changes in 2.18.3 are:
+* Fix leaks
+* Fix keyboard shortcuts in preferences dialog
+* Build fixes
+* Added alpha support for icon frames
+* Better handling of unicode search terms
+
Major changes in 2.18.1 are:
* Some crash fixes
* Bump default name column width to 32 chars
diff --git a/configure.in b/configure.in
index b4d11668e..af099a6f2 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.18.2,
+AC_INIT(nautilus, 2.18.3,
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================