0.3.8 - memleaks fixed, python3 support
This commit is contained in:
parent
71ed8131bf
commit
15e74e15b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
|||||||
/firewalld-0.3.6.1.tar.bz2
|
/firewalld-0.3.6.1.tar.bz2
|
||||||
/firewalld-0.3.6.2.tar.bz2
|
/firewalld-0.3.6.2.tar.bz2
|
||||||
/firewalld-0.3.7.tar.bz2
|
/firewalld-0.3.7.tar.bz2
|
||||||
|
/firewalld-0.3.8.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: A firewall daemon with D-BUS interface providing a dynamic firewall
|
Summary: A firewall daemon with D-BUS interface providing a dynamic firewall
|
||||||
Name: firewalld
|
Name: firewalld
|
||||||
Version: 0.3.7
|
Version: 0.3.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://fedorahosted.org/firewalld
|
URL: http://fedorahosted.org/firewalld
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -18,7 +18,7 @@ BuildRequires: glib2, glib2-devel
|
|||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
Requires: python-slip-dbus >= 0.2.7
|
Requires: python-slip-dbus
|
||||||
Requires: python-decorator
|
Requires: python-decorator
|
||||||
%if 0%{?fedora} > 17 || 0%{?rhel} > 6
|
%if 0%{?fedora} > 17 || 0%{?rhel} > 6
|
||||||
Requires: pygobject3-base
|
Requires: pygobject3-base
|
||||||
@ -189,6 +189,18 @@ fi
|
|||||||
%{_mandir}/man1/firewall-config*.1*
|
%{_mandir}/man1/firewall-config*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 05 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.8-1
|
||||||
|
- fix memory leaks
|
||||||
|
- New option --debug-gc
|
||||||
|
- Python3 compatibility
|
||||||
|
- Better non-ascii support
|
||||||
|
- several firewall-config & firewall-applet fixes
|
||||||
|
- New --remove-rules commands for firewall-cmd and removeRules methods for D-Bus
|
||||||
|
- Fixed FirewallDirect.get_rules to return proper list
|
||||||
|
- Fixed LastUpdatedOrderedDict.keys()
|
||||||
|
- Enable rich rule usage in trusted zone (RHBZ#994144)
|
||||||
|
- New error codes: INVALID_CONTEXT, INVALID_COMMAND, INVALID_USER and INVALID_UID
|
||||||
|
|
||||||
* Thu Oct 17 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.7-1
|
* 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)
|
- Don't fail on missing ip[6]tables/ebtables table. (RHBZ#967376)
|
||||||
- bash-completion: --permanent --direct options
|
- bash-completion: --permanent --direct options
|
||||||
|
Loading…
Reference in New Issue
Block a user