summaryrefslogtreecommitdiff
path: root/HISTORY
blob: 1bc4b5b649bd184a078c08bc528329b4aefa0296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.9.0 2009-01-26 Initial release.  Original method for sizing memory parameters
                 based on a model developed by Josh Berkus.

0.9.1 2009-10-28 Fix some blatant compilation errors under some code paths

0.9.2 2009-10-28 Fix bug in handling of manual memory entry (reported by
                 Diego Plentz).  Correctly handle "=" signs in the settings
                 values. (reported by Marcin Stepnicki).  Include sample
                 postgresql.conf file to insert difficult cases into for
                 regression testing purposes.

0.9.3 2009-10-29 Detect directory with settings file in it, but allow override.
                 Add RPM building .spec file from Devrim Gunduz

      2010-01-23 Major refactoring by Matt Harrison to clean up code
                 legibility, conformance to Python standards, and add
                 doctests.

      2010-03-29 Corrections to README (reported by Peter Fischer)