diff --git a/.cvsignore b/.cvsignore index 49bb291..5cfe963 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -system-config-network-1.5.1.tar.gz +system-config-network-1.5.90.tar.bz2 diff --git a/sources b/sources index 8d69be6..8be5543 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4fdd88ce24b69f5c50dae94c26d28f3f system-config-network-1.5.1.tar.gz +95b45c2805b600aef7591b46874df9bd system-config-network-1.5.90.tar.bz2 diff --git a/system-config-network.spec b/system-config-network.spec index 90d9df7..f83678a 100644 --- a/system-config-network.spec +++ b/system-config-network.spec @@ -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 @@ rm -rf $RPM_BUILD_ROOT %{_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 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/system-config-network-cmd %changelog +* Thu Mar 27 2008 Harald Hoyer - 1.5.90 +- genClass replacement (harald@redhat.com) +- split Conf.py in several submodules (harald@redhat.com) +- added tui/NCPluginTokenRingInterface (harald@redhat.com) +- BackendHal fix to use Factory classes (harald@redhat.com) +- name consistency (harald@redhat.com) +- named all plugins NCPlugin (harald@redhat.com) +- speedup module loading by only calling register_plugin from __init__ (harald@redhat.com) +- make pylint and pychecker happy (harald@redhat.com) +- ignore system hardware for the UnitTest (harald@redhat.com) +- MTU moved to base device (harald@redhat.com) +- extended UnitTests (harald@redhat.com) +- use newer automake/aclocal syntax (harald@redhat.com) + * Thu Feb 28 2008 Harald Hoyer - 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 - 1.5.0 - v1.5.0