update for rc1 am-utils-6_2_rc1
authorChristos Zoulas <christos@zoulas.com>
Sat, 20 Nov 2010 18:47:23 +0000 (13:47 -0500)
committerChristos Zoulas <christos@zoulas.com>
Sat, 20 Nov 2010 18:47:23 +0000 (13:47 -0500)
ChangeLog
NEWS
README.release [new file with mode: 0644]
vers.m4

index 7431d80132615be8e2dfcad093af6b66bbb105d9..a43cb727cd28c8596befb25d862dc1d47b307f74 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-11-20  Christos Zoulas <christos@zoulas.com>
 
+       * Update news items, add release readme, mark as rc1
+
        * Fix addopts code to work with options that are key=value
          when the built-in hasmntopt() code is not used. The problem
          was that the code passed "key=" to hasmntopt not "key".
diff --git a/NEWS b/NEWS
index a7fb18cf8318d25ca735d72bc185b6b6c3bc7883..4ec5d0f2ae63c3db5b99e8d8b079927637db025f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+*** Notes specific to am-utils version 6.2-rc1
+
+- Changes to work with Linux-2.6.x and NetBSD-5.x
+- Many bug fixes, see ChangeLog
+- Add synchronous unmount code for amq -uu
+- Empty variable assignments, now unset the variable value.
+- Add TMPFS and UDF filesystem support.
+- Allow a comma-separated list of LDAP servers for failover
+- Share LDAP connections between different maps to save resources
+
 *** Notes specific to am-utils version 6.2a3
 
 - minor new ports:
diff --git a/README.release b/README.release
new file mode 100644 (file)
index 0000000..a9b9e93
--- /dev/null
@@ -0,0 +1,12 @@
+- update vers.m4 to the new version you want to release: then rerun ./bootstrap
+- update NEWS w/ appropriate items
+- might have to commit/push at this point, not sure
+- ./configure <args>; make ; make check
+- make build: that should generate a tar.gz w/ version number to drop into
+  the ftp/http server
+- if you haven't committed your files and pushed them yet, now's the time
+- I also like to tag the current trunk:
+       git tag am-utils-X_Y[abc]Z
+       git tag am-utils-X_Y_rcZ
+- email announcement to am-utils-announce@am-utils.org (look for "standard"
+  announcements I made in the past)
diff --git a/vers.m4 b/vers.m4
index 81249e911e79ba348938db96f2c4f2d535009481..2a910fc3b3229aeab8560e07e00f1534a2752e60 100644 (file)
--- a/vers.m4
+++ b/vers.m4
@@ -1 +1 @@
-[6.2a3]dnl
+[6.2-rc1]dnl