Hi, 3.4.0 cycle: 113 files changed, 9255 insertions(+), 832 deletions(-)
Just because it's trivial to do and fun to look at, I did the diff stat between 3.3.2 and 3.4.0. Here it is: > .gitconfig | 3 + > .gitignore | 16 +- > .tx/config | 8 + > ChangeLog | 1933 > ++++++++++++++++++++ > NEWS | 44 +- > README | 2 + > README.network-devices | 7 + > addons/logrotate | 2 +- > addons/packages/packetfence.spec | 6 +- > bin/pfcmd | 88 +- > conf/documentation.conf | 52 +- > conf/locale/de/LC_MESSAGES/packetfence.po | 778 ++++++++- > conf/locale/en/LC_MESSAGES/packetfence.po | 6 +- > conf/locale/es/LC_MESSAGES/packetfence.po | 524 +++++- > conf/locale/fr/LC_MESSAGES/packetfence.po | 578 ++++++- > conf/locale/he_IL/LC_MESSAGES/packetfence.po | 373 ++++- > conf/locale/it/LC_MESSAGES/packetfence.po | 794 ++++++++- > conf/locale/nl/LC_MESSAGES/packetfence.po | 881 +++++++++- > conf/locale/pt_BR/LC_MESSAGES/packetfence.po | 146 ++- > conf/pf-release | 2 +- > conf/pf.conf.defaults | 46 +- > conf/ui.conf | 24 +- > configurator.pl | 2 +- > debian/README.Debian | 8 + > debian/README.source | 16 + > debian/changelog | 29 + > debian/compat | 1 + > debian/control | 94 + > debian/copyright | 52 + > debian/docs | 6 + > debian/packetfence-doc.docs | 2 + > debian/packetfence-doc.install | 2 + > debian/packetfence-remote-snort-sensor.conffiles | 1 + > debian/packetfence-remote-snort-sensor.init | 139 ++ > debian/packetfence-remote-snort-sensor.postinst | 40 + > debian/packetfence-remote-snort-sensor.postrm | 46 + > debian/packetfence-remote-snort-sensor.preinst | 42 + > debian/packetfence-remote-snort-sensor.prerm | 49 + > debian/packetfence.conffiles | 122 ++ > debian/packetfence.init | 149 ++ > debian/packetfence.postinst | 55 + > debian/packetfence.postrm | 48 + > debian/packetfence.preinst | 47 + > debian/packetfence.prerm | 54 + > debian/patches/debianize.patch | 72 + > .../freeradius-perl-workaround-416266.patch | 18 + > debian/patches/series | 2 + > debian/rules | 157 ++ > debian/source/format | 1 + > docs/PacketFence_Administration_Guide-docinfo.xml | 15 + > docs/PacketFence_Administration_Guide.asciidoc | 38 +- > ...Network_Devices_Configuration_Guide-docinfo.xml | 15 + > ...ce_Network_Devices_Configuration_Guide.asciidoc | 299 +++- > ...ketFence_Ruckus_Quick_Install_Guide-docinfo.xml | 15 + > ...PacketFence_Ruckus_Quick_Install_Guide.asciidoc | 399 ++--- > docs/README.asciidoc | 6 +- > docs/docbook/pf-devel-guide.xml | 8 +- > docs/docinfo.xml | 6 +- > docs/images/cisco-wlc-interface-ssid.png | Bin 0 -> 92683 bytes > docs/images/cisco-wlc-l2-non-secure.png | Bin 0 -> 21671 bytes > docs/images/cisco-wlc-l2-secu.png | Bin 0 -> 36036 bytes > docs/images/cisco-wlc-l3-non-secure.png | Bin 0 -> 20557 bytes > docs/images/cisco-wlc-l3-secu.png | Bin 0 -> 22118 bytes > .../images/cisco-wlc-non-secure-radius-advance.png | Bin 0 -> 70950 bytes > docs/images/cisco-wlc-radius-define.png | Bin 0 -> 52789 bytes > docs/images/cisco-wlc-secure-radius-advance.png | Bin 0 -> 73038 bytes > docs/images/cisco-wlc-secure-radius.png | Bin 0 -> 46171 bytes > docs/images/cisco-wlc-ssid-create.png | Bin 0 -> 34164 bytes > docs/includes/global-attributes.asciidoc | 2 +- > html/admin/configuration/switches.php | 19 +- > html/admin/configuration/switches_add.php | 5 +- > html/admin/configuration/switches_edit.php | 3 + > html/admin/node/import.php | 5 +- > html/admin/status/grapher.php | 20 +- > html/admin/status/reports.php | 23 +- > html/captive-portal/billing-engine.cgi | 4 +- > html/captive-portal/remediation.php | 3 +- > .../templates/guest/register_guest.html | 2 +- > installer.pl | 48 +- > lib/pf/SNMP.pm | 28 +- > lib/pf/SNMP/Brocade.pm | 257 +++ > lib/pf/SNMP/Brocade/RFS.pm | 49 + > lib/pf/SNMP/Cisco/WLC.pm | 79 +- > lib/pf/SNMP/H3C.pm | 240 +++ > lib/pf/SNMP/H3C/S5120.pm | 46 + > lib/pf/SNMP/constants.pm | 26 + > lib/pf/SwitchFactory.pm | 52 +- > lib/pf/accounting.pm | 6 +- > lib/pf/config.pm | 42 +- > lib/pf/import.pm | 6 +- > lib/pf/inline.pm | 2 +- > lib/pf/iplog.pm | 2 +- > lib/pf/iptables.pm | 2 + > lib/pf/person.pm | 21 +- > lib/pf/pfcmd.pm | 13 +- > lib/pf/pfcmd/checkup.pm | 7 +- > lib/pf/pfcmd/help.pm | 20 +- > lib/pf/pfcmd/pfcmd.pm | 13 +- > lib/pf/pfcmd/report.pm | 217 +++- > lib/pf/services.pm | 123 +- > lib/pf/util.pm | 10 +- > lib/pf/vlan.pm | 14 +- > lib/pf/web.pm | 15 +- > lib/pf/web/guest.pm | 47 +- > sbin/pfdetect | 12 +- > sbin/pfdhcplistener | 30 +- > sbin/pfmon | 12 +- > sbin/pfredirect | 11 +- > sbin/pfsetvlan | 74 +- > t/TestUtils.pm | 4 + > t/all.t | 3 +- > t/network-devices/wired.t | 82 + > t/network-devices/wireless.t | 20 + > 113 files changed, 9255 insertions(+), 832 deletions(-) -- Olivier Bilodeau obilod...@inverse.ca :: +1.514.447.4918 *115 :: www.inverse.ca Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence (www.packetfence.org) ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ PacketFence-devel mailing list PacketFence-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/packetfence-devel