NetworkManager r2309 - in trunk: . include introspection libnm-glib src src/vpn-manager test



Author: tambeti
Date: 2007-02-12 09:23:43 +0000 (Mon, 12 Feb 2007)
New Revision: 2309
ViewCVS link: http://svn.gnome.org/viewcvs/NetworkManager?rev=2309&view=rev

Added:
   trunk/introspection/
   trunk/introspection/nm-access-point.xml
   trunk/introspection/nm-device-802-11-wireless.xml
   trunk/introspection/nm-device-802-3-ethernet.xml
   trunk/introspection/nm-device.xml
   trunk/introspection/nm-manager.xml
   trunk/libnm-glib/
   trunk/libnm-glib/Makefile.am
   trunk/libnm-glib/libnm-glib-test.c
   trunk/libnm-glib/libnm-glib.pc.in
   trunk/libnm-glib/nm-access-point.c
   trunk/libnm-glib/nm-access-point.h
   trunk/libnm-glib/nm-client.c
   trunk/libnm-glib/nm-client.h
   trunk/libnm-glib/nm-device-802-11-wireless.c
   trunk/libnm-glib/nm-device-802-11-wireless.h
   trunk/libnm-glib/nm-device-802-3-ethernet.c
   trunk/libnm-glib/nm-device-802-3-ethernet.h
   trunk/libnm-glib/nm-device-private.h
   trunk/libnm-glib/nm-device.c
   trunk/libnm-glib/nm-device.h
   trunk/libnm-glib/nm-utils.c
   trunk/libnm-glib/nm-utils.h
Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/configure.in
   trunk/include/NetworkManager.h
   trunk/src/Makefile.am
   trunk/src/NetworkManager.c
   trunk/src/NetworkManagerDbus.c
   trunk/src/NetworkManagerMain.h
   trunk/src/nm-dbus-device.c
   trunk/src/nm-dbus-manager.c
   trunk/src/nm-dbus-manager.h
   trunk/src/nm-dbus-net.c
   trunk/src/nm-device-802-11-wireless.c
   trunk/src/nm-device-802-3-ethernet.c
   trunk/src/nm-device-802-3-ethernet.h
   trunk/src/nm-device-interface.c
   trunk/src/nm-device-interface.h
   trunk/src/nm-device.c
   trunk/src/nm-manager.c
   trunk/src/vpn-manager/nm-vpn-manager.c
   trunk/test/nm-tool.c
   trunk/test/nminfotest.c
   trunk/test/nmtestdevices.c
Log:
2007-02-12  Tambet Ingo  <tambet ximian com>

	Totally break NetworkManager. Please use 0.6 branch until futher notice.

	* src/:
		- Remove old low-level dbus interface implementations and replace them
		  with dbus-glib one.

	* configure.in:
		- Require dbus-glib >= 0.72.
		- Plug in new sources to build.

	* libnm-glib/:
		- Implement GObject wrappers on top of DBUS glib auto-generated bindings
		  to make it more convenient to use from GObject based programs.

	* introspection/:
		- Implement DBUS XML introspection files, used by both NM and libnm-glib.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]