cvsdist b7a6126
# -*- RPM-SPEC -*-
f348ee6
Summary: The GUI of the Network Administration Tool
cvsdist b7a6126
Name: system-config-network
62a5abb
Version: 1.6.2
1f25450
Release: 2%{?dist}
be284ea
URL: http://fedoraproject.org/wiki/SystemConfig/network
7238a3d
Source0: %{name}-%{version}.tar.bz2
5053b99
License: GPLv2+
cvsdist b7a6126
Group: Applications/System 
cvsdist b7a6126
BuildArch: noarch
5053b99
Obsoletes: isdn-config <= 0.18-10.70 internet-config <= 0.40-2 rp3 <= 1.1.10-4 redhat-config-network <= %{version}
5053b99
Provides: redhat-config-network = %{version} isdn-config = 0.18-10.70.1 internet-config = 0.40-2.1
92f610c
BuildRequires: python >= 0:2.2, openjade, docbook-style-dsssl, perl, gettext, glibc-devel
92f610c
BuildRequires: gcc, desktop-file-utils, perl-XML-Parser, intltool
cvsdist b7a6126
Requires: %{name}-tui = %{version}-%{release}
92f610c
Requires: pygtk2-libglade, pygtk2, gnome-python2, gnome-python2-canvas
b31a8fe
Requires: usermode-gtk, xdg-utils, gnome-python2-gnome, gnome-python2-bonobo
5ff4a91
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
5ff4a91
cvsdist b7a6126
%description
cvsdist c8ff7fe
This is the GUI of the network configuration tool,
cvsdist b7a6126
supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.
cvsdist b7a6126
cvsdist b7a6126
%package tui
f348ee6
Summary: The Network Administration Tool
cvsdist b7a6126
Group: Applications/System 
acb2ce2
Obsoletes: netcfg <= 2.36-3p redhat-config-network-tui <= %{version} netconf <= 0.1-1 netconfig <= 0.8.24-1.2.2.1
acb2ce2
Provides: redhat-config-network-tui = %{version} netcfg = 2.36-3p.1 netconf = 0.1-1.1 netconfig = 0.8.24-1.2.2.1.1
db1afd6
Requires: initscripts >= 0:5.99, usermode , python, rpm-python, newt-python, pciutils, usermode, dbus-python
db1afd6
Requires: python-ethtool python-iwlib
cvsdist b7a6126
cvsdist b7a6126
%description tui
cvsdist c8ff7fe
This is the network configuration tool,
cvsdist b7a6126
supporting Ethernet, Wireless, TokenRing, ADSL, ISDN and PPP.
cvsdist b7a6126
cvsdist b7a6126
%prep
a5b792b
%setup -q
cvsdist b7a6126
cvsdist b7a6126
%build
5053b99
%configure
cvsdist b7a6126
cvsdist b7a6126
%install
cvsdist b7a6126
rm -rf $RPM_BUILD_ROOT
a3fe443
make DESTDIR=$RPM_BUILD_ROOT install
cvsdist b7a6126
cvsdist b7a6126
mkdir $RPM_BUILD_ROOT%{_datadir}/applications
cvsdist b7a6126
acb2ce2
for i in system-config-network.desktop system-control-network.desktop; do \
5053b99
  desktop-file-install --vendor redhat --delete-original       \
cvsdist b7a6126
    --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
5ff4a91
    --add-category System                                     \
5ff4a91
    --add-category Settings                                   \
cvsdist b7a6126
    $RPM_BUILD_ROOT%{_datadir}/system-config-network/$i; \
