[svn-commits] kpfleming: tag 1.2.8 r613 - in /tags/1.2.8: .version ChangeLog

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Aug 5 17:34:19 CDT 2008


Author: kpfleming
Date: Tue Aug  5 17:34:18 2008
New Revision: 613

URL: http://svn.digium.com/view/libpri?view=rev&rev=613
Log:
Importing files for 1.2.8 release

Added:
    tags/1.2.8/.version   (with props)
    tags/1.2.8/ChangeLog   (with props)

Added: tags/1.2.8/.version
URL: http://svn.digium.com/view/libpri/tags/1.2.8/.version?view=auto&rev=613
==============================================================================
--- tags/1.2.8/.version (added)
+++ tags/1.2.8/.version Tue Aug  5 17:34:18 2008
@@ -1,0 +1,1 @@
+1.2.8

Propchange: tags/1.2.8/.version
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.2.8/.version
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.2.8/.version
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: tags/1.2.8/ChangeLog
URL: http://svn.digium.com/view/libpri/tags/1.2.8/ChangeLog?view=auto&rev=613
==============================================================================
--- tags/1.2.8/ChangeLog (added)
+++ tags/1.2.8/ChangeLog Tue Aug  5 17:34:18 2008
@@ -1,0 +1,186 @@
+2008-08-05 Kevin P. Fleming <kpfleming at digium.com>
+
+	* libpri 1.2.8 Released
+
+2008-08-05 22:16 +0000 [r610]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* 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 <dhubbard at digium.com>
+
+	* 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 <creslin at digium.com>
+
+	* 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 <creslin at digium.com>
+
+	* 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 <creslin at digium.com>
+
+	* 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 <russell at digium.com>
+
+	* libpri 1.2.7 Released
+
+2007-10-22 15:09 +0000 [r478]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* pri_internal.h: we need to include stddef.h for 'size_t'
+
+2007-10-16 Matthew Fredrickson <creslin at digium.com>
+
+	* libpri 1.2.6 Released
+
+2007-09-25 21:33 +0000 [r467]  Matthew Fredrickson <creslin at digium.com>
+
+	* q931.c: Fix user-user IE order in setup message (#10705)
+
+2007-09-06 15:06 +0000 [r460]  Matthew Fredrickson <creslin at digium.com>
+
+	* 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 <jparker at digium.com>
+
+	* Makefile: Make sure we build both the static and shared modules
+	  with -fPIC.
+
+2007-07-09 Russell Bryant <russell at digium.com>
+
+	* libpri 1.2.5 Released
+
+2007-06-19 18:22 +0000 [r426]  Matthew Fredrickson <creslin at digium.com>
+
+	* 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 <creslin at digium.com>
+
+	* 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 <creslin at digium.com>
+
+	* 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 <jcolp at digium.com>
+
+	* 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 <kpfleming at digium.com>
+
+	* libpri 1.2.4 Released
+
+2006-07-28 14:44 +0000 [r368]  Matt Frederickson <creslin at digium.com>
+
+	* q931.c: Make sure we send any pending facilty APDUs after we get
+	  proceeding. (#7551)
+
+2006-07-12 19:08 +0000 [r360]  Russell Bryant <russell at digium.com>
+
+	* q931.c: ensure buffer is initialized (issue #7512, klaus3000)
+
+2006-07-07 15:36 +0000 [r358]  Matt Frederickson <creslin at digium.com>
+
+	* q931.c: Fix for #7378 (namespace collision)
+
+2006-06-02 16:05 +0000 [r342-347]  Matt Frederickson <creslin at digium.com>
+
+	* 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 <kpfleming at digium.com>
+
+	* libpri 1.2.3 Released
+
+2006-04-30 15:17 +0000 [r332]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* Makefile: set LDCONFIG_FLAGS for GNU/kFreeBSD as well use the
+	  flags during installation
+
+2006-04-27 16:08 +0000 [r327]  Matt Frederickson <creslin at digium.com>
+
+	* q931.c, libpri.h: Make sure we pass the call back in the
+	  setup_ack
+
+2006-04-04 15:36 +0000 [r323]  Matt Frederickson <creslin at digium.com>
+
+	* Makefile: Fix for #6566 (Makefile does not honor DESTDIR)
+
+2006-02-17 18:55 +0000 [r316]  Matt Frederickson <creslin at digium.com>
+
+	* q931.c: Backport of 6480
+
+2006-02-15 17:59 +0000 [r311]  Matt O'Gorman <mogorman at digium.com>
+
+	* README: bug 6500 typo in README.
+
+2006-02-13 23:06 +0000 [r306]  Kevin P. Fleming <kpfleming at digium.com>
+
+	* pri_facility.c: suppress annoying message about unsupported
+	  components in facility messages
+
+2006-01-18 Russell Bryant <russell at digium.com>
+
+	* Libpri 1.2.2 Released
+
+2006-01-17 13:43 +0000 [r291]  Kevin P. Fleming <kpfleming at 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 at digium.com>
+
+	* Makefile: Backport of doing correct minor numbers to 1.2 (#6188)
+
+2005-12-27 14:01 +0000 [r284]  Matt Frederickson <creslin at digium.com>
+
+	* q931.c: Fix for issue #6039 backported to 1.2
+
+2005-12-06 21:35 +0000 [r280]  Matt Frederickson <creslin at 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 at digium.com>
+
+	* Makefile: Makefile 'update' target now supports Subversion
+	  repositories (issue #5875)
+
+2005-12-01 02:34 +0000 [r270]  Matt Frederickson <creslin at digium.com>
+
+	* q931.c: Backport of fix from trunk. Fix broken single digit
+	  keypad facility code.
+
+

Propchange: tags/1.2.8/ChangeLog
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tags/1.2.8/ChangeLog
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: tags/1.2.8/ChangeLog
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list