rpms/system-config-network/F-9 .cvsignore, 1.25, 1.26 sources, 1.28, 1.29 system-config-network.spec, 1.37, 1.38

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Sat Mar 29 15:36:48 UTC 2008


Author: harald

Update of /cvs/pkgs/rpms/system-config-network/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23552

Modified Files:
	.cvsignore sources system-config-network.spec 
Log Message:
* Sat Mar 29 2008 Harald Hoyer <harald at redhat.com> - 1.5.2
- devices which are controlled by NM cannot be activated/deactivated (rhbz#438902)
- use ". config-util" in console-apps config file (rhbz#428408) (harald)
- use xdg-open instead of htemlview (rhbz#415031) (harald)
- added sr at latin (rhbz#425845)
- update buttons on device edit change (harald)
- fixed some Alias handling (harald)
- removed Init2 string (clashes with UTMS) (harald)
- no activate/deactivate/delete NMControlled devices (harald)
- NCPluginDevTokenRing return None if no dialog (harald)
- BackendHal fix to use Factory classes, no kudzu hw import (harald)
- check if hostname is not None, before checking it (harald)
- added tui/NCPluginTokenRingInterface (harald)
- MTU moved to base device (rhbz#439202) (harald)
- fixed import for ParseError (harald)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/F-9/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	14 Mar 2008 07:54:24 -0000	1.25
+++ .cvsignore	29 Mar 2008 15:35:52 -0000	1.26
@@ -1 +1 @@
-system-config-network-1.5.1.tar.gz
+system-config-network-1.5.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/F-9/sources,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sources	14 Mar 2008 07:54:24 -0000	1.28
+++ sources	29 Mar 2008 15:35:52 -0000	1.29
@@ -1 +1 @@
-4fdd88ce24b69f5c50dae94c26d28f3f  system-config-network-1.5.1.tar.gz
+7d79432d1f02152da393b8352e78fc9f  system-config-network-1.5.2.tar.gz


Index: system-config-network.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/F-9/system-config-network.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- system-config-network.spec	14 Mar 2008 07:54:24 -0000	1.37
+++ system-config-network.spec	29 Mar 2008 15:35:52 -0000	1.38
@@ -1,7 +1,7 @@
 # -*- RPM-SPEC -*-
 Summary: The GUI of the Network Adminstration Tool
 Name: system-config-network
-Version: 1.5.1
+Version: 1.5.2
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/network
 Source0: %{name}-%{version}.tar.gz
@@ -12,7 +12,7 @@
 Provides: redhat-config-network = %{version} isdn-config = 0.18-10.70.1 internet-config = 0.40-2.1
 BuildRequires: python >= 0:2.2, openjade, docbook-style-dsssl, perl, gettext, glibc-devel, gcc, desktop-file-utils, perl-XML-Parser
 Requires: %{name}-tui = %{version}-%{release}
-Requires: pygtk2-libglade, pygtk2, gnome-python2, gnome-python2-canvas, usermode, /usr/bin/htmlview
+Requires: pygtk2-libglade, pygtk2, gnome-python2, gnome-python2-canvas, usermode, xdg-utils
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -101,8 +101,45 @@
 %{_bindir}/system-config-network-cmd
 
 %changelog
+* Sat Mar 29 2008 Harald Hoyer <harald at redhat.com> - 1.5.2
+- devices which are controlled by NM cannot be activated/deactivated (rhbz#438902)
+- use ". config-util" in console-apps config file (rhbz#428408) (harald)
+- use xdg-open instead of htemlview (rhbz#415031) (harald)
+- added sr at latin (rhbz#425845)
+- update buttons on device edit change (harald)
+- fixed some Alias handling (harald)
+- removed Init2 string (clashes with UTMS) (harald)
+- no activate/deactivate/delete NMControlled devices (harald)
+- NCPluginDevTokenRing return None if no dialog (harald)
+- BackendHal fix to use Factory classes, no kudzu hw import (harald)
+- check if hostname is not None, before checking it (harald)
+- added tui/NCPluginTokenRingInterface (harald)
+- MTU moved to base device (rhbz#439202) (harald)
+- fixed import for ParseError (harald)
+
 * Thu Feb 28 2008 Harald Hoyer <harald at redhat.com> - 1.5.1
-- v1.5.1
+- removed CIPE (harald)
+- s/Devernet/Network/ (harald)
+- Auto -> auto (harald)
+- only append localhost to AliasList, if not already in (harald)
+- show error dialog, if device loading failes (harald)
+- moved MRU to Dialup only (harald)
+- recognize qeth devices in kudzu lists (rhbz#184734) (harald)
+- added MRU field (rhbz#221294) (harald)
+- added TUI for QETH (harald)
+- do not traceback, if we try to remove a device not in our active list (harald)
+- added qeth support (harald)
+- removed ctc and iucv devices (rhbz#219180) (harald)
+- do not handle ifcfg-${parent_device}-range* rhbz#221292 (harald)
+- Minor fix in hosts parser to make tui works. (jmoskovc)
+- Stupid mode doesn't go away anymore.(rhbz#177931) (jmoskovc)
+- Fixed crash when Baud=None (jmoskovc)
+- Removing PPP option should work. NETWORKMANAGER -> NM_CONTROLLED (jmoskovc)
+- Fixed problem with import rhbz#429725 (jmoskovc)
+- Changed Clist in host editor to GtkTreeView, added checkbox to show loopbacks in hosts (jmoskovc)
+- Minor fix in hosts parser - now it accepts trailing dot. (jmoskovc)
+- Improved {pap|chap}-secrets parser, added checkbox to reveal password in dialup config (jmoskovc)
+- Fixed crash when hostname is changed. (jmoskovc)
 
 * Mon Dec 03 2007 Harald Hoyer <harald at redhat.com> - 1.5.0
 - v1.5.0




More information about the fedora-extras-commits mailing list