summaryrefslogtreecommitdiff
path: root/RELNOTES.txt
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-13 16:11:05 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-13 16:11:05 +0000
commit8df70c6d5fef443506618bf31b686d53fef3f259 (patch)
tree775a7c1615a3997a85087780ab7d5e49d4bd6d84 /RELNOTES.txt
parent10d3c1b9cc7789530837398271b454e02af8dd96 (diff)
Updated pjlib docs
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@48 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'RELNOTES.txt')
-rw-r--r--RELNOTES.txt33
1 files changed, 20 insertions, 13 deletions
diff --git a/RELNOTES.txt b/RELNOTES.txt
index e2baeb97..687c79fc 100644
--- a/RELNOTES.txt
+++ b/RELNOTES.txt
@@ -1,21 +1,28 @@
-Version 0.3
+RELEASE NOTES
+
+Version 0.3-pre4
+Nov 13th, 2005
+====================================
+
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
+ - 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.
+ - 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.
SIMPLE: