Skip to content

Commit 8cf623c

Browse files
committed
Updated changelog prior to 6.0.2.
1 parent 479ea78 commit 8cf623c

File tree

1 file changed

+155
-0
lines changed

1 file changed

+155
-0
lines changed

ChangeLog

Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,158 @@
1+
commit 479ea78329112809ac30ceb629626b05f5912858
2+
Author: Louis Munro <[email protected]>
3+
Date: Thu May 26 14:19:52 2016 -0400
4+
5+
Updated release versions prior to 6.0.2.
6+
7+
M NEWS.asciidoc
8+
M addons/packages/packetfence.spec
9+
M conf/pf-release
10+
M debian/changelog
11+
M docs/docinfo.xml
12+
M docs/includes/global-attributes.asciidoc
13+
14+
commit 86b31b34428121c8a1368f479ecbf425a7eaf9b6
15+
Author: Derek Wuelfrath <[email protected]>
16+
Date: Tue May 24 13:00:35 2016 -0400
17+
18+
Handling 'username' and 'password' fields for reuseDot1x feature
19+
20+
M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication.pm
21+
22+
commit 998225389585c5cf3e17eda9bd1c7efe7075181a
23+
Author: Derek Wuelfrath <[email protected]>
24+
Date: Wed May 25 16:20:09 2016 -0400
25+
26+
FIX: Use "_session" rather than "user_session" for email registration unregdate in Catalyst controller
27+
fixes #1493
28+
29+
M html/captive-portal/lib/captiveportal/PacketFence/Controller/Activate/Email.pm
30+
31+
commit 04f07851414f6f23d8a6f1c8bb5715e732295102
32+
Author: Louis Munro <[email protected]>
33+
Date: Wed May 25 16:11:20 2016 -0400
34+
35+
Add a check to database backup script for mariadb.
36+
37+
M addons/database-backup-and-maintenance.sh
38+
39+
commit c294521e180a6dbfdab876411d254ebda330e453
40+
Author: Durand Fabrice <[email protected]>
41+
Date: Thu May 12 16:11:02 2016 -0400
42+
43+
Removed format_mac_for_acct in accounting since we use the packetfence mac format
44+
45+
M lib/pf/accounting.pm
46+
M lib/pf/radius.pm
47+
48+
commit eb4a3c8a8c03f855aaa09e97dc07e93da9ed8855
49+
Author: Derek Wuelfrath <[email protected]>
50+
Date: Wed May 18 17:00:25 2016 -0400
51+
52+
FIX: Fixing removed trailing / white space which lead to bogus regex for parsing SNMP traps
53+
54+
M lib/pf/Switch/constants.pm
55+
56+
commit f7454c4a43560e93b054d58c0184a38cf28b7dd6
57+
Author: Durand Fabrice <[email protected]>
58+
Date: Wed May 11 09:55:26 2016 -0400
59+
60+
Fixes reuse dot1x
61+
62+
M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Module/Authentication/Login.pm
63+
64+
commit 52b41eeb94611fb3d58ddc95200f6f373b762819
65+
Author: Durand Fabrice <[email protected]>
66+
Date: Tue May 3 12:58:53 2016 -0400
67+
68+
Fixed the repports in admin gui (we standardize the mac address directly in freeradius now)
69+
70+
M lib/pf/pfcmd/report.pm
71+
72+
commit d411fe5acb15299cb390c103bbd0c6e99d2ec3e1
73+
Author: Durand Fabrice <[email protected]>
74+
Date: Thu May 5 15:48:39 2016 -0400
75+
76+
Fix mac format since freeradius format the mac address
77+
78+
M html/pfappserver/lib/pfappserver/Model/Search/Node.pm
79+
80+
commit fb86c8c90bcd9bfd4fc166fd2a086874c1db9d44
81+
Author: Julien Semaan <[email protected]>
82+
Date: Thu May 5 11:25:12 2016 -0400
83+
84+
fix: delete the user (not device) session after activating sponsor
85+
86+
M html/captive-portal/lib/captiveportal/PacketFence/Controller/Activate/Email.pm
87+
88+
commit 0c34ffa28244047ac52869b92beade5d55c6105a
89+
Author: Julien Semaan <[email protected]>
90+
Date: Thu May 5 10:50:23 2016 -0400
91+
92+
fix: handle undefined UA properly
93+
94+
M html/captive-portal/lib/captiveportal/PacketFence/DynamicRouting/Application.pm
95+
96+
commit eaa91e2758559420291c905919180a3af629879e
97+
Author: Julien Semaan <[email protected]>
98+
Date: Wed May 4 09:42:02 2016 -0400
99+
100+
suricata -> suricata_event renaming in violations.conf.example
101+
102+
M conf/violations.conf.example
103+
104+
commit 14f00ae76fe432710f4f8096795f57c6ac1b895c
105+
Author: Julien Semaan <[email protected]>
106+
Date: Tue May 3 10:10:59 2016 -0400
107+
108+
VoIP detection flags default should be undef in admin interface
109+
110+
M html/pfappserver/lib/pfappserver/Form/Config/Switch.pm
111+
112+
commit 5b53357fe0756f0ca9df19904becff7887258f2f
113+
Author: Julien Semaan <[email protected]>
114+
Date: Mon May 2 11:04:05 2016 -0400
115+
116+
fix: update fingerbank shouldn't sync all servers anymore
117+
118+
M lib/pf/fingerbank.pm
119+
120+
commit 7b29dbf70ce70ebd301137ae0b496dd900d9d9a1
121+
Author: Derek Wuelfrath <[email protected]>
122+
Date: Fri Apr 29 13:05:49 2016 -0400
123+
124+
FIX: Missing PID when using device registration
125+
fixes #1447
126+
127+
M html/captive-portal/lib/captiveportal/PacketFence/Controller/DeviceRegistration.pm
128+
129+
commit ced2aaa5cc6b79de536ad5b6054fa9e8a0bf5889
130+
Author: Julien Semaan <[email protected]>
131+
Date: Fri Apr 29 12:23:31 2016 -0400
132+
133+
handle the case where a source in the session is not available anymore
134+
135+
M html/captive-portal/lib/captiveportal/Role/MultiSource.pm
136+
137+
commit 569bff3d1f44e60fc6cbbb4b26deb9e7d1e9f919
138+
Author: Julien Semaan <[email protected]>
139+
Date: Thu Apr 28 16:39:46 2016 -0400
140+
141+
FIX: don't delete pid when a pfdns child dies
142+
143+
Tried to find a "sandwiches pa'd'croutes" library for perl but no success, that can be done in a future release
144+
fixes #1444
145+
146+
M sbin/pfdns
147+
148+
commit b9a1ec4125e72e1e2196ad86a3e88e541956e05b
149+
Author: Louis Munro <[email protected]>
150+
Date: Thu Apr 28 13:56:54 2016 -0400
151+
152+
Updated cumulative Changelog for 6.0.1.
153+
154+
M ChangeLog
155+
1156
commit 8fa97e815d027c71449307859b0520db57eb68ca
2157
Author: Louis Munro <[email protected]>
3158
Date: Thu Apr 28 13:54:55 2016 -0400

0 commit comments

Comments
 (0)