2009-02-18  Dan Williams  <dcbw@redhat.com>

	* Tag 0.7.1-rc1

2009-02-13  Dan Williams  <dcbw@redhat.com>

	* nm-vpnc-service.conf
		- Clean up dbus permissions; retain deny for compat with older dbus

2009-02-05  Dan Williams  <dcbw@redhat.com>

	* configure.in
		- Add configure-time option for running test cases on 'make check'

	* properties/pcf-file.c
	  properties/pcf-file.h
		- (pcf_file_lookup_string, pcf_file_lookup_bool, pcf_file_lookup_int):
			add helper functions to look up specific value types

	* properties/nm-vpnc.c
		- (import): use new value types helper functions; fix interpretation of
			"EnableNat" and ensure default is Cisco NAT traversal; import
			"DHGroup"
		- (export): export "DHGroup" and "SaveUserPassword"; fix export of
			static routes

	* properties/tests/*
	  nm-test-helpers.h
	  Makefile.am
		- Add testcases for .pcf file import/export

2009-02-05  Dan Williams  <dcbw@redhat.com>

	* properties/nm-vpnc.c
		- (import): handle "SaveUserPassword" and "EnableLocalLAN"

2009-01-20  Przemysław Grzegorczyk  <pgrzegorczyk@gmail.com>

	* src/nm-vpnc-service.h:
	* auth-dialog/gnome-two-password-dialog.c:
	* auth-dialog/gnome-two-password-dialog.h: Cleared up gtk and glib includes
	to use only toplevel headers. Bug #564376.

2008-12-11  Dan Williams  <dcbw@redhat.com>

	* Split into separate repository

2008-12-05  Dan Williams  <dcbw@redhat.com>

	* auth-dialog/gnome-two-password-dialog.c
	  auth-dialog/gnome-two-password-dialog.h
		- Simplify to only what the VPN plugin actually needs

	* auth-dialog/main.c
		- (find_connection_path): split out into separate function
		- (get_secrets): be more intelligent about requesting password when
			the password type cannot be found in the VPN details; use new VPN
			password dialog stuff
		- (get_connection_info): rename from get_password_types(); get
			connection name too
		- (main): don't require a connection name too; it's pointless

	* properties/nm-vpnc.c
		- (init_one_pw_combo): if the password was found, but the password type
			wasn't, default to saving the password in the keyring.  Otherwise
			if both the type and the password couldn't be found, default to
			always asking for it.
		- (init_plugin_ui): get VPN passwords before setting up the type combos