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".
+*** 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:
--- /dev/null
+- 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)
-[6.2a3]dnl
+[6.2-rc1]dnl