From 99ffe3759b9fc4a9aabcfeda293c82b501435192 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 13 Dec 2007 22:19:12 +0000 Subject: [PATCH] importing files for 1.4.3 release git-svn-id: https://origsvn.digium.com/svn/libpri/tags/1.4.3@501 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- .version | 1 + ChangeLog | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 99 insertions(+) create mode 100644 .version create mode 100644 ChangeLog diff --git a/.version b/.version new file mode 100644 index 0000000..428b770 --- /dev/null +++ b/.version @@ -0,0 +1 @@ +1.4.3 diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..ec196da --- /dev/null +++ b/ChangeLog @@ -0,0 +1,98 @@ +2007-12-13 Russell Bryant + + * libpri 1.4.3 released. + +2007-10-22 15:10 +0000 [r479] Kevin P. Fleming + + * pri_internal.h, /: Merged revisions 478 via svnmerge from + https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r478 + | kpfleming | 2007-10-22 10:09:27 -0500 (Mon, 22 Oct 2007) | 3 + lines we need to include stddef.h for 'size_t' ........ + +2007-10-16 Matthew Fredrickson + + * libpri 1.4.2 released. + +2007-10-05 16:45 +0000 [r470] Jason Parker + + * libpri.h: Fix an incorrect pri_event structure definition. Issue + 10832, patch by flefoll + +2007-09-25 21:37 +0000 [r468] Matthew Fredrickson + + * q931.c: Fix user-user IE order in setup message (#10705) + +2007-09-14 21:32 +0000 [r465] Matthew Fredrickson + + * q931.c, libpri.h: Fix for #10189. Make sure we properly report + the user layer 1 for H.223 and H.245 + +2007-09-06 15:11 +0000 [r462] Matthew Fredrickson + + * pri.c, pri_facility.c, /: Merged revisions 460 via svnmerge from + https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r460 + | mattf | 2007-09-06 10:06:42 -0500 (Thu, 06 Sep 2007) | 1 line + TBCT now works. It should work for NI2, 4E, and 5E. This code was + tested on NI2. ........ + +2007-08-27 19:21 +0000 [r446] Jason Parker + + * Makefile, /: Merged revisions 445 via svnmerge from + https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r445 + | qwell | 2007-08-27 14:20:23 -0500 (Mon, 27 Aug 2007) | 2 lines + Make sure we build both the static and shared modules with -fPIC. + ........ + +2007-08-06 19:58 +0000 [r441] Jason Parker + + * Makefile: Allow setting CC to something with a space, such as + `make CC="gcc -m32"` Issue 10253. + +2007-07-09 Russell Bryant + + * libpri 1.4.1 released. + +2007-06-19 18:23 +0000 [r427] Matthew Fredrickson + + * q931.c, /: Merged revisions 426 via svnmerge from + https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r426 + | mattf | 2007-06-19 13:22:33 -0500 (Tue, 19 Jun 2007) | 1 line + Try to send pending facility messages if we receive alerting (for + when we don't get proceeding) (#9651) ........ + +2007-06-06 21:58 +0000 [r416-424] Matthew Fredrickson + + * pri_facility.c, /: Merged revisions 423 via svnmerge from + https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r423 + | mattf | 2007-06-06 16:57:15 -0500 (Wed, 06 Jun 2007) | 1 line + Oops, that should not be on one line ........ + + * pri_facility.c, /: Merged revisions 415 via svnmerge from + https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r415 + | mattf | 2007-06-06 08:20:05 -0500 (Wed, 06 Jun 2007) | 2 lines + Make sure we only send the NFE when we are talking QSIG ........ + +2007-01-22 22:29 +0000 [r390] Matthew Fredrickson + + * q931.c, /: Merged revisions 389 via svnmerge from + https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r389 + | mattf | 2007-01-22 16:20:59 -0600 (Mon, 22 Jan 2007) | 2 lines + Make sure we send DISCONNECT if we reached the active state and a + call is disconnected, regardless of cause code. ........ + +2006-12-30 19:17 +0000 [r386] Joshua Colp + + * Makefile, /: Merged revisions 385 via svnmerge from + https://origsvn.digium.com/svn/libpri/branches/1.2 ........ r385 + | file | 2006-12-30 14:16:17 -0500 (Sat, 30 Dec 2006) | 2 lines + Specify full path to restorecon instead of assuming it will be + available from what is in $PATH. (issue #8670 reported by djflux) + ........ + +2006-12-23 Kevin P. Fleming + + * libpri 1.4.0 released. + +2006-09-20 Kevin P. Fleming + + * libpri 1.4.0-beta1 released.