From b13a9798ddf149765ab4f64d56f49995f37b2fad Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 5 Aug 2008 22:34:18 +0000 Subject: [PATCH] Importing files for 1.2.8 release git-svn-id: https://origsvn.digium.com/svn/libpri/tags/1.2.8@613 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- .version | 1 + ChangeLog | 186 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 187 insertions(+) create mode 100644 .version create mode 100644 ChangeLog diff --git a/.version b/.version new file mode 100644 index 0000000..db6fb4a --- /dev/null +++ b/.version @@ -0,0 +1 @@ +1.2.8 diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..82346f2 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,186 @@ +2008-08-05 Kevin P. Fleming + + * libpri 1.2.8 Released + +2008-08-05 22:16 +0000 [r610] Kevin P. Fleming + + * pritest.c, pri.c, pri_internal.h, q921.c, q931.c, copy_string.c, + prisched.c, pri_q921.h, pri_q931.h, pri_facility.c, compiler.h, + pridump.c, testprilib.c, pri_timers.h, pri_facility.h, libpri.h: + clean up license headers, and explicitly grant additional + permissions when used with Asterisk + +2008-06-04 16:59 +0000 [r561] Dwayne M. Hubbard + + * q931.c: While working on issue 3450 I noticed that the + information channel selection field in the channel identification + IE was displayed incorrectly when using 'pri intense debug'. I + wanted another pair of eyes to look at the code because + everything looked correct until Shaun Ruffell noticed the missing + comma in the msg_chan_sel array. + +2008-02-20 21:36 +0000 [r527] Matthew Fredrickson + + * q931.c: Don't send a status error when we receive connect + acknowledge during an active state + +2008-02-18 20:31 +0000 [r521-523] Matthew Fredrickson + + * q931.c, libpri.h: Improve transmission, receiving, and dumping of + bearer capability IE (#11593) + + * q931.c, libpri.h: Revert previous commit 521 + + * q931.c, libpri.h: Fix for bug #960. Better support for more + exotic bearer capabilities + +2008-01-11 16:33 +0000 [r513] Matthew Fredrickson + + * q931.c: We should not be parsing further into the bearer + capability IE if the length does not confirm that there actually + is data present + +2007-12-13 Russell Bryant + + * libpri 1.2.7 Released + +2007-10-22 15:09 +0000 [r478] Kevin P. Fleming + + * pri_internal.h: we need to include stddef.h for 'size_t' + +2007-10-16 Matthew Fredrickson + + * libpri 1.2.6 Released + +2007-09-25 21:33 +0000 [r467] Matthew Fredrickson + + * q931.c: Fix user-user IE order in setup message (#10705) + +2007-09-06 15:06 +0000 [r460] Matthew Fredrickson + + * pri.c, pri_facility.c: TBCT now works. It should work for NI2, + 4E, and 5E. This code was tested on NI2. + +2007-08-27 19:20 +0000 [r445] Jason Parker + + * Makefile: Make sure we build both the static and shared modules + with -fPIC. + +2007-07-09 Russell Bryant + + * libpri 1.2.5 Released + +2007-06-19 18:22 +0000 [r426] Matthew Fredrickson + + * q931.c: Try to send pending facility messages if we receive + alerting (for when we don't get proceeding) (#9651) + +2007-06-06 21:57 +0000 [r415-423] Matthew Fredrickson + + * pri_facility.c: Oops, that should not be on one line + + * pri_facility.c: Make sure we only send the NFE when we are + talking QSIG + +2007-01-22 22:20 +0000 [r389] Matthew Fredrickson + + * q931.c: Make sure we send DISCONNECT if we reached the active + state and a call is disconnected, regardless of cause code. + +2006-12-30 19:16 +0000 [r385] Joshua Colp + + * Makefile: Specify full path to restorecon instead of assuming it + will be available from what is in $PATH. (issue #8670 reported by + djflux) + +2006-10-17 Kevin P. Fleming + + * libpri 1.2.4 Released + +2006-07-28 14:44 +0000 [r368] Matt Frederickson + + * q931.c: Make sure we send any pending facilty APDUs after we get + proceeding. (#7551) + +2006-07-12 19:08 +0000 [r360] Russell Bryant + + * q931.c: ensure buffer is initialized (issue #7512, klaus3000) + +2006-07-07 15:36 +0000 [r358] Matt Frederickson + + * q931.c: Fix for #7378 (namespace collision) + +2006-06-02 16:05 +0000 [r342-347] Matt Frederickson + + * q931.c: Minor state fix. (#7269) + + * q931.c: Fix for 7115 (Don't call pri_message multiple times per + line) + + * q931.c: Fixes to fill in non-filled fields in libpri. (Issue + #7241) Thanks flefoll! + +2006-05-30 Kevin P. Fleming + + * libpri 1.2.3 Released + +2006-04-30 15:17 +0000 [r332] Kevin P. Fleming + + * Makefile: set LDCONFIG_FLAGS for GNU/kFreeBSD as well use the + flags during installation + +2006-04-27 16:08 +0000 [r327] Matt Frederickson + + * q931.c, libpri.h: Make sure we pass the call back in the + setup_ack + +2006-04-04 15:36 +0000 [r323] Matt Frederickson + + * Makefile: Fix for #6566 (Makefile does not honor DESTDIR) + +2006-02-17 18:55 +0000 [r316] Matt Frederickson + + * q931.c: Backport of 6480 + +2006-02-15 17:59 +0000 [r311] Matt O'Gorman + + * README: bug 6500 typo in README. + +2006-02-13 23:06 +0000 [r306] Kevin P. Fleming + + * pri_facility.c: suppress annoying message about unsupported + components in facility messages + +2006-01-18 Russell Bryant + + * Libpri 1.2.2 Released + +2006-01-17 13:43 +0000 [r291] Kevin P. Fleming + + * 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 + + * Makefile: Backport of doing correct minor numbers to 1.2 (#6188) + +2005-12-27 14:01 +0000 [r284] Matt Frederickson + + * q931.c: Fix for issue #6039 backported to 1.2 + +2005-12-06 21:35 +0000 [r280] Matt Frederickson + + * 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 + + * Makefile: Makefile 'update' target now supports Subversion + repositories (issue #5875) + +2005-12-01 02:34 +0000 [r270] Matt Frederickson + + * q931.c: Backport of fix from trunk. Fix broken single digit + keypad facility code. + +