summaryrefslogtreecommitdiff
path: root/RELNOTES.txt
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-11 19:01:31 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-11 19:01:31 +0000
commit0b9e388f7f10dac01d5134ed6c1b24695810874e (patch)
treef01b4f05e8d074a8dba14a96b93803fd6797c105 /RELNOTES.txt
parent0bc0f9112ac6319d7ce8662de86d6c076bd4b1e3 (diff)
First clean compile of pjsip
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@43 74dad513-b988-da41-8d7b-12977e46ad98
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.