Compare commits

...

2 Commits
1.2.3 ... 1.2.2

Author SHA1 Message Date
Russell Bryant
e523c168a2 importing ChangeLog for 1.2.2 release
git-svn-id: https://origsvn.digium.com/svn/libpri/tags/1.2.2@295 2fbb986a-6c06-0410-b554-c9c1f0a7f128
2006-01-18 04:49:50 +00:00
Russell Bryant
91ab439a15 Creating tag for the release of libpri-1.2.2
git-svn-id: https://origsvn.digium.com/svn/libpri/tags/1.2.2@294 2fbb986a-6c06-0410-b554-c9c1f0a7f128
2006-01-18 04:49:49 +00:00

View File

@@ -1,16 +1,33 @@
libpri 0.3.0
-- Fix talking to switch
-- Add pri dump
-- Add test application
-- Fix strncpy stuff
libpri 0.1.2
-- Added PRI_EVENT_HANGUP_ACK so you can know when the disconnect was
acknowledged
2006-01-18 Russell Bryant <russell@digium.com>
libpri 0.1.1
-- Added PRI_DEBUG_Q931_ANOMALY flag so that certain non-error-related
messages would not be output unless specifically desired.
* Libpri 1.2.2 Released
2006-01-17 13:43 +0000 [r291] Kevin P. Fleming <kpfleming@digium.com>
* q931.c: ensure that user-user info field in call is properly
reset when not needed
2006-01-10 20:19 +0000 [r290] Matt Frederickson <creslin@digium.com>
* Makefile: Backport of doing correct minor numbers to 1.2 (#6188)
2005-12-27 14:01 +0000 [r284] Matt Frederickson <creslin@digium.com>
* q931.c: Fix for issue #6039 backported to 1.2
2005-12-06 21:35 +0000 [r280] Matt Frederickson <creslin@digium.com>
* q921.c: Send RR as command instead of response when T200 expires
after receiving RNR.
2005-12-01 23:13 +0000 [r274] Kevin P. Fleming <kpfleming@digium.com>
* Makefile: Makefile 'update' target now supports Subversion
repositories (issue #5875)
2005-12-01 02:34 +0000 [r270] Matt Frederickson <creslin@digium.com>
* q931.c: Backport of fix from trunk. Fix broken single digit
keypad facility code.
libpri 0.1.0
-- Initial release