Skip to content

Commit

Permalink
Updated release number and dates prior to 6.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismunro committed Jan 30, 2017
1 parent 5399063 commit bac50cb
Show file tree
Hide file tree
Showing 15 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion NEWS.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a list of noteworthy changes across releases.
For more details and developer visible changes see the ChangeLog file.
For a list of compatibility related changes see the UPGRADE.asciidoc file.

Version 6.5.0 released on 2016-01-xx
Version 6.5.0 released on 2016-01-30
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New Features
Expand Down
36 changes: 18 additions & 18 deletions conf/locale/de/LC_MESSAGES/packetfence.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Translators:
# Christian Mack <christian.mack@uni-konstanz.de>, 2014,2016
# Dennis B. <charlesdarw@gmx.de>, 2013
# Ettore Atalan <atalanttore@googlemail.com>, 2014-2015
# Ettore Atalan <atalanttore@googlemail.com>, 2014-2015,2017
# Felix Eckhofer <felix@tribut.de>, 2016
# Felix Eckhofer <felix@tribut.de>, 2016
# Hendrik, 2016
Expand All @@ -17,8 +17,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PacketFence\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2017-01-30 14:13+0000\n"
"Last-Translator: inverse <info@inverse.ca>\n"
"PO-Revision-Date: 2017-01-30 18:29+0000\n"
"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n"
"Language-Team: German (http://www.transifex.com/inverse/packetfence/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -899,14 +899,14 @@ msgid "This is a post only E-mail, please do not reply."
msgstr ""

msgid "Hello"
msgstr ""
msgstr "Hallo"

# html/captive-portal/templates/emails/emails-billing_confirmation.html
msgid "Extend access duration"
msgstr ""

msgid "Status"
msgstr ""
msgstr "Status"

msgid "Billing invoice"
msgstr ""
Expand All @@ -915,10 +915,10 @@ msgid "Thank you for your purchase."
msgstr ""

msgid "Cost"
msgstr ""
msgstr "Kosten"

msgid "Transaction ID"
msgstr ""
msgstr "Transaktionskennung"

msgid "To extend your network access, please visit"
msgstr ""
Expand All @@ -929,7 +929,7 @@ msgstr ""
# html/captive-portal/templates/emails/emails-
# billing_stripe_customer.subscription.deleted.html
msgid "Billing cancellation"
msgstr ""
msgstr "Rechnungsstornierung"

msgid "Your subscribtion was cancelled."
msgstr ""
Expand Down Expand Up @@ -957,7 +957,7 @@ msgstr ""

# html/captive-portal/templates/emails/emails-guest_email_activation.html
msgid "Network access activation"
msgstr ""
msgstr "Netzwerkzugangsaktivierung"

msgid "Guest access to the network was requested using this email address."
msgstr ""
Expand Down Expand Up @@ -1000,7 +1000,7 @@ msgstr ""
# html/captive-portal/templates/emails/emails-
# guest_local_account_creation.html
msgid "User Account"
msgstr ""
msgstr "Benutzerkonto"

msgid ""
"Just to let you know that an user account has been created while registering"
Expand All @@ -1013,7 +1013,7 @@ msgstr ""

# html/captive-portal/templates/emails/emails-guest_registered.html
msgid "New devices"
msgstr ""
msgstr "Neue Geräte"

msgid ""
"You can register additional devices if you need with the following "
Expand All @@ -1031,7 +1031,7 @@ msgid "Here is the information the guest provided with registration form"
msgstr ""

msgid "Phone number"
msgstr ""
msgstr "Telefonnummer"

msgid ""
"Once you click on the activation link the guest will be sent a username and "
Expand All @@ -1040,15 +1040,15 @@ msgid ""
msgstr ""

msgid "Guest request"
msgstr ""
msgstr "Gastanfrage"

msgid ""
"Until you click on the activation link this guest will have NO Internet "
"access."
msgstr ""

msgid "Thank you for your cooperation."
msgstr ""
msgstr "Danke für Ihre Kooperation."

