summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,