summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-11-08 05:37:51 +0000
committerDarin Adler <darin@src.gnome.org>2001-11-08 05:37:51 +0000
commit976291baa8be426acd617ae3fdf6654d172b82bc (patch)
tree37df15eab4b9e39aeb49febc6401ca60c0b01c4b
parent4a6c3fc764c76e4e407b1d14b0cdf673b4d13778 (diff)
downloadnautilus-976291baa8be426acd617ae3fdf6654d172b82bc.tar.gz
Update version to 1.0.6. Prepare for 1.0.6 release.NAUTILUS_1_0_6
* configure.in: Update version to 1.0.6. * NEWS: Prepare for 1.0.6 release. * components/help/Makefile.am: Must distribute the new data file.
-rw-r--r--ChangeLog9
-rw-r--r--NEWS16
-rw-r--r--components/help/Makefile.am2
-rw-r--r--configure.in2
4 files changed, 26 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f85f7b0e2..3af583bba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,17 @@
+2001-11-07 Darin Adler <darin@bentspoon.com>
+
+ * configure.in: Update version to 1.0.6.
+ * NEWS: Prepare for 1.0.6 release.
+
+ * components/help/Makefile.am: Must distribute the new
+ data file.
+
2001-11-01 Louise Miller <louise.miller@sun.com>
* Lots of files in components/help
Intregation of scrollkeeper indexing capabilities
into nautilus.
-
2001-10-31 Darin Adler <darin@bentspoon.com>
* README: This isn't HEAD any more.
diff --git a/NEWS b/NEWS
index 765b30a0a..5b0bdcf9e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+=== Version 1.0.6
+
+Nautilus 1.0.6 contains a small number of fixes to bugs introduced in
+1.0.5 and a few small new features. Here's a list of changes since 1.0.5:
+
+* Add feature where "can't write" emblems don't appear in directories
+ that are complete "can't write" (Alex)
+* Add scrollkeeper indexing capabilities (Louise Miller)
+* Fix bug where notifications didn't take effect (Darin)
+* Fix hysteresis so it doesn't affect changes after the icon view has
+ loaded (Darin)
+* Add libiconv include paths so people who use platforms without iconv
+ in the libc can build (Alex)
+* Localize desktop link names properly (Benedikt Roth)
+* Some updated translations
+
=== Version 1.0.5
Nautilus 1.0.5 contains more speedups, and some features and bug
diff --git a/components/help/Makefile.am b/components/help/Makefile.am
index 609e6967a..3595f35e9 100644
--- a/components/help/Makefile.am
+++ b/components/help/Makefile.am
@@ -65,4 +65,4 @@ oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
@XML_I18N_MERGE_OAF_RULE@
-EXTRA_DIST=pages.map $(oaf_in_files) $(oaf_DATA) help-methods.conf topleveldocs.xml
+EXTRA_DIST=pages.map $(oaf_in_files) $(oaf_DATA) $(modulesconf_DATA) $(hyperbola_DATA) $(ui_DATA)
diff --git a/configure.in b/configure.in
index d733dd454..bda60b001 100644
--- a/configure.in
+++ b/configure.in
@@ -39,7 +39,7 @@ AC_SUBST(SCROLLKEEPER_REQUIRED)
dnl ===========================================================================
-AM_INIT_AUTOMAKE(nautilus, 1.0.5)
+AM_INIT_AUTOMAKE(nautilus, 1.0.6)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE