From aedba2b175d3ccffdcc2a95f68a308120a0ec5be Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 30 May 2006 22:22:12 +0000 Subject: [PATCH] importing files for 1.2.3 release git-svn-id: https://origsvn.digium.com/svn/libpri/tags/1.2.3@341 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- .version | 1 + ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 .version create mode 100644 ChangeLog diff --git a/.version b/.version new file mode 100644 index 0000000..0495c4a --- /dev/null +++ b/.version @@ -0,0 +1 @@ +1.2.3 diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..c2b523b --- /dev/null +++ b/ChangeLog @@ -0,0 +1,64 @@ +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. + +