File: ChangeLog

package info (click to toggle)
libpri 1.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 664 kB
  • ctags: 1,363
  • sloc: ansic: 8,268; sh: 5,936; makefile: 183
file content (98 lines) | stat: -rw-r--r-- 3,851 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2007-12-13  Russell Bryant  <russell@digium.com>

	* libpri 1.4.3 released.

2007-10-22 15:10 +0000 [r479]  Kevin P. Fleming <kpfleming@digium.com>

	* 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  <creslin@digium.com>

	* libpri 1.4.2 released.

2007-10-05 16:45 +0000 [r470]  Jason Parker <jparker@digium.com>

	* libpri.h: Fix an incorrect pri_event structure definition. Issue
	  10832, patch by flefoll

2007-09-25 21:37 +0000 [r468]  Matthew Fredrickson <creslin@digium.com>

	* q931.c: Fix user-user IE order in setup message (#10705)

2007-09-14 21:32 +0000 [r465]  Matthew Fredrickson <creslin@digium.com>

	* 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 <creslin@digium.com>

	* 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 <jparker@digium.com>

	* 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 <jparker@digium.com>

	* Makefile: Allow setting CC to something with a space, such as
	  `make CC="gcc -m32"` Issue 10253.

2007-07-09  Russell Bryant  <russell@digium.com>

	* libpri 1.4.1 released.

2007-06-19 18:23 +0000 [r427]  Matthew Fredrickson <creslin@digium.com>

	* 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 <creslin@digium.com>

	* 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 <creslin@digium.com>

	* 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 <jcolp@digium.com>

	* 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  <kpfleming@digium.com>

	* libpri 1.4.0 released.
	
2006-09-20  Kevin P. Fleming  <kpfleming@digium.com>

	* libpri 1.4.0-beta1 released.