Release 5.3.6

This commit is contained in:
Sirius Bakke 2015-03-10 16:43:19 +01:00
parent 9c0cc382b9
commit 89377704e5
4 changed files with 73 additions and 1 deletions

View File

@ -6,7 +6,7 @@ FWBUILDER_XML_VERSION=24
# Static version number
FWB_MAJOR_VERSION=5
FWB_MINOR_VERSION=3
FWB_MICRO_VERSION=0
FWB_MICRO_VERSION=6
FWB_QUALIFIER_VERSION=
VERSION="$FWB_MAJOR_VERSION.$FWB_MINOR_VERSION.$FWB_MICRO_VERSION"

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
fwbuilder (5.3.6-1) unstable; urgency=low
* JunOS fix for /128 netmask on IPv6 issue.
* JunOS fix ssh password prompt.
-- Sirius Bakke <sirius.bakke@uninett.no> Tue, 10 Mar 2015 16:40:00 +0200
fwbuilder (5.3.3-0.rc1) unstable; urgency=low
* 5.3.3-rc1 from upstream.

View File

@ -1,3 +1,8 @@
2015-03-10 Sirius Bakke <sirius.bakke@uninett.no>
* Version 5.3.6
* Several bugfixes for Junos, including rollback on syntax error,
correct netmask for host objects and ssh password prompt lock-up
2014-09-24 Sirius Bakke <sirius.bakke@uninett.no>
* Version 5.3.0
* Support for Junos Access lists

View File

@ -0,0 +1,61 @@
<h1>Firewall Builder 5.3.6 Release Notes</h1>
<p>
<a href="https://github.com/UNINETT/fwbuilder/issues">GitHub: Issues</a>
</p>
<a name="Junos"></a>
<h2>Changes in support for Junos</h2>
<ul>
<li>
<p>
Bugfix: syntax error for "source-port"; missing colon is added.
</p>
</li>
<li>
<p>
Bugfix: do a rollback when getting syntax error when installing firewall.
</p>
</li>
<li>
<p>
Bugfix: set correct ICMP header for IPv6.
</p>
</li>
<li>
<p>
Bugfix: use /128 netmask on IPv6 host objects.
</p>
</li>
<li>
<p>
Bugfix: newer versions of Junos include an updated version of OpenSSH, resulting in not
outputing a space after asking for password. The installer now handles this space as optional.
This prevents installation of firewall from halting, waiting for authentication information.
<li>
<p>
Feature: added IP fragmentation service object in the standard object database.
</p>
</li>
</ul>
<!-- ######################################################################### -->
<a name="other"></a>
<h2>Other changes</h2>
<ul>
<li>
<p>
Added support for Git version numbering when doing development.
</p>
</li>
</ul>