2007-08-28  Miloslav Trmač  <mitr@redhat.com>

	* configure.ac: Release 0.4.3.
	* NEWS: Update.

	* src/audit_rules.py (Field.option_text): New parameter rule.  Use
	-p only in rules with -w, -F perm= otherwise.
	(Rule.command_text): Add -k only after -S.

2007-08-02  Miloslav Trmač  <mitr@redhat.com>

	* src/main_window.py (N_): Remove useless definition.

2007-07-23  Miloslav Trmač  <mitr@redhat.com>

	* src/watch_list_dialog.py (_WatchTable._validate_rule): Fix a
	crash when the rule has no AUDIT_WATCH or AUDIT_PERM field.

2007-07-17  Miloslav Trmač  <mitr@redhat.com>

	* system-config-audit.desktop.in (Categories): Add System, to move the
	menu entry to the Administration submenu.

2007-06-27  Miloslav Trmač  <mitr@redhat.com>

	* configure.ac: Release 0.4.2.
	* NEWS: Update.

	* src/audit_rules.py (Field.__field_type_map): Make private.
	(Field.get_field_type): New class method, to avoid Python 2.5
	collections.defaultdict.  All users changed.

	* configure.ac (AM_PATH_PYTHON): Require only Python 2.4.
	(AM_GNU_GETTEXT_VERSION): Require only gettext 0.14.6.

2007-06-21  Miloslav Trmač  <mitr@redhat.com>

	* configure.ac: Release 0.4.1.
	* NEWS: Update.

	* Makefile.am (install-fedora)
	(admin/system-config-audit-server.console): New targets
	(CLEANFILES): Add admin/system-config-audit-server.console
	(EXTRA_DIST): Add admin/system-config-audit-server.console.in and
	admin/system-config-audit-server.pam.
	* README: Document the new install-fedora target.
	* admin/system-config-audit-server.console.in
	* admin/system-config-audit-server.pam: New files.

	* Makefile.am (src/server.py): Add a missing dependency.
