summaryrefslogtreecommitdiff
path: root/RELNOTES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES.txt')
-rw-r--r--RELNOTES.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/RELNOTES.txt b/RELNOTES.txt
index 1e884e38..e2baeb97 100644
--- a/RELNOTES.txt
+++ b/RELNOTES.txt
@@ -1,3 +1,20 @@
+Version 0.3
+PJLIB
+ - Correct error reporting in the whole library. No more vague -1 errors!
+ - New super portable socket abstraction.
+ - Other headers were made super portable too.
+ - Ioqueue supports multiple pending operations in a single socket!
+ - No more floating point.
+ - Ported to new platforms:
+ - i386/linux kernel (!)
+ - Sparc/Solaris
+ - Alpha/Linux
+PJSIP
+ - Correct error reporting in the whole library. No more -1 errors!
+ - Rewrote event, now much more readable.
+ - Per object tracing.
+
+
Version 0.2.9 - 2005/06/19
Core:
- Moved authentication stuff to core.