diff --git a/NEWS.asciidoc b/NEWS.asciidoc index b344965d239b..6f3fd09d0b15 100644 --- a/NEWS.asciidoc +++ b/NEWS.asciidoc @@ -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 diff --git a/conf/locale/de/LC_MESSAGES/packetfence.po b/conf/locale/de/LC_MESSAGES/packetfence.po index cba30d1ef32a..79786a86e663 100644 --- a/conf/locale/de/LC_MESSAGES/packetfence.po +++ b/conf/locale/de/LC_MESSAGES/packetfence.po @@ -5,7 +5,7 @@ # Translators: # Christian Mack , 2014,2016 # Dennis B. , 2013 -# Ettore Atalan , 2014-2015 +# Ettore Atalan , 2014-2015,2017 # Felix Eckhofer , 2016 # Felix Eckhofer , 2016 # Hendrik, 2016 @@ -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 \n" +"PO-Revision-Date: 2017-01-30 18:29+0000\n" +"Last-Translator: Ettore Atalan \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" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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" @@ -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 " @@ -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 " @@ -1040,7 +1040,7 @@ msgid "" msgstr "" msgid "Guest request" -msgstr "" +msgstr "Gastanfrage" msgid "" "Until you click on the activation link this guest will have NO Internet " @@ -1048,7 +1048,7 @@ msgid "" msgstr "" msgid "Thank you for your cooperation." -msgstr "" +msgstr "Danke für Ihre Kooperation." msgid "Activate the sponsor access for guest " msgstr "" @@ -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 "" @@ -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 "" diff --git a/conf/pf-release b/conf/pf-release index 0de8e27226fc..58ff583aa4ad 100644 --- a/conf/pf-release +++ b/conf/pf-release @@ -1 +1 @@ -PacketFence 6.4.9 +PacketFence 6.5.0 diff --git a/db/pf-schema-X.Y.Z.sql b/db/pf-schema-6.5.0.sql similarity index 99% rename from db/pf-schema-X.Y.Z.sql rename to db/pf-schema-6.5.0.sql index cdf46f7ae028..89257f8ad78e 100644 --- a/db/pf-schema-X.Y.Z.sql +++ b/db/pf-schema-6.5.0.sql @@ -3,7 +3,7 @@ -- SET @MAJOR_VERSION = 6; -SET @MINOR_VERSION = 4; +SET @MINOR_VERSION = 5; SET @SUBMINOR_VERSION = 0; -- diff --git a/db/upgrade-X.X.X-X.Y.Z.sql b/db/upgrade-6.4.0-6.5.0.sql similarity index 90% rename from db/upgrade-X.X.X-X.Y.Z.sql rename to db/upgrade-6.4.0-6.5.0.sql index 2061c7f7df65..6e053340f6a1 100644 --- a/db/upgrade-X.X.X-X.Y.Z.sql +++ b/db/upgrade-6.4.0-6.5.0.sql @@ -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 -- -- @@ -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 diff --git a/docs/PacketFenceZEN_Installation_Guide-docinfo.xml b/docs/PacketFenceZEN_Installation_Guide-docinfo.xml index 1dbbddbcd599..5a79ee76ab0d 100644 --- a/docs/PacketFenceZEN_Installation_Guide-docinfo.xml +++ b/docs/PacketFenceZEN_Installation_Guide-docinfo.xml @@ -1,5 +1,5 @@ - 2016 + 2017 Inverse inc. diff --git a/docs/PacketFence_Administration_Guide-docinfo.xml b/docs/PacketFence_Administration_Guide-docinfo.xml index bc5982ee3f90..9782b646b160 100644 --- a/docs/PacketFence_Administration_Guide-docinfo.xml +++ b/docs/PacketFence_Administration_Guide-docinfo.xml @@ -1,5 +1,5 @@ - 2016 + 2017 Inverse inc. diff --git a/docs/PacketFence_Aerohive_Quick_Install_Guide-docinfo.xml b/docs/PacketFence_Aerohive_Quick_Install_Guide-docinfo.xml index 8b26aa241623..7ed2d53b03bd 100644 --- a/docs/PacketFence_Aerohive_Quick_Install_Guide-docinfo.xml +++ b/docs/PacketFence_Aerohive_Quick_Install_Guide-docinfo.xml @@ -1,5 +1,5 @@ - 2016 + 2017 Inverse inc. diff --git a/docs/PacketFence_Cisco_MSE_Quick_Install_Guide-docinfo.xml b/docs/PacketFence_Cisco_MSE_Quick_Install_Guide-docinfo.xml index 44e9e528ed1e..cd8887fdb9af 100644 --- a/docs/PacketFence_Cisco_MSE_Quick_Install_Guide-docinfo.xml +++ b/docs/PacketFence_Cisco_MSE_Quick_Install_Guide-docinfo.xml @@ -1,5 +1,5 @@ - 2016 + 2017 Inverse inc. diff --git a/docs/PacketFence_CoovaChilli_Quick_Integration_Guide-docinfo.xml b/docs/PacketFence_CoovaChilli_Quick_Integration_Guide-docinfo.xml index 1055e1c45641..aff627deec9b 100644 --- a/docs/PacketFence_CoovaChilli_Quick_Integration_Guide-docinfo.xml +++ b/docs/PacketFence_CoovaChilli_Quick_Integration_Guide-docinfo.xml @@ -1,5 +1,5 @@ - 2016 + 2017 Inverse inc. diff --git a/docs/PacketFence_Developers_Guide-docinfo.xml b/docs/PacketFence_Developers_Guide-docinfo.xml index 75abdd32ced1..c5a75d61c821 100644 --- a/docs/PacketFence_Developers_Guide-docinfo.xml +++ b/docs/PacketFence_Developers_Guide-docinfo.xml @@ -1,5 +1,5 @@ - 2016 + 2017 Inverse inc. diff --git a/docs/PacketFence_Network_Devices_Configuration_Guide-docinfo.xml b/docs/PacketFence_Network_Devices_Configuration_Guide-docinfo.xml index e424e3ed8854..92aa9781f9bf 100644 --- a/docs/PacketFence_Network_Devices_Configuration_Guide-docinfo.xml +++ b/docs/PacketFence_Network_Devices_Configuration_Guide-docinfo.xml @@ -1,5 +1,5 @@ - 2016 + 2017 Inverse inc. diff --git a/docs/PacketFence_OpenWrt-Hostapd-15-05_Quick_Install_Guide-docinfo.xml b/docs/PacketFence_OpenWrt-Hostapd-15-05_Quick_Install_Guide-docinfo.xml index 3417490f8091..df4d5e44576c 100644 --- a/docs/PacketFence_OpenWrt-Hostapd-15-05_Quick_Install_Guide-docinfo.xml +++ b/docs/PacketFence_OpenWrt-Hostapd-15-05_Quick_Install_Guide-docinfo.xml @@ -1,5 +1,5 @@ - 2016 + 2017 Inverse inc. diff --git a/docs/docinfo.xml b/docs/docinfo.xml index bbddb20f9b64..f3bd2d03a290 100644 --- a/docs/docinfo.xml +++ b/docs/docinfo.xml @@ -1,7 +1,7 @@ -Version 6.4.0 - Nov 2016 -for PacketFence version 6.4.0 -2016-11-16 +Version 6.5.0 - Jan 2017 +for PacketFence version 6.7.0 +2017-01-30 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". diff --git a/docs/includes/global-attributes.asciidoc b/docs/includes/global-attributes.asciidoc index 903c3ea8f14f..0a8bc31a5af8 100644 --- a/docs/includes/global-attributes.asciidoc +++ b/docs/includes/global-attributes.asciidoc @@ -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: