2007-03-06  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* configure.in: Added 'gl' to ALL_LINGUAS.

2007-02-23  Dan Williams  <dcbw@redhat.com>

	Patch from Olaf Telshörner <olaf.tsc7@yahoo.de>

	* src/nm-vpnc-service.c
		- Add /usr/local/sbin/vpnc to the search list

2007-02-20  Dan Williams  <dcbw@redhat.com>

	Patch from Jon Nettleton

	* properties/nm-vpnc-dialog.glade
		- Reduce size of vpnc configuration dialog (Gnome.org #408819)

2006-12-04  Dan Williams  <dcbw@redhat.com>

	* src/nm-vpnc-service.c
		- (nm_vpnc_config_options_validate): allow the 
			"NAT-Keepalive packet interval" option to pass validation

2006-11-28  Tambet Ingo  <tambet@ximian.com>

	* properties/pcf-file.c (pcf_utf8_try_convert): Implement.
	(pcf_file_load): Convert all config file values to UTF-8.

2006-11-01  Tambet Ingo  <tambet@ximian.com>

	* properties/nm-vpnc.c (import_from_file): Rewrite using pcf-file
	parser instead of GKeyFile, which has slightly different syntax.

	* properties/pcf-file.h: Implement.

	* properties/pcf-file.c: Implement.

	* properties/Makefile.am: Add pcf-file.[ch] to build.

	* src/nm-vpnc-service.c (nm_vpnc_dbus_handle_start_vpn): Return
	dbus message reply instead of emitting signals on errors.
	(nm_vpnc_dbus_start_vpn): Get the reply from VPN start instead of
	creating a blank one.

2006-09-27  Robert Love  <rml@novell.com>

	Patch by Tambet Ingo <tambet@ximian.com>:
	* configure.in, auth-dialog/main.c, properties/Makefile.am,
	  properties/nm-pptp.c, src/Makefile.am,
	  src/nm-vpnc-service-helper.c, src/nm-vpnc-service.c:
	  Make VPN module compilation more robust, even if NetworkManager is
	  installed into non-standard prefix.

2006-07-13  Robert Love  <rml@novell.com>

	* configure.in: Bump version to 0.6.4 to match NM release.

2006-07-11  Robert Love  <rml@novell.com>

	* src/src/nm-vpnc-service.c: Backport rekeying improvements from HEAD.

2006-05-15  Dan Williams  <dcbw@redhat.com>

	* configure.in: bump version to 0.6.2 for release

2006-04-10  Robert Love  <rml@novell.com>

	* properties/nm-vpnc.c: Report error if writing out of exported
	  configuration fails.  The silent treatment might work for me and my
	  wife, but not for failed I/O.

2006-03-29  Robert Love  <rml@novell.com>

	* src/nm-vpnc-service.c: New eigth argument to DBUS VPN method, the
	  per-route MSS.  Cisco does not care about the MSS, so we send zero.

2006-03-20  Dan Williams  <dcbw@redhat.com>

	* configure.in: Bump release to 0.6

2006-03-08  Christopher Aillon  <caillon@redhat.com>

	* nm-vpnc.desktop.in: Use NoDisplay=true (fixes 333854)

2006-01-23  Robert Love  <rml@novell.com>

	* properties/nm-vpnc-dialog.glade: Add (back) 'Optional Information'
	  label for GtkExpander.  Use new-style Glade (separate label, not a
	  property of the GtkExpander).

2006-01-05  Tim Niemueller <tim@niemueller.de>

	* configure.in: Explicitly set AUX_DIR to . to prevent autoconf from
	  searching (and finding) install-sh in ../.., which lead to
	  problems.

2005-11-04  Robert Love  <rml@novell.com>

	* auth-dialog/gnome-two-password-dialog.c: Embarrassing bug!  Make sure
	  we g_free() these things in the right order.  Fix c/o JPR. (Novell
	  bug #121884).

2005-10-27  Christopher Aillon  <caillon@redhat.com>

	* src/nm-vpn-service.c: Only signal the bus that state
	changed	if old_state != new_state

2005-10-17  Christopher Aillon  <caillon@redhat.com>

	* configure.in: Bump version to 0.5.0

2005-10-12  Robert Love  <rml@novell.com>

	* src/nm-vpn-service.c: remove a bunch of unused variables
	  and labels.  Also, ifdef-out a function whose only caller
	  is ifdef'ed out.

2005-10-07  Christopher Aillon  <caillon@redhat.com>

	* nm-vpnc.desktop.in: use a category for the desktop entry.
	(Patch from: Rodrigo Moya <rodrigo@novell.com>)

2005-08-18  David Zeuthen  <davidz@redhat.com>

	* configure.in: Require NetworkManager-devel >= 0.4.1. Bump version
	to 0.3.

2005-08-14  Christopher Aillon  <caillon@redhat.com>

	* src/nm-vpn-service.c:  Use UDP Encapsulation, to allow
	multiple VPN connections from the same network

2005-08-12  Robert Love  <rml@novell.com>

	* configure.in: add 'sv' translation

2005-06-29  David Zeuthen  <davidz@redhat.com>

	* configure.in: Bump version to 0.2

2005-06-29  David Zeuthen  <davidz@redhat.com>

	* Makefile.am: Install gnome-mime-application-x-cisco-vpn-settings.png

	* gnome-mime-application-x-cisco-vpn-settings.png: New file - icon
	by Diana Fong <dfong@redhat.com>

2005-06-23  David Zeuthen  <davidz@redhat.com>

	* src/nm-vpnc-service.c (vpnc_watch_cb): Some users report even
	greater success with sleep (2) rather than sleep (1)...

2005-06-23  David Zeuthen  <davidz@redhat.com>

	* auth-dialog/main.c (main): Print two newlines when the passwords
	are dumped and wait for the parent to tell us on stdin to die.

2005-06-23  David Zeuthen  <davidz@redhat.com>

	* properties/nm-vpnc.c (import_from_file): Allow "Description=" to be
	the empty string (reported by Bill Moss <bmoss@clemson.edu>).

2005-06-17  David Zeuthen  <davidz@redhat.com>

	* configure.in, Makefile.am: Various fixes such that 'make distcheck'
	actually succeeds

2005-06-17  David Zeuthen  <davidz@redhat.com>

	* properties/nm-vpnc.c: Add new NM_VPN_API_SUBJECT_TO_CHANGE so we
	can include nm-vpn-ui-interface.h.
	(import_from_file): New function
	(import_button_clicked): Actually Implement this function
	(impl_can_export): New function
	(impl_import_file): New function
	(export_to_file): New function
	(impl_export): New function
	(impl_get_object): Add function pointers for can_export, import_file
	and export

	* nm-vpnc.desktop.in: New file

	* configure.in: Add AC_PROG_INTLTOOL

	* Makefile.am: Add rules for building the .desktop file

2005-06-16  David Zeuthen  <davidz@redhat.com>

	* Makefile.am (dbusservicedir): Adjust to use $(sysconfdir)

	* configure.in: Don't do the DBUS_SYS_DIR thing since it's always
	at $(sysconfdir)/dbus-1/system.d

2005-06-16  David Zeuthen  <davidz@redhat.com>

	* properties/nm-vpnc.c: Include w_use_domain and w_domain
	(impl_get_widget): Reset w_domain, w_use_domain
	(impl_get_properties): Also pass Domain option if applicable
	(impl_is_valid): Add validation code for Domain
	(use_domain_toggled): New function
	(impl_get_confirmation_details): Also put out info about Domain if
	applicable
	(impl_get_object): Get w_domain, w_use_domain widgets and set
	up event listeners for them

	* properties/nm-vpnc-dialog.glade: Added the Domain optional
	setting

2005-06-12  David Zeuthen  <davidz@redhat.com>

	* doc/example-vpnc-system-wide-connection.sh: New file

	* properties/nm-vpnc-dialog.glade: New file

	* properties/nm-vpnc.c: New file

	* properties/Makefile.am: New file

	* auth-dialog/Makefile.am: New file

	* auth-dialog/gnome-two-password-dialog.[ch]: New files, based
	on gnome-password-dialog.[ch] from libgnomeui

	* auth-dialog/main.c: New file

	* po/POTFILES.in, po/ChangeLog, da.po: New files

	* Makefile.am: Add src, auth-dialog, propertes and po

	* autogen.sh: New file

	* configure.in: New file

	* acinclude.m4: New file

	* README: New file

	* NEWS: New file

	* ChangeLog: New file

	* AUTHORS: New file

	* nm-vpnc-service.name.in: Based on nm-vpnc-service.name. Reworked
	to sport multiple sections and have the paths to the auth-dialog 
	binary and properties shared object

	* nm-vpnc-service.name: Deleted and replaced by 
	nm-vpnc-service.name.in

	* nm-vpnc-service.conf: Rename from org.freedesktop.vpn to 
	org.freedesktop.NetworkManager.vpnc

	* src/nm-vpnc-service.h: Rename from org.freedesktop.vpn to 
	org.freedesktop.NetworkManager.vpnc (New file)

	* src/nm-vpnc-service.c: Use the system-installed
	NetworkManager.h instead. Setup i18n. (New file)
	(nm_vpnc_config_write): Rework to cope with passwords being
	an array.
	(nm_vpnc_config_options_validate): Add "Xauth username" to list
	of allowed options
	(nm_vpnc_dbus_handle_start_vpn): Passwords is now an array.

	* src/nm-vpnc-service-vpnc-helper.c: Use the system-installed
	NetworkManager.h instead (New file)

	* nm-vpn-service.[ch], nm-vpn-service-vpnc-helper.c: Moved in src

	* src/nm-utils.[ch]: For now, a local copy duplicated from utils/ in
	the NM project
