summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-09-23 14:29:50 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2009-09-23 14:40:19 +0200
commita5ca2976701c13b85cf37e8fef322b1032b01dd8 (patch)
tree46964c360bcbade4d7d034f565b5708c07a20720
parent1bd9656ad5e59edece5c95f87c5a8bb3807f544f (diff)
downloadnautilus-a5ca2976701c13b85cf37e8fef322b1032b01dd8.tar.gz
Prepare for 2.26.4 release.2.26.4
-rw-r--r--Makefile.am2
-rw-r--r--NEWS4
-rw-r--r--configure.in2
3 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 61d117cea..a99df7b1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,7 +67,7 @@ distclean-local:
ChangeLog:
@echo Creating $@
@if test -d "$(srcdir)/.git"; then \
- (GIT_DIR=$(top_srcdir)/.git ./missing --run git log NAUTILUS2_26_2.. --stat -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \
+ (GIT_DIR=$(top_srcdir)/.git ./missing --run git log 2.26.3.. --stat -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \
&& mv -f $@.tmp $@ \
|| ($(RM) $@.tmp; \
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
diff --git a/NEWS b/NEWS
index 2575ef3c2..edbfd01ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Major changes in 2.26.4 are:
+* New translations
+* Fixed a crash in the preferences dialog
+
Major changes in 2.26.3 are:
* New translations
* Allow shift+return during typeahead find
diff --git a/configure.in b/configure.in
index 2abdbbf81..d06c9f397 100644
--- a/configure.in
+++ b/configure.in
@@ -21,7 +21,7 @@ dnl Interface break is not allowed.
m4_define(nautilus_extension_current, 2)
m4_define(nautilus_extension_revision, 0)
-AC_INIT([nautilus],[2.26.3],
+AC_INIT([nautilus],[2.26.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=nautilus])
dnl ===========================================================================