Skip to content

Commit f9dda4c

Browse files
committed
Updating versions and NEWS prior to 6.0.3.
1 parent 1ccfb2a commit f9dda4c

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
lines changed

NEWS.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ 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.3 released on 2016-06-02
15+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16+
17+
Bug Fixes (bug Id is denoted with #id)
18+
++++++++++++++++++++++++++++++++++++++
19+
20+
* Fixed example in vlan filters showing incorrect operand for user_name
21+
* Fixed the display of the aup when printing a user
22+
* Fixed email_instructions blocking email registration
23+
* Fixed FreeRADIUS dynamic clients hanging the server when the database fails to respond (#1500)
24+
* Fixed violation_add when applying one through bulk actions (#1510)
25+
* Fixed sessions remembering failed authentication sources
26+
* Fixed to listen to DHCPREQUEST in registration network when in cluster mode
27+
28+
1429
Version 6.0.2 released on 2016-05-26
1530
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1631

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 Jun 2 2016 Inverse <[email protected]> - 6.0.3-1
1370+
- New release 6.0.3
1371+
13691372
* Thu May 26 2016 Inverse <[email protected]> - 6.0.2-1
13701373
- New release 6.0.2
13711374

conf/pf-release

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

debian/changelog

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

39
* Version 6.0.2

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.2 - May 2016</releaseinfo>
3-
<subtitle>for PacketFence version 6.0.2</subtitle>
4-
<date>2016-05-26</date>
2+
<releaseinfo>Version 6.0.3 - Jun 2016</releaseinfo>
3+
<subtitle>for PacketFence version 6.0.3</subtitle>
4+
<date>2016-06-02</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.2
16+
:release_version: 6.0.3
1717
1818
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

0 commit comments

Comments
 (0)