cvsdist b7a6126
done;
cvsdist b7a6126
5053b99
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/networking/devices
5053b99
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/networking/profiles/default
5053b99
cvsdist b7a6126
%find_lang %name
2b50c2b
cvsdist b7a6126
%clean
cvsdist b7a6126
rm -rf $RPM_BUILD_ROOT
cvsdist b7a6126
cvsdist b7a6126
cvsdist b7a6126
%files 
5053b99
%defattr(-,root,root,-)
5053b99
%doc COPYING 
cvsdist b7a6126
%{_datadir}/system-config-network/pixmaps
cvsdist b7a6126
%{_datadir}/system-config-network/netconfpkg/gui
a5b792b
%{_datadir}/system-config-network/netconf.py*
acb2ce2
%{_datadir}/system-config-network/netconf_control.py*
cvsdist b7a6126
%{_sbindir}/system-config-network-gui
cvsdist b7a6126
%{_bindir}/system-control-network
2313637
%{_datadir}/applications/*
2313637
%{_datadir}/pixmaps/*
cvsdist b7a6126
cvsdist b7a6126
%files -f %{name}.lang tui
5053b99
%defattr(-,root,root,-)
5053b99
%doc COPYING
cvsdist b7a6126
%dir %{_datadir}/system-config-network
5053b99
%doc %dir %{_datadir}/system-config-network/help
5053b99
%doc %{_datadir}/system-config-network/help/*
acb2ce2
%{_datadir}/system-config-network/netconf_cmd.py*
acb2ce2
%{_datadir}/system-config-network/netconf_tui.py*
a5b792b
%{_datadir}/system-config-network/version.py*
cvsdist b7a6126
%dir %{_datadir}/system-config-network/netconfpkg
a5b792b
%{_datadir}/system-config-network/netconfpkg/conf
2e37468
%{_datadir}/system-config-network/netconfpkg/tui
cvsdist b7a6126
%{_datadir}/system-config-network/netconfpkg/plugins
cvsdist b7a6126
%{_datadir}/system-config-network/netconfpkg/*.py*
cvsdist b7a6126
%{_datadir}/system-config-network/module-info
cvsdist b7a6126
%{_datadir}/system-config-network/providerdb
cvsdist b7a6126
%config(noreplace) %{_sysconfdir}/pam.d/*
cvsdist b7a6126
%config(noreplace) %{_sysconfdir}/security/console.apps/*
5053b99
%dir %{_sysconfdir}/sysconfig/networking
5053b99
%dir %{_sysconfdir}/sysconfig/networking/profiles
5053b99
%dir %{_sysconfdir}/sysconfig/networking/profiles/default
5053b99
%dir %{_sysconfdir}/sysconfig/networking/devices
cvsdist b7a6126
%{_sbindir}/system-config-network
cvsdist b7a6126
%{_sbindir}/system-config-network-tui
cvsdist b7a6126
%{_sbindir}/system-config-network-cmd
cvsdist b7a6126
%{_bindir}/system-config-network
cvsdist b7a6126
%{_bindir}/system-config-network-cmd
cvsdist b7a6126
cvsdist b7a6126
%changelog
1f25450
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
1f25450
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1f25450
62a5abb
* Thu Dec 02 2010 Jiri Popelka <jpopelka@redhat.com>  1.6.2-1
62a5abb
- translation update (rhbz #659130)
62a5abb
f348ee6
* Thu Aug 19 2010 Jiri Popelka <jpopelka@redhat.com>  1.6.1-1
f348ee6
- version 1.6.1
f348ee6
- ported to use NSS library (rhbz #348321)
f348ee6
- /etc/modprobe.conf is deprecated (rhbz #589593)
f348ee6
- typos in spec (rhbz #600633)
f348ee6
- avoid saving of None values into wvdial.conf (rhbz #601005)
f348ee6
- read/write PREFIX from/to ifcfg file (rhbz #613801)
f348ee6
- avoid deprecation warnings (rhbz #626289)
f348ee6
34e264f
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 1.6.0-4
34e264f
- recompiling .py files against Python 2.7 (rhbz#623403)
34e264f
b31a8fe
* Wed Jul 17 2010 Rex Dieter <rdieter@fedoraproject.org> 1.6.0-3
b31a8fe
- use xdg-utils instead of hard-coded /usr/bin/htmlview (#614600)
b31a8fe
5ee49c6
* Tue Mar 16 2010 Jiri Popelka <jpopelka@redhat.com>  1.6.0-2
5ee49c6
- translation update
5ee49c6
- removed kudzu code and requirements (bz #573868)
5ee49c6
5ee49c6
* Fri Jan 15 2010 Harald Hoyer <harald@redhat.com> 1.6.0-1
5ee49c6
- version 1.6.0
5ee49c6
5bd45bd
* Mon Jan 04 2010 Jiri Popelka <jpopelka@redhat.com>  1.5.99-3
5bd45bd
- NCPluginDevModem.py still requires kudzu to probe for modems (bz #513939)
5bd45bd
4e4adc4
* Mon Dec 07 2009 Jiri Popelka <jpopelka@redhat.com>  1.5.99-2
4e4adc4
- Fixed s-control-network crash when adding new modem (bz #544412)
4e4adc4
db1afd6
* Mon Sep 14 2009 Harald Hoyer <harald@redhat.com> 1.5.99-1
db1afd6
- version 1.5.99
db1afd6
- removed all rhpl requirements
db1afd6
- extended classes for --import and --export
5352cf3
01e2104
* Tue Apr 14 2009 Harald Hoyer <harald@redhat.com> 1.5.97-1
01e2104
- translation update
01e2104
01e2104
* Wed Feb 18 2009 Harald Hoyer <harald@redhat.com> 1.5.96-1
01e2104
- translation update (harald)
01e2104
- added DNS1 and DNS2 to the device specific config (harald)
01e2104
- do not raise NotImplementedError for getDialog (harald)
01e2104
- DSN -> DNS typo (harald)
01e2104
- NotImplemented -> NotImplementedError (harald)
eee7e19
92f610c
* Fri Dec 12 2008 Jiri Moskovcak <jmoskovc@redhat.com> 1.5.95-1
92f610c
- New version 1.5.95
92f610c
- Fixed hostname test according to latest rfc. (rhbz#473919)
92f610c
- Don't write empty options to config file
92f610c
- Fixed s-control-network crash when run as non-root (rhbz#470203)
92f610c
- DSL: Fixed overwritting synchrounous mode to 'yes' (rhbz#475155)
92f610c
- Fixed typo in NCIPsec.py. (rhbz#474988)
92f610c
- Added gnome-python2-gnome to Requirements (rhbz#472154)
92f610c
- Improved compatibility with NetworkManager
92f610c
- Resolves: #472154, #475155, #473919, #474988, #470203
92f610c
b96e9c2
* Tue Dec 02 2008 Jiri Moskovcak <jmoskovc@redhat.com> 1.5.94-1 
92f610c
- version 1.5.94
92f610c
- fixed tcp/ip gateway/netmask problem
92f610c
- fixed crash when pap-secrets contains spaces
92f610c
- Resolves: #469434, #465748
92f610c
92f610c
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.5.93-3 
8de00d5
- Rebuild for Python 2.6
8de00d5
92f610c
* Tue Oct 28 2008 Harald Hoyer <harald@redhat.com> 1.5.93-2 
388fff9
- version 1.5.93
388fff9
2b50c2b
* Mon Oct 27 2008 Tom "spot" Callaway <tcallawa@redhat.com>
8ac7e4b
- don't try to write out Description if vendor is NULL (bz 468355)
8ac7e4b
  (thanks to Kazunori Asayama)
8ac7e4b
2b50c2b
* Mon Oct 27 2008 Matthias Clasen  <mclasen@redhat.com>
974ae76
- Require usermode-gtk
974ae76
09dd93c
* Sat Mar 29 2008 Harald Hoyer <harald@redhat.com> - 1.5.92
09dd93c
- removed unnecessary self argument in super calls (bz#437678) (harald)
09dd93c
e40c72e
* Thu Mar 27 2008 Harald Hoyer <harald@redhat.com> - 1.5.91
e40c72e
- more pylint and cleanups (harald)
e40c72e
- removed Init2 string (clashes with UTMS) (harald)
e40c72e
- check if hostname is not None, before checking it (harald)
e40c72e
- changed to python logging (harald)
e40c72e
- no activate/deactivate/delete NMControlled devices (harald)
e40c72e
- changed source from tar.gz to tar.bz2 (harald)
e40c72e
7238a3d
* Thu Mar 27 2008 Harald Hoyer <harald@redhat.com> - 1.5.90
7238a3d
- genClass replacement (harald@redhat.com)
7238a3d
- split Conf.py in several submodules (harald@redhat.com)
7238a3d
- added tui/NCPluginTokenRingInterface (harald@redhat.com)
7238a3d
- BackendHal fix to use Factory classes (harald@redhat.com)
7238a3d
- name consistency (harald@redhat.com)
7238a3d
- named all plugins NCPlugin (harald@redhat.com)
7238a3d
- speedup module loading by only calling register_plugin from __init__ (harald@redhat.com)
7238a3d
- make pylint and pychecker happy (harald@redhat.com)
7238a3d
- ignore system hardware for the UnitTest (harald@redhat.com)
7238a3d
- MTU moved to base device (harald@redhat.com)
7238a3d
- extended UnitTests (harald@redhat.com)
7238a3d
- use newer automake/aclocal syntax (harald@redhat.com)
7238a3d
acb2ce2
* Thu Feb 28 2008 Harald Hoyer <harald@redhat.com> - 1.5.1
7238a3d
- removed CIPE (harald)
7238a3d
- s/Devernet/Network/ (harald)
7238a3d
- Auto -> auto (harald)
7238a3d
- only append localhost to AliasList, if not already in (harald)
7238a3d
- show error dialog, if device loading failes (harald)
7238a3d
- moved MRU to Dialup only (harald)
7238a3d
- recognize qeth devices in kudzu lists (rhbz#184734) (harald)
7238a3d
- added MRU field (rhbz#221294) (harald)
7238a3d
- added TUI for QETH (harald)
7238a3d
- do not traceback, if we try to remove a device not in our active list (harald)
7238a3d
- added qeth support (harald)
7238a3d
- removed ctc and iucv devices (rhbz#219180) (harald)
7238a3d
- do not handle ifcfg-${parent_device}-range* rhbz#221292 (harald)
7238a3d
- Minor fix in hosts parser to make tui works. (jmoskovc)
7238a3d
- Stupid mode doesn't go away anymore.(rhbz#177931) (jmoskovc)
7238a3d
- Fixed crash when Baud=None (jmoskovc)
7238a3d
- Removing PPP option should work. NETWORKMANAGER -> NM_CONTROLLED (jmoskovc)
7238a3d
- Fixed problem with import rhbz#429725 (jmoskovc)
7238a3d
- Changed Clist in host editor to GtkTreeView, added checkbox to show loopbacks in hosts (jmoskovc)
7238a3d
- Minor fix in hosts parser - now it accepts trailing dot. (jmoskovc)
7238a3d
- Improved {pap|chap}-secrets parser, added checkbox to reveal password in dialup config (jmoskovc)
7238a3d
- Fixed crash when hostname is changed. (jmoskovc)
acb2ce2
14a4051
* Mon Dec 03 2007 Harald Hoyer <harald@redhat.com> - 1.5.0
14a4051
- v1.5.0
14a4051
5053b99
* Mon Dec 03 2007 Harald Hoyer <harald@redhat.com>, Jiri Moskovcak <jmoskovc@redhat.com> - 1.4.7
5053b99
- added HAL support
5053b99
- fixed /etc/hosts parser
5053b99
- added "Controlled by NetworkManager"
5053b99
- do not fall into modified state for activate/deactivate (rhbz#377261)
14a4051
14a4051
* Mon Nov 12 2007 Harald Hoyer <harald@redhat.com> - 1.4.6
5053b99
- moved network.xpm to (pkgdatadir)/pixmaps (rhbz#377861)
5053b99
5053b99
* Mon Nov 12 2007 Harald Hoyer <harald@redhat.com> - 1.4.5
5053b99
- changed yelp to htmlview
5053b99
5053b99
* Wed Nov  7 2007 Stepan Kasal <skasal@redhat.com> - 1.4.4
3395290
- s/NEtwork/Network/ in the summary of -tui, to be consistent
3395290
  with the summary line of the main rpm (the neat acronym is no
3395290
  longer advertised anyway)
3395290
- Resolves: #239216
3395290
5053b99
* Fri Oct 26 2007 Harald Hoyer <harald@redhat.com> - 1.4.4
5053b99
- removed not yet used NCBackendHal.py (rhbz#353771)
5053b99
- fixed yelp dependency (rhbz#344981)
5053b99
- moved %%configure to %%build (rhbz#353761)
5053b99
- fixed type with getRoot (rhbz#368871)
5053b99
be284ea
* Mon Oct 15 2007 Harald Hoyer <harald@redhat.com> - 1.4.3
be284ea
- fixed /etc/hosts problem (rhbz#331451)
be284ea
be284ea
* Fri Oct 12 2007 Harald Hoyer <harald@redhat.com> - 1.4.3
be284ea
- added version.py.in to POTFILES.in (rhbz#244053)
be284ea
- corrected URL (rhbz#237717)
be284ea
f1df09e
* Mon Oct 08 2007 Harald Hoyer <harald@redhat.com> - 1.4.2
f1df09e
- speedup genClass
f1df09e
- restorecon selinux context
f1df09e
90fc52b
* Mon Sep 24 2007 Harald Hoyer <harald@redhat.com> - 1.4.1-2
90fc52b
- require newt-python instead of newt only
90fc52b
2313637
* Mon Sep 24 2007 Harald Hoyer <harald@redhat.com> - 1.4.1
2313637
- version 1.4.1
5ff4a91
a5b792b
* Thu Aug 16 2007 Harald Hoyer <harald@redhat.com> - 1.4.0
a5b792b
- version 1.4.0
a5b792b
a5b792b
* Mon Jan  8 2007 Harald Hoyer <harald@redhat.com> - 1.3.99
a5b792b
- fixed #221289
a5b792b
- Resolves: rhbz#221289
a5b792b
a5b792b
* Fri Dec 15 2006 Harald Hoyer <harald@redhat.com> - 1.3.98
a5b792b
- translation update (bug #216559)
a5b792b
- Resolves: rhbz#216559
a5b792b
a5b792b
* Tue Nov 28 2006 Harald Hoyer <harald@redhat.com> - 1.3.97
a5b792b
- translation update
a5b792b
a5b792b
* Thu Nov  2 2006 Harald Hoyer <harald@redhat.com> - 1.3.96
a5b792b
- Resolves: rhbz #211980, rhbz #213181
a5b792b
a5b792b
* Wed Oct  4 2006 Harald Hoyer <harald@redhat.com> - 1.3.95
a3fe443
- translation update (bug #208886)
a3fe443
- use rhpl.iwlib for wireless functions (bug #197954)
2f31715
- added perl-XML-Parser build requirement
a3fe443
2e37468
* Tue Aug 15 2006 Harald Hoyer <harald@redhat.com> - 1.3.94
2e37468
- translation update (bug #182650)
2e37468
2e37468
* Tue Aug 15 2006 Harald Hoyer <harald@redhat.com> - 1.3.93
2e37468
- added tui subdir (bug #202560)
2e37468
95e7d82
* Fri Aug 11 2006 Harald Hoyer <harald@redhat.com> - 1.3.92
95e7d82
- fixed #201659 
95e7d82
- translation update
95e7d82
01df287
* Tue Jul 25 2006 Harald Hoyer <harald@redhat.com> - 1.3.91
01df287
- fixed "New Device" in text-mode
01df287
865ad0d
* Tue Jul 18 2006 Harald Hoyer <harald@redhat.com> - 1.3.90
01df287
- fixed:
865ad0d
- [135014] MTU and MRU should be confiurable for ADSL
865ad0d
- [141055] system-config-network needs to be able to set MTU
865ad0d
- [149780] no GATEWAY, IPADDR and NETMASK, if BOOTPROTO=dhcp 
865ad0d
- [150362] [Errno 2] No such file or directory: '/etc/hosts'
865ad0d
- [157172] Wrong DNS for provider "ZEDAT_Berlin"
865ad0d
- [160417] Bad: cannot make any changes to network settings
865ad0d
- [169819] Trailing space in host name causes crash
865ad0d
- [175078] String (country name) change request
865ad0d
- [176145] Please enable Serbian translation in system-config-network
865ad0d
- [177198] deprecation warning in system-config-network
865ad0d
- [187563] localized option passed to ifcfg-wlan0 files
865ad0d
- [188321] Creating an alias for a network interface breaks device 
865ad0d
           setup after reboots
865ad0d
- [190242] Firefox instance running as root when used to read docs 
865ad0d
           for system-config-*
865ad0d
- [197401] Don't write HWADDR for alias interfaces
865ad0d
865ad0d
* Fri Jul 14 2006 Nils Philippsen <nphilipp@redhat.com>
865ad0d
- enable ml, or, sr, sr@Latn translations (#176145)
865ad0d
9c5f6bb
* Wed Nov 02 2005 Harald Hoyer <harald@redhat.com> - 1.3.30
9c5f6bb
- removed interdruid
9c5f6bb
- reversed Cancel/Ok button ordering
9c5f6bb
cb5d6f6
* Tue Oct 25 2005 Harald Hoyer <harald@redhat.com> - 1.3.29
cb5d6f6
- fixed profileFrame labeling
cb5d6f6
67c8d02
* Wed Oct 10 2005 Harald Hoyer <harald@redhat.com> - 1.3.28
67c8d02
- fixed picture paths in glade files
67c8d02
- fixed cancel case of passphrase dialog
67c8d02
67c8d02
* Wed Oct 10 2005 Harald Hoyer <harald@redhat.com> - 1.3.27
67c8d02
- use new pam stack replacement
67c8d02
- added OnParent for Alias Devices
67c8d02
- added SPI and better key generation for ipsec
67c8d02
- corrected column handling in main window
67c8d02
- GUI liftup
67c8d02
- added AVM Fritz!PCI v2.0 ISDN card to ISDN Hardwarelist (bug 134605)
67c8d02
- remove /etc/sysconfig/isdncard, if no ISDN is configured
67c8d02
d70a45b
* Wed Apr 20 2005 Harald Hoyer <harald@redhat.com> - 1.3.26
d70a45b
- CBCP_MSN added (bug #125710)
d70a45b
dfb2509
* Tue Mar 31 2005 Harald Hoyer <harald@redhat.com> - 1.3.25
dfb2509
- more i18n languages
dfb2509
dfb2509
* Wed Mar 30 2005 Harald Hoyer <harald@redhat.com> - 1.3.24
dfb2509
- gtk.FALSE and gtk.TRUE cleanups
dfb2509
dfb2509
* Mon Mar 21 2005 Harald Hoyer <harald@redhat.com> - 1.3.23-2
dfb2509
- moved gui parts out of the tui package
dfb2509
454e5c4
* Fri Mar 04 2005 Harald Hoyer <harald@redhat.com> - 1.3.23
454e5c4
- update to new gnome/gtk/glade
454e5c4
b475c8a
* Wed Oct 20 2004 Harald Hoyer <harald@redhat.com> - 1.3.22
b475c8a
- translation updates, added nb.po (bug 136462)
b475c8a
ad384b0
* Tue Oct 05 2004 Harald Hoyer <harald@redhat.com> - 1.3.21
ad384b0
- fixed /etc/hosts handling
ad384b0
- handle .ko module names in updateFromKudzu
ad384b0
cvsdist 6ecc3b9
* Fri Sep 03 2004 Harald Hoyer <harald@redhat.com> - 1.3.20
cvsdist 6ecc3b9
- dhcp cannot be selected for aliased devices (bug 129096)
cvsdist 6ecc3b9
cvsdist 9aefec2
* Thu Aug 26 2004 Harald Hoyer <harald@redhat.com> - 1.3.19
cvsdist 9aefec2
- hopefully fixed bug 125393
cvsdist 9aefec2
- fixed removal of device files
cvsdist 9aefec2
cvsdist 9aefec2
* Fri Jul 30 2004 Harald Hoyer <harald@redhat.com> - 1.3.18
cvsdist 9aefec2
- changed mainloop and mainquit
cvsdist 9aefec2
- translation updates
cvsdist 9aefec2
 
cvsdist 9aefec2
* Tue Jul 06 2004 Harald Hoyer <harald@redhat.com> - 1.3.17
cvsdist 9aefec2
- bugfix release for FC2
cvsdist 9aefec2
cvsdist 955156d
* Tue Jun 29 2004 Harald Hoyer <harald@redhat.com> - 1.3.17
cvsdist 955156d
- better "make clean"
cvsdist 955156d
- removed references to Red Hat Linux
cvsdist 955156d
- added testsuite for data layer
cvsdist 955156d
- added some module-info entries
cvsdist 955156d
- added command line parsing to network-control
cvsdist 955156d
- added IPsec to network-cmd
cvsdist 955156d
- switched logging to syslog
cvsdist 955156d
- do not touch bonding slaves
cvsdist 955156d
- better alias handling
cvsdist 955156d
- better handling of chroot 
cvsdist 955156d
- read *.ko modules also
cvsdist 955156d
- handle modules parameter without "="
cvsdist 955156d
- create correct SPI_ identifier for manual IPsec keying
cvsdist 955156d
- better hostname handling
cvsdist 955156d
- better profile handling
cvsdist 955156d
- fix kernel version parsing
cvsdist 955156d
- unknown-flag.xpm for unknown country flags
cvsdist 955156d
- fixed TokenRing glade file (bad hash at beginning of file)
cvsdist 955156d
- fix the length of IPSec shared keys
cvsdist 955156d
- prevent modified status after profile switching
cvsdist 955156d
- save dialog, for ipsec deactivation
cvsdist 955156d
- PEERDNS defaults to yes
cvsdist 955156d
- routing for wireless config dialog
cvsdist 955156d
- only display CIPE for kernel < 2.6
cvsdist 955156d
cvsdist c8ff7fe
* Thu Apr  1 2004 Harald Hoyer <harald@redhat.com> - 1.3.17
cvsdist c8ff7fe
- translation updates (119610)
cvsdist c8ff7fe
cvsdist 94d4806
* Thu Mar  4 2004 Harald Hoyer <harald@redhat.com> - 1.3.16
cvsdist 94d4806
- be more relaxed, when parsing the kernel version (115917)
cvsdist 94d4806
- fixed removing of Hostname (115795)
cvsdist 94d4806
- fixed "DevEthernet instance has no attribute 'IPv6Init'" (116375)
cvsdist 94d4806
- removed save dialog, when switching profiles (107399)
cvsdist 94d4806
- added generic Initstrings (115768)
cvsdist 94d4806
- added secure.png logo
cvsdist 94d4806
- added "-c" parameter for activate/deactivate
cvsdist 94d4806
- changed hotkeys to avoid double entries
cvsdist 94d4806
- use new pixmap loading code (only take local paths, if debugging is active)
cvsdist 94d4806
- moved updateNetworkScripts() to NC_functions.py
cvsdist 94d4806
- fallback on /etc/sysconfig/network-scripts
cvsdist 94d4806
- removed /usr/lib/rhs/python from sys.path
cvsdist 94d4806
- added -? as a command line option
cvsdist 94d4806
- corrected --root= option for gui
cvsdist 94d4806
- activate/deactivate buttons always sensitive
cvsdist 94d4806
- check for ipsec-tools and dynamically display ipsec tab
cvsdist 94d4806
- no second dialog while activating in system-control-network
cvsdist 94d4806
- change hosts file on hostname change
cvsdist c8ff7fe
- PEERDNS is true, if not configured
cvsdist 94d4806
cvsdist 94d4806
* Thu Jan 29 2004 Harald Hoyer <harald@redhat.com> - 1.3.15
cvsdist b7a6126
- added IPv6 support per device (111377)
cvsdist b7a6126
cvsdist 94d4806
* Wed Jan 28 2004 Harald Hoyer <harald@redhat.com> - 1.3.14
cvsdist b7a6126
- modules.conf -> modprobe.conf
cvsdist b7a6126
cvsdist b7a6126
* Thu Dec 18 2003 Harald Hoyer <harald@redhat.de> 1.3.13-2
cvsdist b7a6126
- added mkinstalldirs to EXTRA_DIST
cvsdist b7a6126
- added version to provides
cvsdist b7a6126
cvsdist b7a6126
* Wed Dec 17 2003 Harald Hoyer <harald@redhat.de> 1.3.13
cvsdist b7a6126
- fixed T-Online dialog #110911
cvsdist b7a6126
- default flow control to CTSRTS #110347
cvsdist b7a6126
- only clear login/pw on provider select, if provider has its own number
cvsdist b7a6126
- fixed cancel of dialup process #103421
cvsdist b7a6126
- default to "/" for chrooted configuration
cvsdist b7a6126
- default to "default" profile if none active
cvsdist b7a6126
- fixed "activate button not active" #110193
cvsdist b7a6126
- scn-tui requires newt #104213
cvsdist b7a6126
- fixed #107816, by recognizing /var/run/ppp-ppp<NICKNAME>.pid
cvsdist b7a6126
- fixed a bug in ISDN activate #100677
cvsdist b7a6126
cvsdist b7a6126
* Tue Dec 16 2003 Harald Hoyer <harald@redhat.de> 1.3.12
cvsdist b7a6126
- renamed redhat-config-network -> system-config-network
cvsdist b7a6126
- added pciutils requirement
cvsdist b7a6126
- added utf-8 encoding comments
cvsdist b7a6126
- corrected some translation strings
cvsdist b7a6126
- added redhat-config-network provides
cvsdist b7a6126
cvsdist b7a6126
* Tue Oct 28 2003 Harald Hoyer <harald@redhat.de> 1.3.10
cvsdist b7a6126
- removed restriction on t-online password entry #105970
cvsdist b7a6126
- failsafe changing the error image #108094
cvsdist b7a6126
- corrected indention #108151
cvsdist b7a6126
cvsdist b7a6126
* Mon Oct 27 2003 Harald Hoyer <harald@redhat.de> 1.3.9
cvsdist b7a6126
- fixed 107501, 107387, 106751, 104213
cvsdist b7a6126
- fallback to no logfile, if opening the logfile fails
cvsdist b7a6126
- test, if /etc/{hosts,resolv.conf} exists
cvsdist b7a6126
- removed ipsec tab
cvsdist b7a6126
cvsdist b7a6126
* Thu Oct 23 2003 Than Ngo <than@redhat.com> 1.3.8
cvsdist b7a6126
- fix a bug in ISDN activate
cvsdist b7a6126
cvsdist b7a6126
* Wed Oct 22 2003 Than Ngo <than@redhat.com> 1.3.7-2
cvsdist b7a6126
- fix a bug in saving of ISDN config file
cvsdist b7a6126
- add support nickname for ISDN
cvsdist b7a6126
  
cvsdist b7a6126
* Wed Oct  8 2003 Harald Hoyer <harald@redhat.de> 1.3.7
cvsdist b7a6126
- merged in changes from Taroon
cvsdist b7a6126
cvsdist b7a6126
* Thu Aug 14 2003 Harald Hoyer <harald@redhat.de> 1.3.6
cvsdist b7a6126
- fixed #100471
cvsdist b7a6126
cvsdist b7a6126
* Wed Aug  6 2003 Harald Hoyer <harald@redhat.de> 1.3.5
cvsdist b7a6126
- fixed #98251
cvsdist b7a6126
cvsdist b7a6126
* Fri Aug  1 2003 Harald Hoyer <harald@redhat.de> 1.3.4
cvsdist b7a6126
- fixed #101386
cvsdist b7a6126
- save wireless keys in keys file
cvsdist b7a6126
cvsdist b7a6126
* Thu Jul 31 2003 Harald Hoyer <harald@redhat.de> 1.3.3
cvsdist b7a6126
- fixed #85365
cvsdist b7a6126
- fixed glade file loading
cvsdist b7a6126
- more ipsec stuff
cvsdist b7a6126
- neat can use a "chrooted" environment now (-r)
cvsdist b7a6126
- .rpmsave will not be loaded
cvsdist b7a6126
- no interrupt/io settings for PNP cards
cvsdist b7a6126
- HIGIfied labels
cvsdist b7a6126
- double click for hardware and ipsec
cvsdist b7a6126
cvsdist b7a6126
* Wed Jul  2 2003 Than Ngo <than@redhat.com> 1.3.2-2
cvsdist b7a6126
- upgrade provide database
cvsdist b7a6126
cvsdist b7a6126
* Wed Jun 18 2003 Harald Hoyer <harald@redhat.de> 1.2.12-2
cvsdist b7a6126
- fixed #97562
cvsdist b7a6126
cvsdist b7a6126
* Thu Jun 17 2003 Harald Hoyer <harald@redhat.de> 1.2.12-1
cvsdist b7a6126
- wlan0 handling
cvsdist b7a6126
- splash screen bug fixed
cvsdist b7a6126
- improvements in HW list handling
cvsdist b7a6126
- isdncard handling #91607
cvsdist b7a6126
cvsdist b7a6126
* Thu Jun 12 2003 Harald Hoyer <harald@redhat.de> 1.2.11
cvsdist b7a6126
- fixed #97027
cvsdist b7a6126
- fixed subs of -
cvsdist b7a6126
cvsdist b7a6126
* Wed Jun 11 2003 Harald Hoyer <harald@redhat.de> 1.2.10
cvsdist b7a6126
- fixed #97027 #96994
cvsdist b7a6126
- fixed fedora bugzilla issues #326
cvsdist b7a6126
- update of some translations
cvsdist b7a6126
cvsdist b7a6126
* Wed Jun  4 2003 Harald Hoyer <harald@redhat.de> 1.2.8
cvsdist b7a6126
- lazy file unlinking
cvsdist b7a6126
- fixed #91620 #91583
cvsdist b7a6126
- ConfEHosts -> ConfFHosts
cvsdist b7a6126
cvsdist b7a6126
* Mon May 19 2003 Harald Hoyer <harald@redhat.de> 1.2.7
cvsdist b7a6126
- make PAP/CHAP work again
cvsdist b7a6126
- route files chmod(0644)
cvsdist b7a6126
- added local variables to traceback
cvsdist b7a6126
cvsdist b7a6126
* Thu May 01 2003 Harald Hoyer <harald@redhat.de> 1.2.6
cvsdist b7a6126
- use unsernetctl instead of ifdown/ifup
cvsdist b7a6126
cvsdist b7a6126
* Thu May 01 2003 Harald Hoyer <harald@redhat.de> 1.2.5
cvsdist b7a6126
- fixed early import of plugins
cvsdist b7a6126
cvsdist b7a6126
* Wed Apr 30 2003 Harald Hoyer <harald@redhat.de> 1.2.4-3
cvsdist b7a6126
- fixed #89915 and #89916
cvsdist b7a6126
cvsdist b7a6126
* Tue Apr 29 2003 Harald Hoyer <harald@redhat.de> 1.2.4-1
cvsdist b7a6126
- 1.2.4 bugfix release
cvsdist b7a6126
cvsdist b7a6126
* Wed Apr  2 2003 Harald Hoyer <harald@redhat.de> 1.2.3-3
cvsdist b7a6126
- Bugfix release for 9
cvsdist b7a6126
- fixed #85011, #85703, #85653, #84956, #83640, #68169, #86476, #78043, #77763
cvsdist b7a6126
cvsdist b7a6126
* Fri Feb 21 2003 Harald Hoyer <harald@redhat.de> 1.2.0-2
cvsdist b7a6126
- bump to 1.2.0
cvsdist b7a6126
- fixed #84725
cvsdist b7a6126
- warning for #84752
cvsdist b7a6126
cvsdist b7a6126
* Fri Feb 12 2003 Harald Hoyer <harald@redhat.de> 1.1.97-1
cvsdist b7a6126
- fixed #83692
cvsdist b7a6126
- updated documentation
cvsdist b7a6126
cvsdist b7a6126
* Mon Feb  3 2003 Harald Hoyer <harald@redhat.de> 1.1.94-1
cvsdist b7a6126
- base -> tui, gui -> base
cvsdist b7a6126
cvsdist b7a6126
* Thu Jan 30 2003 Harald Hoyer <harald@redhat.de> 1.1.93-1
cvsdist b7a6126
- 1.1.93
cvsdist b7a6126
cvsdist b7a6126
* Wed Jan 29 2003 Harald Hoyer <harald@redhat.de> 1.1.92-1
cvsdist b7a6126
- 1.1.92
cvsdist b7a6126
cvsdist b7a6126
* Tue Jan 14 2003 Harald Hoyer <harald@redhat.de> 1.1.90-1
cvsdist b7a6126
- 1.1.90
cvsdist b7a6126
cvsdist b7a6126
* Thu Dec 19 2002 Than Ngo <than@redhat.com>
cvsdist b7a6126
- import ConfDevice
cvsdist b7a6126
cvsdist b7a6126
* Mon Dec 16 2002 Harald Hoyer <harald@redhat.de>
cvsdist b7a6126
- 1.1.86
cvsdist b7a6126
cvsdist b7a6126
* Fri Dec 13 2002 Harald Hoyer <harald@redhat.de>
cvsdist b7a6126
- 1.1.85
cvsdist b7a6126
cvsdist b7a6126
* Wed Dec 11 2002 Elliot Lee <sopwith@redhat.com> 1.1.80-1
cvsdist b7a6126
- Remove unpackaged files
cvsdist b7a6126
cvsdist b7a6126
* Mon Sep  2 2002 Than Ngo <than@redhat.com> 1.1.20-1
cvsdist b7a6126
- don't crash by selecting provider
cvsdist b7a6126
- Set correct HangupTimeout for ISDN connection
cvsdist b7a6126
cvsdist b7a6126
* Sat Aug 31 2002 Preston Brown <pbrown@localhost.localdomain>
cvsdist b7a6126
- fix typo in error dialog function
cvsdist b7a6126
865ad0d
* Thu Aug 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1.17-1
cvsdist b7a6126
- Make it use the gnome help system, add yelp as a dependency (#71857)
cvsdist b7a6126
- Traceback fix: # 72581
cvsdist b7a6126
- translation updates
cvsdist b7a6126
cvsdist b7a6126
* Wed Aug 14 2002 Harald Hoyer <harald@redhat.de>
cvsdist b7a6126
- #71448
cvsdist b7a6126
- #71265
cvsdist b7a6126
- #70988
cvsdist b7a6126
cvsdist b7a6126
* Tue Aug 13 2002 Harald Hoyer <harald@redhat.de> 1.1.15-1
cvsdist b7a6126
- many bugfixes, including  #71062 #69333 #68793 #69133
cvsdist b7a6126
cvsdist b7a6126
* Thu Aug  1 2002 Than Ngo <than@redhat.com> 1.1.14-1
cvsdist b7a6126
- set correct device type for rawip ISDN connections (bug #69568)
cvsdist b7a6126
- add some ISPs for Austria
cvsdist b7a6126
865ad0d
* Tue Jul 30 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1.13-1
cvsdist b7a6126
- Fixes to the traceback dialog (fix "save to floppy" (we don't do that),
cvsdist b7a6126
  add i18n.)
cvsdist b7a6126
- Fix traceback with malformed /etc/hosts (#69320)
cvsdist b7a6126
- Fix dependencies (#69990)
cvsdist b7a6126
- Some minor userhelper fixes
cvsdist b7a6126
865ad0d
* Thu Jul 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1.12-1
cvsdist b7a6126
- doc loc fixes (images)
cvsdist b7a6126
- add pam_timestamp support (#69869)
cvsdist b7a6126
cvsdist b7a6126
* Wed Jul 24 2002 Harald Hoyer <harald@redhat.de>
cvsdist b7a6126
- renamed "default" profile in GUI
cvsdist b7a6126
- fixed device renaming in profiles
cvsdist b7a6126
865ad0d
* Wed Jul 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.1.10-1
cvsdist b7a6126
- More bugfixes, including #69635 #69636
cvsdist b7a6126
- Updated docs
cvsdist b7a6126
cvsdist b7a6126
* Tue Jul 23 2002 Harald Hoyer <harald@redhat.de> 1.1.9-1
cvsdist b7a6126
- lots of bugfixes again :)
cvsdist b7a6126
cvsdist b7a6126
* Wed Jul 17 2002 Harald Hoyer <harald@redhat.de>
cvsdist b7a6126
- lots of bugfixes
cvsdist b7a6126
- reactivated profile gui
cvsdist b7a6126
cvsdist b7a6126
* Mon Jul  8 2002 Harald Hoyer <harald@redhat.de>
cvsdist b7a6126
- lots of bugfixes, new .desktop stuff
cvsdist b7a6126
- added desktop-file-utils BuildRequires
cvsdist b7a6126
cvsdist b7a6126
* Tue Jul  2 2002 Harald Hoyer <harald@redhat.de> 1.1.7-1
cvsdist b7a6126
- cleanup, usability
cvsdist b7a6126
cvsdist b7a6126
* Mon Jul 01 2002 Than Ngo <than@redhat.com> 1.1.6-1
cvsdist b7a6126
- get rid of isdnup userisdnctl, both are now part of isdn4k-utils
cvsdist b7a6126
cvsdist b7a6126
* Thu Jun 27 2002 Harald Hoyer <harald@redhat.de> 1.1.5-1
cvsdist b7a6126
- many bug fixes due to gtk2 conversion
cvsdist b7a6126
- fixed #67273 #66200 #65185 #65073 #63963
cvsdist b7a6126
cvsdist b7a6126
* Wed Jun 26 2002 Preston Brown <pbrown@redhat.com>
cvsdist b7a6126
- ethtool, pcmcia, wireless improvements
cvsdist b7a6126
cvsdist b7a6126
* Sat Jun 22 2002 Than Ngo <than@redhat.com> 1.1.4-1
cvsdist b7a6126
- fixed traceback bug in activate
cvsdist b7a6126
- some fixes in glade file
cvsdist b7a6126
cvsdist b7a6126
* Sun Jun 16 2002 Than Ngo <than@redhat.com> 1.1.3-1
cvsdist b7a6126
- get_pixbuf: if no icon was not found, looks the icons
cvsdist b7a6126
  in standard icon directory
cvsdist b7a6126
- bug fixes in wireless
cvsdist b7a6126
cvsdist b7a6126
* Wed Jun 12 2002 Harald Hoyer <harald@redhat.de> 1.1.2-1
cvsdist b7a6126
- lots of i18n and migration changes
cvsdist b7a6126
- wireless reactivated
cvsdist b7a6126
cvsdist b7a6126
* Fri Jun 07 2002 Than Ngo <than@redhat.com> 1.1.1-1
cvsdist b7a6126
- set PPPOE_TIMEOUT=80 as default, it should be about 4 times
cvsdist b7a6126
  the LCP_INTERVAL (bug #64903)
cvsdist b7a6126
cvsdist b7a6126
* Wed May 29 2002 Harald Hoyer <harald@redhat.de>
cvsdist b7a6126
- ported to python2, gtk2, gnome2
cvsdist b7a6126
865ad0d
* Wed Apr 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 
cvsdist b7a6126
- Turn off wireless. It doesn't work with all modes, all cards
cvsdist b7a6126
 and you can't edit IP settings after the initial attempt
cvsdist b7a6126
cvsdist b7a6126
* Wed Apr 17 2002 Harald Hoyer <harald@redhat.com> 1.0.0-1
cvsdist b7a6126
- moved ethmodule.so to /usr/lib
cvsdist b7a6126
- call it 1.0.0
cvsdist b7a6126
865ad0d
* Tue Apr 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.30-1
cvsdist b7a6126
- Updated translations
cvsdist b7a6126
- Updated docs
cvsdist b7a6126
865ad0d
* Tue Apr 16 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.28-1
cvsdist b7a6126
- more fixes
cvsdist b7a6126
865ad0d
* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.27-1
cvsdist b7a6126
- Update translations, more fixes
cvsdist b7a6126
cvsdist b7a6126
* Mon Apr 15 2002 Harald Hoyer <harald@redhat.com> 0.9.26-1
cvsdist b7a6126
- The Most Fixes (tm)
cvsdist b7a6126
cvsdist b7a6126
* Sat Apr 13 2002 Than Ngo <than@redhat.com> 0.9.25-1
cvsdist b7a6126
- More fixes
cvsdist b7a6126
865ad0d
* Thu Apr 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.24-1
cvsdist b7a6126
- More fixes (#63177,#57064,#63207)
cvsdist b7a6126
865ad0d
* Tue Apr 09 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.23-1
cvsdist b7a6126
- more fixes 
cvsdist b7a6126
- updated translations
cvsdist b7a6126
865ad0d
* Thu Apr 04 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.22-1
cvsdist b7a6126
- more fixes, including #62697,
cvsdist b7a6126
cvsdist b7a6126
* Sat Mar 30 2002 Than Ngo <than@redhat.com> 0.9.21-1
cvsdist b7a6126
- add Token Ring/Wireless/Cipe Druids
cvsdist b7a6126
- more fixes
cvsdist b7a6126
865ad0d
* Wed Mar 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.20-1
cvsdist b7a6126
- Rebuild... it should have more fixes
cvsdist b7a6126
cvsdist b7a6126
* Wed Mar 26 2002 Than Ngo <than@redhat.com> 0.9.19-1
cvsdist b7a6126
- add functions for status/activate/deactivate in neat
cvsdist b7a6126
- more fixes
cvsdist b7a6126
cvsdist b7a6126
* Sat Mar 16 2002 Than Ngo <than@redhat.com> 0.9.18-1
cvsdist b7a6126
- add userisdnctl for ISDN
cvsdist b7a6126
- more fixes
cvsdist b7a6126
865ad0d
* Thu Mar 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.17-1
cvsdist b7a6126
- Even more fixes
cvsdist b7a6126
cvsdist b7a6126
* Thu Mar 14 2002 Than Ngo <than@redhat.com> 0.9.16-1
cvsdist b7a6126
- various fixes
cvsdist b7a6126
cvsdist b7a6126
* Thu Mar 14 2002 Than Ngo <than@redhat.com> 0.9.15-1
cvsdist b7a6126
- add desktop file for neat-control
cvsdist b7a6126
- various fixes, additions
cvsdist b7a6126
865ad0d
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.14-1
cvsdist b7a6126
- Require gnome-core, buildrequire gnome-core-devel
cvsdist b7a6126
865ad0d
* Mon Mar 11 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.13-1
cvsdist b7a6126
- New build
cvsdist b7a6126
- No longer noarch
cvsdist b7a6126
865ad0d
* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.12-1
cvsdist b7a6126
- Various fixes, additions
cvsdist b7a6126
865ad0d
* Tue Jan 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 0.9.11-1
cvsdist b7a6126
- build in new environment
cvsdist b7a6126
cvsdist b7a6126
* Mon Jan 07 2002 Than Ngo <than@redhat.com> 0.9.10.1-1
cvsdist b7a6126
- fixed bug #57853
cvsdist b7a6126
865ad0d
* Tue Dec 03 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.9.10-1
cvsdist b7a6126
- minor fixes, more translations
cvsdist b7a6126
865ad0d
* Mon Nov 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.9.9-0.1
cvsdist b7a6126
- Trying again, with more fixes :)
cvsdist b7a6126
cvsdist b7a6126
* Fri Nov 25 2001 Than Ngo <than@redhat.com> 0.9.8-0.6
cvsdist b7a6126
- fixed bug #56145, #56146, #56147
cvsdist b7a6126
865ad0d
* Tue Nov 20 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.9.8-0.5
cvsdist b7a6126
- prepare for errata
cvsdist b7a6126
cvsdist b7a6126
* Fri Nov 02 2001 Than Ngo <than@redhat.com> 0.9.7-1
cvsdist b7a6126
- fixed 'AVM PnP'/'Sedlbauer Speed Fax+ PnP'/'ASUS Com ISDNLink ISA PnP'
cvsdist b7a6126
- update provider DB
cvsdist b7a6126
cvsdist b7a6126
* Tue Oct 30 2001 Than Ngo <than@redhat.com> 0.9.7-1
cvsdist b7a6126
- allow setting AVM PCI (Fritz!PCI v2) if kernel supports it
cvsdist b7a6126
- fixed some typo bugs
cvsdist b7a6126
cvsdist b7a6126
* Wed Oct 24 2001 Harald Hoyer <harald@redhat.com> 0.9.6-1
cvsdist b7a6126
- seperated gui from data layer
cvsdist b7a6126
- make .pyc ghost files
cvsdist b7a6126
- fixed profile/alias problem
cvsdist b7a6126
- modem probing only once
cvsdist b7a6126
cvsdist b7a6126
* Mon Oct 22 2001 Harald Hoyer <harald@redhat.com> 0.9.5-1
cvsdist b7a6126
- fixed consolehelper
cvsdist b7a6126
- added chars [_-] ro nickname pattern
cvsdist b7a6126
- added traceback catching dialog
cvsdist b7a6126
cvsdist b7a6126
* Wed Oct 17 2001 Harald Hoyer <harald@redhat.com> 0.9.4-1
cvsdist b7a6126
- fixed /etc/hosts
cvsdist b7a6126
- fixed pap/chap
cvsdist b7a6126
- fixed 'save changes?'
cvsdist b7a6126
cvsdist b7a6126
* Tue Oct 16 2001 Than Ngo <than@redhat.com> 0.9.3-1
cvsdist b7a6126
- fix internet-druid fails (bug #54192)
cvsdist b7a6126
- fix dial on demand problem from some ISDN Provider in German
cvsdist b7a6126
- don't trace back if length of Login name is 2 (bug #54322)
cvsdist b7a6126
cvsdist b7a6126
* Thu Sep 27 2001 Than Ngo <than@redhat.com> 0.9.2-1
cvsdist b7a6126
- enable TCPIP for CIPE
cvsdist b7a6126
- show device Tab as default if devices exist
cvsdist b7a6126
cvsdist b7a6126
* Wed Sep 12 2001 Than Ngo <than@redhat.com> 0.9.1-1
cvsdist b7a6126
- add CTC and IUCV support for s390/s390x
cvsdist b7a6126
- disable Dialup on s390/s390x
cvsdist b7a6126
865ad0d
* Thu Sep  5 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.9-1
cvsdist b7a6126
- Add Russian
cvsdist b7a6126
cvsdist b7a6126
* Wed Sep  4 2001 Phil Knirsch <phil@redhat.de> 0.8.4-1
cvsdist b7a6126
- Fixed problem with unwanted removal of entries in /etc/modules.conf (#53042)
cvsdist b7a6126
cvsdist b7a6126
* Mon Sep  3 2001 Than Ngo <than@redhat.com> 0.8.3-1
cvsdist b7a6126
- fix a bug in setting Authentication
cvsdist b7a6126
- fix some critical typo bugs
cvsdist b7a6126
cvsdist b7a6126
* Fri Aug 31 2001 Than Ngo <than@redhat.com> 0.8.2-1
cvsdist b7a6126
- fix backtrace bug in CIPE
cvsdist b7a6126
- fix traceback bug if self.device.Dialup is None
cvsdist b7a6126
- if hardware is deleted, remove all devices used this hardware
cvsdist b7a6126
- de.po: fix bad translation
cvsdist b7a6126
865ad0d
* Fri Aug 31 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.8.1-1
cvsdist b7a6126
- Add support for Czech
cvsdist b7a6126
cvsdist b7a6126
* Fri Aug 31 2001 Than Ngo <than@redhat.com>
cvsdist b7a6126
- fix #52920, #52922, #52914, #52916, #52917
cvsdist b7a6126
cvsdist b7a6126
* Fri Aug 31 2001 Phil Knirsch <phil@redhat.de> 0.8.0-2
cvsdist b7a6126
- Fixed wrong option handling in /etc/modules.conf (#52853, #52923)
cvsdist b7a6126
- Fixed empty search entry in /etc/resolv.conf (#52926)
cvsdist b7a6126
- Fixed empty domain entry in /etc/resolv.conf (#52924)
cvsdist b7a6126
- Fixed ethernet hardware probing traceback (#52921)
cvsdist b7a6126
cvsdist b7a6126
* Tue Aug 28 2001 Than Ngo <than@redhat.com> 0.8.0-1
cvsdist b7a6126
- fix some typo bugs
cvsdist b7a6126
865ad0d
* Tue Aug 28 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.7.10-1
cvsdist b7a6126
- minor fixes, including bootprotocol for CIPE (don't say it will use DHCP...)
cvsdist b7a6126
865ad0d
* Tue Aug 28 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.7.9-1
cvsdist b7a6126
- Not everything was marked for translation (#52650)
cvsdist b7a6126
cvsdist b7a6126
* Tue Aug 28 2001 Than Ngo <than@redhat.com> 0.7.8-1
cvsdist b7a6126
- fix some typo bugs
cvsdist b7a6126
- fix wrong Modem entry (Bug #52601)
cvsdist b7a6126
cvsdist b7a6126
* Mon Aug 27 2001 Than Ngo <than@redhat.com> 0.7.7-1
cvsdist b7a6126
- fix wrong type CBHUP
cvsdist b7a6126
cvsdist b7a6126
* Mon Aug 27 2001 Phil Knirsch <phil@redhat.de> 0.7.6-2
cvsdist b7a6126
- Fixed use of /etc/sysconfig/network (#52359)
cvsdist b7a6126
865ad0d
* Fri Aug 24 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.7.6-1
cvsdist b7a6126
- Reordered tabs, added descriptions on each of the tabs
cvsdist b7a6126
cvsdist b7a6126
* Fri Aug 24 2001 Bill Nottingham <notting@redhat.com> 0.7.5-1
cvsdist b7a6126
- tokenring support
cvsdist b7a6126
cvsdist b7a6126
* Thu Aug 23 2001 Phil Knirsch <phil@redhat.de> 0.7.4-2
cvsdist b7a6126
- Fixed recalculation of BROADCAST and NETWORK values if IP and netmask are
cvsdist b7a6126
  present (#51462)
cvsdist b7a6126
865ad0d
* Mon Aug 20 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.7.4-1
cvsdist b7a6126
- More bugfixes, among them #51929, #51991, #51721, #51722,
cvsdist b7a6126
  partial #52044, #51720. 
cvsdist b7a6126
- Updated translations, include more languages
cvsdist b7a6126
cvsdist b7a6126
* Thu Aug 16 2001 Phil Knirsch <phil@redhat.de> 0.7.3-2
cvsdist b7a6126
- Fixed major bug in device renaming (#50885)
cvsdist b7a6126
865ad0d
* Tue Aug 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.7.3-1
cvsdist b7a6126
- more bugfixes, more docs, GUI fixes
cvsdist b7a6126
cvsdist b7a6126
* Fri Aug 10 2001 Than Ngo <than@redhat.com> 0.7.2-1
cvsdist b7a6126
- more bugfixes
cvsdist b7a6126
865ad0d
* Fri Aug 10 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.7.1-1
cvsdist b7a6126
- more bugfixes, more docs
cvsdist b7a6126
cvsdist b7a6126
* Wed Aug  8 2001 Alexander Larsson <alexl@redhat.com> 0.7-2
cvsdist b7a6126
- Install desktop files in sysconfig instead of serverconf.
cvsdist b7a6126
cvsdist b7a6126
* Wed Aug  8 2001 Phil Knirsch <phil@redhat.de> 0.7-1
cvsdist b7a6126
- Added a lot of documentation
cvsdist b7a6126
- Final changes to the Modem druid dialog and code to look just like the
cvsdist b7a6126
  hardware add dialog for modems.
cvsdist b7a6126
cvsdist b7a6126
* Wed Aug  8 2001 Phil Knirsch <phil@redhat.de> 0.6.8-3
cvsdist b7a6126
- Added the modem detection for the ModemDruid.
cvsdist b7a6126
- Added kudzu as requirement as it is needed for modem detection.
cvsdist b7a6126
- For compatibility still check for symlinks, too. Otherwise older setups will
cvsdist b7a6126
  break.
cvsdist b7a6126
cvsdist b7a6126
* Tue Aug  7 2001 Phil Knirsch <phil@redhat.de> 0.6.7-2
cvsdist b7a6126
- Fixed various important bugzilla bugs
cvsdist b7a6126
- Added and implemented the add Hardware dialog.
cvsdist b7a6126
- Added a working Apply button.
cvsdist b7a6126
- Switched to using hardlinks instead of symlinks for config files.
cvsdist b7a6126
865ad0d
* Tue Aug  7 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.6.7-1
cvsdist b7a6126
- Add online help capability (#50739)
cvsdist b7a6126
865ad0d
* Mon Aug  6 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.6.6-1
cvsdist b7a6126
- Disable profiles in GUI and as necesarry in code
cvsdist b7a6126
865ad0d
* Mon Aug  6 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.6.5-1
cvsdist b7a6126
- more bugfixes
cvsdist b7a6126
- add Conf.py from pythonlib, which has gone to the great bitbucket
cvsdist b7a6126
  in the sky
cvsdist b7a6126
cvsdist b7a6126
* Sun Aug  5 2001 Than Ngo <than@redhat.com>
cvsdist b7a6126
- fix bug 50740
cvsdist b7a6126
- wvdial.conf readonly for root
cvsdist b7a6126
cvsdist b7a6126
* Fri Aug  3 2001 Than Ngo <than@redhat.com>
cvsdist b7a6126
- fix pap/chap Login name for T-online
cvsdist b7a6126
- fix InitStrings
cvsdist b7a6126
- use gettext function in NC_functions
cvsdist b7a6126
- fix loading DEFROUTE/PERSIST/DEMAND/IDLETIMEOUT for Modem dialup
cvsdist b7a6126
- don't backtrace if 'SetVolume' and 'Dial Command' are not defined
cvsdist b7a6126
cvsdist b7a6126
* Thu Aug 02 2001 Phil Knirsch <phil@redhat.de> 0.6.1-2
cvsdist b7a6126
- Fixed buggous removal of ifcfg-lo (#50478)
cvsdist b7a6126
- Fixed problems with modem volume in hardware dialog
cvsdist b7a6126
- Fixed missing /dev/modem for modem setup (#50673)
cvsdist b7a6126
cvsdist b7a6126
* Wed Aug  2 2001 Yukihiro Nakai <ynakai@redhat.com>
cvsdist b7a6126
- POTFILES.in list up fix
cvsdist b7a6126
- Add Japanese translation
cvsdist b7a6126
865ad0d
* Wed Aug 02 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.6.2-1
cvsdist b7a6126
- More bugfixes
cvsdist b7a6126
cvsdist b7a6126
* Tue Jul 24 2001 Than Ngo <than@redhat.com> 0.6.1-1
cvsdist b7a6126
- Some more bugfixes...
cvsdist b7a6126
cvsdist b7a6126
* Tue Jul 24 2001 Phil Knirsch <phil@redhat.de> 0.6-2
cvsdist b7a6126
- Some more bugfixes...
cvsdist b7a6126
cvsdist b7a6126
* Tue Jul 24 2001 Phil Knirsch <phil@redhat.de> 0.6-1
cvsdist b7a6126
- Bumped version to 0.6
cvsdist b7a6126
cvsdist b7a6126
* Tue Jul 24 2001 Than Ngo <than@redhat.com>
cvsdist b7a6126
- add Druid for dialup connection (ISDN/ADSL/Modem)
cvsdist b7a6126
865ad0d
* Thu Jul 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b7a6126
- Obsolete netcfg - rp3 is next, when gnome-lokkit doesn't require
cvsdist b7a6126
  it anymore
cvsdist b7a6126
- More fixes...
cvsdist b7a6126
865ad0d
* Tue Jul 17 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b7a6126
- CIPE and wireless added
cvsdist b7a6126
865ad0d
* Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b7a6126
- Add i18n
cvsdist b7a6126
- Many minor fixes...
cvsdist b7a6126
865ad0d
* Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b7a6126
- Don't run autogen.sh
cvsdist b7a6126
- Mark files in /etc as configuration files
cvsdist b7a6126
- Multiple fixes to automake files
cvsdist b7a6126
- Add Norwegian translation to desktop files
cvsdist b7a6126
- install into the configuration tool desktop directory
cvsdist b7a6126
cvsdist b7a6126
* Wed Jul 11 2001 Than Ngo <than@redhat.com> 0.3.1-1
cvsdist b7a6126
- obsolete isdn-config internet-config
cvsdist b7a6126
- requires consolehelper, alchemist
cvsdist b7a6126
- add icon and desktop file
cvsdist b7a6126
- use bzip2
cvsdist b7a6126
cvsdist b7a6126
* Wed Jul 11 2001 Phil Knirsch <phil@redhat.de> 0.3.0-2
cvsdist b7a6126
- Fixed critical problem during profile saving.
cvsdist b7a6126
cvsdist b7a6126
* Wed Jul 10 2001 Phil Knirsch <phil@redhat.de> 0.3.0-1
cvsdist b7a6126
- 0.3.0-1
cvsdist b7a6126
- Final touches for beta2. Most stuff should work now.
cvsdist b7a6126
cvsdist b7a6126
* Thu Jul 10 2001 Phil Knirsch <phil@redhat.de> 0.2.2-2
cvsdist b7a6126
- Added some missing files.
cvsdist b7a6126
865ad0d
* Tue Jul 10 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b7a6126
- 0.2.2
cvsdist b7a6126
865ad0d
* Tue Jul 10 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b7a6126
- 0.2.1
cvsdist b7a6126
865ad0d
* Mon Jul  9 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b7a6126
- 0.2
cvsdist b7a6126
- New name - system-config-network. 
cvsdist b7a6126
  Shortcut: neat (NEtwork Administration Tool)
cvsdist b7a6126
865ad0d
* Fri Jul 06 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b7a6126
- Require a recent version of initscripts
cvsdist b7a6126
- Initial build. Don't obsolete older tools just yet...