From 9551dc35ec1ac7a6b58a5e90701f93b9eba74ae7 Mon Sep 17 00:00:00 2001 From: Martin Vidner Date: Mon, 9 Jun 2008 17:37:45 +0200 Subject: [PATCH] Changed license to GPLv2 or later, to match other parts of NM Added NEWS --- NEWS | 7 +++++++ cnetworkmanager | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 NEWS diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..16afca0 --- /dev/null +++ b/NEWS @@ -0,0 +1,7 @@ +0.4, Mon 2008-06-09 +New: changed license to GPLv2 or later, to match other parts of NM +New: -o, -w control online and WiFi status. +New: basic device info for NM 0.6 +Fix: recognize Notification Messages in knetwormanagerrc. +Fix: -u: better error message when applet not running. +Fix: standardized option parsing, both -Cfoo and -C foo work. diff --git a/cnetworkmanager b/cnetworkmanager index 75c12c9..34d0eb4 100755 --- a/cnetworkmanager +++ b/cnetworkmanager @@ -1,9 +1,9 @@ #! /usr/bin/python # cnetworkmanager: Command Line Interface for NetworkManager # by: http://en.opensuse.org/User:Mvidner -# license: http://creativecommons.org/licenses/by/3.0/ +# license: http://www.gnu.org/licenses/gpl-2.0.html or later -VERSION = "0.3.1" +VERSION = "0.3.2" print "cnetworkmanager %s - Command Line Interface for NetworkManager" % VERSION norpm = False -- 2.11.4.GIT