NetworkManager/vpn-daemons/pptp/ChangeLog
Antony Mee 771b93a674 * DBUS revamp is complete possible to have various
authentication methods, ptys etc.
  * version bumped to 0.6.9 to bring closer in line with NM
  * nm-pptp-service-pppd-plugin.c -> nm-pppd-plugin.c:
    The pppd plugin has now been generalised to work with
    any ppp protocol. (Options do not exist in the config
    dialog yet however)
  * src/Makefile.am: fixed to install pppd plugin correctly
    (unsure about -fPIC usage!)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1790 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-06-02 07:10:01 +00:00

32 lines
1.1 KiB
Text

2006-06-01 Antony Mee <eemynotna@gmail.com>
* DBUS revamp is complete possible to have various
authentication methods, ptys etc.
* version bumped to 0.6.9 to bring closer in line with NM
* nm-pptp-service-pppd-plugin.c -> nm-pppd-plugin.c:
The pppd plugin has now been generalised to work with
any ppp protocol. (Options do not exist in the config
dialog yet however)
* src/Makefile.am: fixed to install pppd plugin correctly
(unsure about -fPIC usage!)
2006-04-23 Dan Williams <dcbw@redhat.com>
Patch from j@bootlab.org
* src/Makefile.am: add missing files so make distcheck works
2006-03-29 Robert Love <rml@novell.com>
* src/nm-pptp-service.c: New eigth argument to DBUS VPN method, the
per-route MSS. PPTP does not care about the MSS, so we send zero.
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-17 Antony Mee <eemynotna@gmail.com>
* started work based on openvpn work