diff options
author | ivan <ivan> | 2005-02-26 21:29:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-02-26 21:29:04 +0000 |
commit | 5ab9170358e085b26752d19a05b382680108384e (patch) | |
tree | f41a9ee3515249b2352b52af0843c824945a8536 | |
parent | 76f5008e4d5f6f5016f1c136f740f1f4b9c0b29c (diff) |
less cracktastic version numbering
-rw-r--r-- | ANNOUNCE.1.5 (renamed from ANNOUNCE.1.5.0) | 9 | ||||
-rw-r--r-- | README.1.5.7 (renamed from README.1.5.0pre7) | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/ANNOUNCE.1.5.0 b/ANNOUNCE.1.5 index 507728c16..a28a19326 100644 --- a/ANNOUNCE.1.5.0 +++ b/ANNOUNCE.1.5 @@ -18,9 +18,10 @@ tax classes, etc. - Documentation updates -1.5.0pre7: +1.5.7: +- version numbering change, now even/odd like Perl or Linux - fix bug that could cause mis-billing on upgrades! (new installs ok) -- update install documentation for 1.5 HTML::Mason or Apache::ASP install +- updated install documentation - historical late notice viewing in web interface - VoIP billing for CDRs from RADIUS - promotional codes for signup @@ -29,8 +30,10 @@ - invoices now use history records (don't lose details) - option to credit for remaining service upon cancel (peter bowen) - one-time registration codes +- "selfservice_server-session_module" config value can be set to + "Cache::FileCache" on FreeBSD or elsewhere IPC::ShareLite has trouble. -notyet (1.5.0pre8?): +notyet (1.5.8?): - account merging UI in exports (for example, to consolidate passwd files from multiple servers) diff --git a/README.1.5.0pre7 b/README.1.5.7 index 67554c8d3..ff70961b3 100644 --- a/README.1.5.0pre7 +++ b/README.1.5.7 @@ -1,3 +1,8 @@ +NOTE: Version numbering has been simplified. 1.5.7 is the version after +1.5.0pre6. It is still a development version - releases with odd numbered +middle parts (NN in x.NN.x) are development versions, like Perl or Linux. + + CREATE TABLE rate ( ratenum serial NOT NULL, ratename varchar(80) NOT NULL, |