Skip to content

Commit e46b050

Browse files
committed
Updated release numbers prior to 5.7.
1 parent c21076a commit e46b050

File tree

6 files changed

+27
-7
lines changed

6 files changed

+27
-7
lines changed

NEWS.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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 5.7.0 released on XXXX-YY-ZZ
14+
Version 5.7.0 released on 2016-02-17
1515
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616

1717
New Features

UPGRADE.asciidoc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ With the changes made to RADIUS in the version 5.5, you will need to remove the
5757
/usr/local/pf/raddb/sites-enabled/default
5858

5959

60-
Upgrading from a version prior to X.Y.Z
60+
Upgrading from a version prior to 5.7.0
6161
---------------------------------------
6262
6363
Suricata violation trigger renaming
@@ -66,7 +66,18 @@ Suricata violation trigger renaming
6666
With the introduction of the ability to trigger a violation based on a MD5 hash detected by Suricata, a new trigger type has been introduced, requiring the modification of the actual 'suricata' trigger.
6767
Make sure to go through your violations configuration and change any 'suricata' trigger name for 'suricata_event'.
6868
69-
Once completed, update the file /usr/local/pf/conf/currently-at to match the new release number (PacketFence X.Y.Z).
69+
Database schema update
70+
^^^^^^^^^^^^^^^^^^^^^^
71+
72+
Changes have been made to the database schema. You will need to update it accordingly.
73+
74+
Make sure you run the following to update your schema:
75+
76+
mysql -u root -p pf -v < /usr/local/pf/db/upgrade-5.6.0-5.7.0.sql
77+
78+
Once completed, update the file /usr/local/pf/conf/currently-at to match the new release number (PacketFence 5.7.0).
79+
80+
7081
7182
Upgrading from a version prior to 5.6.0
7283
---------------------------------------

addons/packages/packetfence.spec

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

12161216
%changelog
12171217

1218+
* Wed Feb 17 2016 Inverse <[email protected]> - 5.7.0-1
1219+
- New release 5.7.0
1220+
12181221
* Wed Jan 13 2016 Inverse <[email protected]> - 5.6.0-1
12191222
- New release 5.6.0
12201223

debian/changelog

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

39
* Version 5.6.0

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 5.6.0 - Jan 2016</releaseinfo>
3-
<subtitle>for PacketFence version 5.6.0</subtitle>
4-
<date>2016-01-13</date>
2+
<releaseinfo>Version 5.7.0 - Feb 2016</releaseinfo>
3+
<subtitle>for PacketFence version 5.7.0</subtitle>
4+
<date>2016-02-17</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: 5.6.0
16+
:release_version: 5.7.0
1717
1818
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

0 commit comments

Comments
 (0)