summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wong <markwkm@gmail.com>2007-10-04 09:45:15 -0700
committerMark Wong <markwkm@gmail.com>2007-10-04 09:45:15 -0700
commitf0a4128f52358e41665f5cfb7f5a1c4023734bf6 (patch)
tree69ff34e377811ebf35c673011226f4d18c2ed7b8
parent267ba454d137333bf6366ed444911e9290082030 (diff)
Renamed 'Changes' to 'HISTORY', added to the HISTORY, and removed the
'NewRelease' file that details how to created a release tarball.
-rw-r--r--HISTORY (renamed from Changes)19
-rw-r--r--NewRelease37
2 files changed, 19 insertions, 37 deletions
diff --git a/Changes b/HISTORY
index caf4c13..9daa2f4 100644
--- a/Changes
+++ b/HISTORY
@@ -1,3 +1,22 @@
+Release Notes
+
+Release 3.6.1
+
+Changes
+ * Add support for Solaris 10.
+ * Add support for FreeBSD.
+ * Add 'E' command to show query plan of a running query.
+ * Add parameters to specify database connection information.
+ * Add 'L' command to show locks held by a process.
+ * Add 'Q' command to show current query of a process.
+ * Rename 'top' to 'ptop'.
+ * Add support for Linux.
+ * Configure support for PostgreSQL libpq client libraries.
+ * Remove old_modules directory.
+ * Update RES calculation for Linux 2.6.x.
+
+Unix Top Release 3.6.1
+
Wed Apr 18 2007 - wnl (3.6.1)
Fixed a few bugs in sigconv.awk that were causing incorrect
results on FreeBSD. Changed configure.ac to fix a few linux
diff --git a/NewRelease b/NewRelease
deleted file mode 100644
index 51a55c0..0000000
--- a/NewRelease
+++ /dev/null
@@ -1,37 +0,0 @@
-To prepare a new release:
-
-Update the version number in the following files: configure.ac, INSTALL, README, top.faq
-
-Update Changes
-
-Make sure MANIFEST is up to date
-
-make configure
-./makefaq
-cp top.faq.shtml top.faq.toc.html /www/unixtop
-syncweb unixtop
-
-svn update
-
-test the release:
-cd ../tarballs; ./mktar current
-cd ../test; tar xvf ../tarballs/top-current.tar
-cd top-current; ./configure; make
-
-chdir to the top level (top-3)
-svn copy trunk release/<version>
-svn commit -m "Creating release <version>"
-
-cd tarballs; ./mktar <version>
-
-cp <version>.tar.* /www/unixtop/dist
-modify /www/unixtop/download.shtml to point to new version
-
-ftp tar files to upload.sourceforge.net (bin, passive, hash) in /incoming
-Add release to project (release name: top-<version>)
-Use "./fmtchanges Changes" to get a cut-n-paste version of the changelog
-
-chdir to top level (top-3)
-svn update
-./svnmirror
-go to sourceforge and submit request to update svn