[libpri] * Mon Aug 2 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11.3-1 - 1.4.11.3: - This release fixes a

Jeffrey C. Ollie jcollie at fedoraproject.org
Mon Aug 2 20:11:30 UTC 2010


commit b1819480f1b18957f85fe2f41af896225c79110c
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Mon Aug 2 15:11:17 2010 -0500

    * Mon Aug  2 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11.3-1
    - 1.4.11.3:
    - This release fixes a regression in the calling number assignment logic:
    -
    -  * Calling Number assignment logic change in libpri 1.4.11. Restored the old
    -    behaviour if there is more than one calling number in the incoming SETUP
    -    message.  A network provided number is reported as ANI.
    -    (Closes issue #17495. Reported and tested by ibercom. Patched by rmudgett)
    -
    - For a full list of changes in the current release, please see the ChangeLog:
    -
    - http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.11.3

 .gitignore  |    2 ++
 libpri.spec |   15 ++++++++++++++-
 sources     |    4 ++--
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 321df17..045510d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 libpri-1.4.11.2.tar.gz
 libpri-1.4.11.2.tar.gz.asc
+libpri-1.4.11.3.tar.gz
+libpri-1.4.11.3.tar.gz.asc
diff --git a/libpri.spec b/libpri.spec
index ca6e05c..7ad9e08 100644
--- a/libpri.spec
+++ b/libpri.spec
@@ -1,6 +1,6 @@
 Summary: An implementation of Primary Rate ISDN
 Name: libpri
-Version: 1.4.11.2
+Version: 1.4.11.3
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -58,6 +58,19 @@ rm -rf %{buildroot}
 %{_libdir}/libpri.so
 
 %changelog
+* Mon Aug  2 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11.3-1
+- 1.4.11.3:
+- This release fixes a regression in the calling number assignment logic:
+- 
+-  * Calling Number assignment logic change in libpri 1.4.11. Restored the old
+-    behaviour if there is more than one calling number in the incoming SETUP
+-    message.  A network provided number is reported as ANI.
+-    (Closes issue #17495. Reported and tested by ibercom. Patched by rmudgett)
+- 
+- For a full list of changes in the current release, please see the ChangeLog:
+- 
+- http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.11.3
+
 * Thu Jun 10 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11.2-1
 - 1.4.11.2:
 -
diff --git a/sources b/sources
index 94879de..c23d949 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-320d55151e180b2fc13abfee8e2e73d8  libpri-1.4.11.2.tar.gz
-0ee5ba70903ca18d4507c95a8245f379  libpri-1.4.11.2.tar.gz.asc
+f3ad31bc623b8335c65b8e85d46117b4  libpri-1.4.11.3.tar.gz
+bb619f82b74bfa002942e9483853c27f  libpri-1.4.11.3.tar.gz.asc


More information about the scm-commits mailing list