Add release_notes.rst. Change version to 0.9.5 in preparation for test release.

This commit is contained in:
Daniel Nichter
2011-08-04 12:17:29 -06:00
parent 61b64d4208
commit c7b78ee9cb
9 changed files with 110 additions and 24 deletions

View File

@@ -48,7 +48,7 @@ Extract and log MySQL deadlock information.
=item pt-diskstats
Read a file generated from /proc/diskstats and summarize it.
Aggregate and summarize F</proc/diskstats>.
=item pt-duplicate-key-checker
@@ -84,7 +84,7 @@ Replay MySQL query logs.
=item pt-mext
Aggregate and summarize mysqladmin extended output.
Look at many samples of MySQL C<SHOW GLOBAL STATUS> side-by-side.
=item pt-mysql-summary
@@ -120,7 +120,7 @@ Canonicalize and print MySQL grants so you can effectively replicate, compare an
=item pt-sift
Browses the files created by the collect tool.
Browses files created by pt-collect.
=item pt-slave-delay
@@ -136,7 +136,7 @@ Watch and restart MySQL replication after errors.
=item pt-stalk
Watch MySQL and run the 'collect' program when some condition becomes true.
Wait for a condition to occur then begin collecting data.
=item pt-summary

12
docs/release_notes.rst Normal file
View File

@@ -0,0 +1,12 @@
Release Notes
*************
v0.9.5 released 2011-08-04
==========================
Percona Toolkit 0.9.5 represents the completed transition from Maatkit and Aspersa. There are no bug fixes or new features, but some features have been removed (like --save-results from pt-query-digest). This release is the starting point for the 1.0 series where new development will happen, and no more changes will be made to the 0.9 series.
Changelog
---------
* Forked, combined, and rebranded Maatkit and Aspersa as Percona Toolkit.

View File

@@ -31,3 +31,4 @@ developed by Percona, visit `http://www.percona.com/software/ <http://www.percon
authors
copyright_license_and_warranty
version
release_notes

View File

@@ -0,0 +1,13 @@
Release Notes
*************
v0.9.5 released 2011-08-04
==========================
Percona Toolkit 0.9.5 represents the completed transition from Maatkit and Aspersa. There are no bug fixes or new features, but some features have been removed (like --save-results from pt-query-digest). This release is the starting point for the 1.0 series where new development will happen, and no more changes will be made to the 0.9 series.
Changelog
---------
* Forked, combined, and rebranded Maatkit and Aspersa as Percona Toolkit.
* Foo