rpms/system-config-network/devel .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
Thu Mar 27 08:14:36 UTC 2008


Author: harald

Update of /cvs/pkgs/rpms/system-config-network/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11290

Modified Files:
	.cvsignore sources system-config-network.spec 
Log Message:
* Thu Mar 27 2008 Harald Hoyer <harald at redhat.com> - 1.5.90
- genClass replacement (harald at redhat.com)
- split Conf.py in several submodules (harald at redhat.com)
- added tui/NCPluginTokenRingInterface (harald at redhat.com)
- BackendHal fix to use Factory classes (harald at redhat.com)
- name consistency (harald at redhat.com)
- named all plugins NCPlugin (harald at redhat.com)
- speedup module loading by only calling register_plugin from __init__ (harald at redhat.com)
- make pylint and pychecker happy (harald at redhat.com)
- ignore system hardware for the UnitTest (harald at redhat.com)
- MTU moved to base device (harald at redhat.com)
- extended UnitTests (harald at redhat.com)
- use newer automake/aclocal syntax (harald at redhat.com)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/devel/.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	27 Mar 2008 08:13:58 -0000	1.26
@@ -1 +1 @@
-system-config-network-1.5.1.tar.gz
+system-config-network-1.5.90.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/devel/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	27 Mar 2008 08:13:58 -0000	1.29
@@ -1 +1 @@
-4fdd88ce24b69f5c50dae94c26d28f3f  system-config-network-1.5.1.tar.gz
+95b45c2805b600aef7591b46874df9bd  system-config-network-1.5.90.tar.bz2


Index: system-config-network.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/devel/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	27 Mar 2008 08:13:58 -0000	1.38
@@ -1,10 +1,10 @@
 # -*- RPM-SPEC -*-
 Summary: The GUI of the Network Adminstration Tool
 Name: system-config-network
-Version: 1.5.1
+Version: 1.5.90
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/network
-Source0: %{name}-%{version}.tar.gz
+Source0: %{name}-%{version}.tar.bz2
 License: GPLv2+
 Group: Applications/System 
 BuildArch: noarch
@@ -85,7 +85,6 @@
 %{_datadir}/system-config-network/netconfpkg/tui
 %{_datadir}/system-config-network/netconfpkg/plugins
 %{_datadir}/system-config-network/netconfpkg/*.py*
-%{_datadir}/system-config-network/netconfpkg/*.idl
 %{_datadir}/system-config-network/module-info
 %{_datadir}/system-config-network/providerdb
 %config(noreplace) %{_sysconfdir}/pam.d/*
@@ -101,8 +100,43 @@
 %{_bindir}/system-config-network-cmd
 
 %changelog
+* Thu Mar 27 2008 Harald Hoyer <harald at redhat.com> - 1.5.90
+- genClass replacement (harald at redhat.com)
+- split Conf.py in several submodules (harald at redhat.com)
+- added tui/NCPluginTokenRingInterface (harald at redhat.com)
+- BackendHal fix to use Factory classes (harald at redhat.com)
+- name consistency (harald at redhat.com)
+- named all plugins NCPlugin (harald at redhat.com)
+- speedup module loading by only calling register_plugin from __init__ (harald at redhat.com)
+- make pylint and pychecker happy (harald at redhat.com)
+- ignore system hardware for the UnitTest (harald at redhat.com)
+- MTU moved to base device (harald at redhat.com)
+- extended UnitTests (harald at redhat.com)
+- use newer automake/aclocal syntax (harald at redhat.com)
+
 * 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