summaryrefslogtreecommitdiffstats
path: root/VERSIONS
diff options
context:
space:
mode:
Diffstat (limited to 'VERSIONS')
-rw-r--r--VERSIONS4
1 files changed, 3 insertions, 1 deletions
diff --git a/VERSIONS b/VERSIONS
index 973a86d..1939e79 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,7 +1,9 @@
+1.21 Major code formatting cleanup and official release of 1.21pre (trunk)
+
1.21pre Added URLDecode routine to http.c to deal with URL-encoded GET/POST data
Fixed xml.c to better deal with cli/unparsed data
Cleaned up Makefile for better support of Mac OS X 10.4
- Changed message to dynamically allocated in HandleAsterisk, solving bus error on Mac OS X 10.4
+ Changed message to be dynamically allocated in HandleAsterisk; solved bus error on Mac OS X 10.4
1.20 Cleanup and official release of 1.20pre