Skip to content

Commit 479ea78

Browse files
committed
Updated release versions prior to 6.0.2.
1 parent 86b31b3 commit 479ea78

File tree

6 files changed

+35
-5
lines changed

6 files changed

+35
-5
lines changed

NEWS.asciidoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,27 @@ This is a list of noteworthy changes across releases.
1111
For more details and developer visible changes see the ChangeLog file.
1212
For a list of compatibility related changes see the UPGRADE.asciidoc file.
1313

14+
Version 6.0.2 released on 2016-05-26
15+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16+
17+
Bug Fixes (bug Id is denoted with #id)
18+
++++++++++++++++++++++++++++++++++++++
19+
20+
* Fixed pfdns to prevent pid file deletion when a child dies (#1444)
21+
* PacketFence will now handle the case where a source in the session is not available anymore
22+
* Fixed missing PID when using device registration (#1447)
23+
* Fingerbank update will no longer sync all servers anymore
24+
* VoIP detection flags default will now be undef in admin interface
25+
* Suricata renamed to suricata_event in violations.conf.example
26+
* The captive portal will now handle User Agent strings properly
27+
* PacketFence will now delete the user (not device) session after activating sponsor
28+
* Fixed incorrect MAC address formatting in the reporting section of the GUI
29+
* Fixed "reuse dot1x credentials" in captive portal
30+
* Fixed incorrect SNMP traps handling
31+
* Fixed incorrect MAC address handling in radius accounting
32+
* Added a check to database backup script for mariadb
33+
* Fixed unregistration date handling when using email registration
34+
1435
Version 6.0.1 released on 2016-04-28
1536
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1637

addons/packages/packetfence.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,6 +1366,9 @@ fi
13661366

13671367
%changelog
13681368

1369+
* Thu May 26 2016 Inverse <[email protected]> - 6.0.2-1
1370+
- New release 6.0.2
1371+
13691372
* Thu Apr 28 2016 Inverse <[email protected]> - 6.0.1-1
13701373
- New release 6.0.1
13711374

conf/pf-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PacketFence 6.0.1
1+
PacketFence 6.0.2

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
packetfence (6.0.2) unstable; urgency=low
2+
3+
* Version 6.0.2
4+
5+
-- Inverse <[email protected]> Thu, 26 May 2016 12:00:00 -0400
6+
17
packetfence (6.0.1) unstable; urgency=low
28

39
* Version 6.0.1

docs/docinfo.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- TODO have the build system take care of this -->
2-
<releaseinfo>Version 6.0.1 - Apr 2016</releaseinfo>
3-
<subtitle>for PacketFence version 6.0.1</subtitle>
4-
<date>2016-04-28</date>
2+
<releaseinfo>Version 6.0.1 - May 2016</releaseinfo>
3+
<subtitle>for PacketFence version 6.0.2</subtitle>
4+
<date>2016-05-26</date>
55

66
<legalnotice>
77
<para>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".</para>

docs/includes/global-attributes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
1414
// TODO have the build system take care of this
1515
16-
:release_version: 6.0.1
16+
:release_version: 6.0.2
1717
1818
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

0 commit comments

Comments
 (0)