This commit is contained in:
Jiri Popelka 2013-10-17 17:30:19 +02:00
parent f9bb7ae3b6
commit 71ed8131bf
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/firewalld-0.3.6.tar.bz2
/firewalld-0.3.6.1.tar.bz2
/firewalld-0.3.6.2.tar.bz2
/firewalld-0.3.7.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: A firewall daemon with D-BUS interface providing a dynamic firewall
Name: firewalld
Version: 0.3.6.2
Version: 0.3.7
Release: 1%{?dist}
URL: http://fedorahosted.org/firewalld
License: GPLv2+
@ -189,6 +189,16 @@ fi
%{_mandir}/man1/firewall-config*.1*
%changelog
* Thu Oct 17 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.7-1
- Don't fail on missing ip[6]tables/ebtables table. (RHBZ#967376)
- bash-completion: --permanent --direct options
- firewall/core/fw.py: fix checking for iptables & ip6tables (RHBZ#1017087)
- firewall-cmd: use client's exception_handler instead of catching exceptions ourselves
- FirewallClientZoneSettings: fix {add|remove|query}RichRule()
- Extend amanda-client service with 10080/tcp (RHBZ#1016867)
- Simplify Rich_Rule()_lexer() by using functions.splitArgs()
- Fix encoding problems in exception handling (RHBZ#1015941)
* Fri Oct 04 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.6.2-1
- firewall-offline-cmd: --forward-port 'toaddr' is optional (RHBZ#1014958)
- firewall-cmd: fix variable name (RHBZ#1015011)

View File

@ -1 +1 @@
50caa94fceb7fac9940296eb200827d3 firewalld-0.3.6.2.tar.bz2
c6aabdd2676cd89d8f12707e9b50105f firewalld-0.3.7.tar.bz2