From 0fe1704975fb7381af76cf790cfcc9c4f9686e2f Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 13 Dec 2007 22:18:03 +0000 Subject: [PATCH] importing files for 1.2.7 release git-svn-id: https://origsvn.digium.com/svn/libpri/tags/1.2.7@499 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- .version | 1 + ChangeLog | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 145 insertions(+) create mode 100644 .version create mode 100644 ChangeLog diff --git a/.version b/.version new file mode 100644 index 0000000..c04c650 --- /dev/null +++ b/.version @@ -0,0 +1 @@ +1.2.7 diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..073e3ab --- /dev/null +++ b/ChangeLog @@ -0,0 +1,144 @@ +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. + +