-
Fri Feb 28 2014 Jiri Popelka <jpopelka@redhat.com> - 0.3.9-7
- firewall-cmd: prevent argparse from parsing iptables options (RHBZ#1070683)
-
Wed Feb 26 2014 Jiri Popelka <jpopelka@redhat.com> - 0.3.9-6
- firewall-offline-cmd: options from 'firewall-cmd --permanent *' (RHBZ#1059800)
-
Sun Feb 23 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-5
- fixed rich language log level (RHBZ#993740)
- firewall-config: use simple tool to change zones for connections (RHBZ#993782)
- translations update (RHBZ#1030330)
- firewall-config: fixed service and icmptype name dulications (RHBZ#1067639)
- allow router advertisements for IPv6 rpfilter (RHBZ#1067652)
- firewall-applet: allow to bind connections to the defaut zone (RHBZ#1068148)
-
Wed Feb 12 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-4
- firewall-config creates unloadable config; port forwarding broken
(RHBZ#1057628)
- Network connection is lost after changing Zones Default Target to DROP
(RHBZ#1057629)
- permanently adding rich rule with audit creates unloadable config XML
(RHBZ#1057684)
- firewalld input_zones has default rule for public zone (RHBZ#1058339)
- firewall-cmd is not able to add and remove zones, services and icmptypes
(RHBZ#1064386)
- firewall-config leaves deleted services shown if they were in use
(RHBZ#1058853)
- firewall-cmd does not allow user to change zone default target (RHBZ#1058791)
- firewall-cmd man page has a typo in --help description (RHBZ#1064401)
-
Fri Jan 17 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-3
- fixed enforcing of trusted, drop and block zones (RHBZ#1054415)
-
Thu Jan 16 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-2
- fixed rich rules (RHBZ#1054270)
- fixed small defects in firewall-cmd and firewall-config (RHBZ#1054289)
-
Wed Jan 15 2014 Thomas Woerner <twoerner@redhat.com> - 0.3.9-1
- rebase to 0.3.9 version:
- translation updates
- New IPv6_rpfilter setting to enable source address validation (RHBZ#847707)
- Do not mix original and customized zones in case of target changes,
apply only used zones
- firewall-cmd: fix --*_lockdown_whitelist_uid to work with uid 0
- Don't show main window maximized. (RHBZ#1046811)
- Use rmmod instead of 'modprobe -r' (RHBZ#1031102)
- Deprecate 'enabled' attribute of 'masquerade' element
- firewall-config: new zone was added twice to the list
- firewalld.dbus(5)
- Enable python shebang fix again
- firewall/client: handle_exceptions: Use loop in decorator
- firewall-offline-cmd: Do not mask firewalld service with disabled option
- firewall-config: richRuleDialogActionRejectType Entry -> ComboBox
- Rich_Rule: fix parsing of reject element (RHBZ#1027373)
- Show combined zones in permanent configuration (RHBZ#1002016)
- firewall-cmd(1): document exit code 2 and colored output (RHBZ#1028507)
- firewall-config: fix RHBZ#1028853
-
Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.3.8-2
- Mass rebuild 2013-12-27
-
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
- 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)