msgid "Activate the sponsor access for guest "
msgstr ""
Expand All @@ -1058,7 +1058,7 @@ msgid "Your guest access to the network was authorized."
msgstr ""

msgid "Access Authorized"
msgstr ""
msgstr "Zugriff autorisiert"

msgid "Once on site, use the following username and password to authenticate"
msgstr ""
Expand All @@ -1068,16 +1068,16 @@ msgid "You have been detected doing malicious activity on the network."
msgstr ""

msgid "Violation detected !"
msgstr ""
msgstr "Verletzung entdeckt !"

msgid "Violation %s was detected on your device."
msgstr ""

msgid "OS"
msgstr ""
msgstr "BS"

msgid "Hostname"
msgstr ""
msgstr "Hostname"

msgid "Here are the informations of the infringing device"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion conf/pf-release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PacketFence 6.4.9
PacketFence 6.5.0
2 changes: 1 addition & 1 deletion db/pf-schema-X.Y.Z.sql → db/pf-schema-6.5.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--

SET @MAJOR_VERSION = 6;
SET @MINOR_VERSION = 4;
SET @MINOR_VERSION = 5;
SET @SUBMINOR_VERSION = 0;

--
Expand Down
6 changes: 3 additions & 3 deletions db/upgrade-X.X.X-X.Y.Z.sql → db/upgrade-6.4.0-6.5.0.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--
-- PacketFence SQL schema upgrade from X.X.X to X.Y.Z
-- PacketFence SQL schema upgrade from 6.4.0 to 6.5.0
--

--
Expand All @@ -9,8 +9,8 @@
DROP TABLE configfile;

SET @MAJOR_VERSION = 6;
SET @MINOR_VERSION = 4;
SET @SUBMINOR_VERSION = 9;
SET @MINOR_VERSION = 5;
SET @SUBMINOR_VERSION = 0;

--
-- Set passwords with NULL value to the new default value
Expand Down
2 changes: 1 addition & 1 deletion docs/PacketFenceZEN_Installation_Guide-docinfo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<copyright>
<year>2016</year>
<year>2017</year>
<holder>Inverse inc.</holder>
</copyright>

Expand Down
2 changes: 1 addition & 1 deletion docs/PacketFence_Administration_Guide-docinfo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<copyright>
<year>2016</year>
<year>2017</year>
<holder>Inverse inc.</holder>
</copyright>

Expand Down
2 changes: 1 addition & 1 deletion docs/PacketFence_Aerohive_Quick_Install_Guide-docinfo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<copyright>
<year>2016</year>
<year>2017</year>
<holder>Inverse inc.</holder>
</copyright>

Expand Down
2 changes: 1 addition & 1 deletion docs/PacketFence_Cisco_MSE_Quick_Install_Guide-docinfo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<copyright>
<year>2016</year>
<year>2017</year>
<holder>Inverse inc.</holder>
</copyright>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<copyright>
<year>2016</year>
<year>2017</year>
<holder>Inverse inc.</holder>
</copyright>

Expand Down
2 changes: 1 addition & 1 deletion docs/PacketFence_Developers_Guide-docinfo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<copyright>
<year>2016</year>
<year>2017</year>
<holder>Inverse inc.</holder>
</copyright>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<copyright>
<year>2016</year>
<year>2017</year>
<holder>Inverse inc.</holder>
</copyright>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<copyright>
<year>2016</year>
<year>2017</year>
<holder>Inverse inc.</holder>
</copyright>

Expand Down
6 changes: 3 additions & 3 deletions docs/docinfo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this -->
<releaseinfo>Version 6.4.0 - Nov 2016</releaseinfo>
<subtitle>for PacketFence version 6.4.0</subtitle>
<date>2016-11-16</date>
<releaseinfo>Version 6.5.0 - Jan 2017</releaseinfo>
<subtitle>for PacketFence version 6.7.0</subtitle>
<date>2017-01-30</date>

<legalnotice>
<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>
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/global-attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
// TODO have the build system take care of this
:release_version: 6.4.0
:release_version: 6.5.0
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:

0 comments on commit bac50cb

Please sign in to comment.