Skip to content

Commit 73bdb24

Browse files
committed
8.1.0 release
1 parent 0e5c602 commit 73bdb24

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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 X.Y.Z released on xxxx-xx-xx
14+
Version 8.1.0 released on 2018-07-09
1515
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616

1717
New Features

UPGRADE.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ To upgrade the database schema, run the following command:
17161716

17171717
Once completed, update the file /usr/local/pf/conf/currently-at to match the new release number (PacketFence 8.0.0).
17181718

1719-
Upgrading from a version prior to X.Y.Z
1719+
Upgrading from a version prior to 8.1.0
17201720
---------------------------------------
17211721
17221722
Changes on unreg_on_accounting_stop parameter
@@ -1734,6 +1734,6 @@ An SQL upgrade script has been provided to upgrade the database from the 7.4 sch
17341734
17351735
To upgrade the database schema, run the following command:
17361736
1737-
mysql -u root -p pf -v < /usr/local/pf/db/upgrade-X.X.X-X.Y.Z.sql
1737+
mysql -u root -p pf -v < /usr/local/pf/db/upgrade-8.0.0-8.1.0.sql
17381738
1739-
Once completed, update the file /usr/local/pf/conf/currently-at to match the new release number (PacketFence X.Y.Z).
1739+
Once completed, update the file /usr/local/pf/conf/currently-at to match the new release number (PacketFence 8.1.0).

conf/pf-release

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

db/pf-schema-X.Y.Z.sql renamed to db/pf-schema-8.1.0.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
--
44

55
SET @MAJOR_VERSION = 8;
6-
SET @MINOR_VERSION = 0;
7-
SET @SUBMINOR_VERSION = 9;
6+
SET @MINOR_VERSION = 1;
7+
SET @SUBMINOR_VERSION = 0;
88

99
--
1010
-- The VERSION_INT to ensure proper ordering of the version in queries

db/upgrade-X.X.X-X.Y.Z.sql renamed to db/upgrade-8.0.0-8.1.0.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- PacketFence SQL schema upgrade from X.X.X to X.Y.Z
2+
-- PacketFence SQL schema upgrade from 8.0.0 to 8.1.0
33
--
44

55

@@ -8,8 +8,8 @@
88
--
99

1010
SET @MAJOR_VERSION = 8;
11-
SET @MINOR_VERSION = 0;
12-
SET @SUBMINOR_VERSION = 9;
11+
SET @MINOR_VERSION = 1;
12+
SET @SUBMINOR_VERSION = 0;
1313

1414
SET @PREV_MAJOR_VERSION = 8;
1515
SET @PREV_MINOR_VERSION = 0;

0 commit comments

Comments
 (0)