yast2-network/yast2-network.spec

3132 lines
112 KiB
RPMSpec

#
# spec file for package yast2-network (Version 2.17.9)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: yast2-network
Version: 2.17.9
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-network-2.17.9.tar.bz2
Prefix: /usr
# should be required by devtools
BuildRequires: perl-XML-Writer pkgconfig rpm
BuildRequires: update-desktop-files
BuildRequires: yast2-devtools yast2-testsuite
BuildRequires: yast2-country
BuildRequires: yast2-installation >= 2.15.27
BuildRequires: yast2 >= 2.16.6
BuildRequires: yast2-packager >= 2.16.37
# needed for prefixlen support in aliases
Requires: yast2 >= 2.17.5
Requires: sysconfig
Requires: yast2-packager >= 2.16.37
#GetLanguageCountry
#(in newly created yast2-country-data)
Requires: yast2-country-data >= 2.16.3
PreReq: /bin/rm
Provides: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
Obsoletes: y2c_lan y2c_dial yast2-config-adsl y2c_adsl
Provides: yast2-lib-network yast2-config-network
Obsoletes: yast2-lib-network yast2-config-network
Provides: yast2-trans-network yast2-trans-adsl
Obsoletes: yast2-trans-network yast2-trans-adsl
Provides: y2t_lan y2t_adsl y2t_dial
Obsoletes: y2t_lan y2t_adsl y2t_dial
# carrier detection
Conflicts: yast2-core < 2.10.6
Summary: YaST2 - Network Configuration
%package devel-doc
License: GPL v2 or later
Group: System/YaST
Summary: YaST2 - Developer documentation for yast2-network
%description
This package contains the YaST2 component for network configuration.
Authors:
--------
Michal Svec <msvec@suse.cz>
%description devel-doc
This package contains autogenerated documentation for yast2-network
Authors:
--------
Michal Svec <msvec@suse.cz>
%prep
%setup -n yast2-network-2.17.9
%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
make %{?jobs:-j%jobs}
%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
d=${f##*/}
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
%ifarch s390 s390x
/bin/rm -f $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/dsl.desktop
/bin/rm -f $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/isdn.desktop
/bin/rm -f $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/modem.desktop
%endif
/bin/rm -f $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/network.desktop
/bin/rm -f $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/provider.desktop
%clean
rm -rf "$RPM_BUILD_ROOT"
%post -p /bin/bash
# This fixes the files that were touched when #24842 was in effect.
# #42990: shut up when no wlan files are there.
shopt -s nullglob
files=`echo /etc/sysconfig/network/ifcfg-wlan*`
if [ -n "$files" ]; then
/bin/chown root:root $files
/bin/chmod 0600 $files
fi
%files
%defattr(-,root,root)
%{prefix}/lib/YaST2/bin/*
/usr/share/YaST2/data/*
/usr/share/YaST2/include/network
/usr/share/YaST2/clients/*.ycp
/usr/share/YaST2/modules/*.ycp
/usr/share/YaST2/modules/*.ybc
%{prefix}/share/applications/YaST2/*.desktop
/usr/share/YaST2/scrconf/*.scr
/usr/lib/YaST2/servers_non_y2/ag_udev_persistent
/usr/share/YaST2/schema/autoyast/rnc/networking.rnc
/usr/share/YaST2/schema/autoyast/rnc/host.rnc
/usr/share/YaST2/schema/autoyast/rnc/proxy.rnc
%dir %{prefix}/share/doc/packages/yast2-network
%{prefix}/share/doc/packages/yast2-network/COPYING
%readme %{prefix}/share/doc/packages/yast2-network/README
%files devel-doc
%defattr(-,root,root)
%doc %{prefix}/share/doc/packages/yast2-network
%exclude %{prefix}/share/doc/packages/yast2-network/COPYING
%exclude %{prefix}/share/doc/packages/yast2-network/README
%changelog
* Fri Jul 18 2008 mzugec@suse.cz
- don't replace udev rules file by AY if nothing defined in profile
(bnc#408338)
- 2.17.9
* Thu Jul 17 2008 mzugec@suse.de
- default options for bonding (bnc#404449)
- 2.17.8
* Wed Jul 09 2008 mzugec@suse.de
- configure IPv6 static IP given from Linuxrc (FaTE#302926)
- 2.17.7
* Tue Jul 01 2008 mzugec@suse.de
- support for "/PREFIXLEN" in aliases
- common mask/prefix validator
- IPv6 support in aliases
- 2.17.6
* Tue Jun 24 2008 mzugec@suse.cz
- correctly show bonding slaves (bnc#401719)
- 2.17.5
* Sat Jun 21 2008 mzugec@suse.cz
- enable smpppd when dsl connection configured (bnc#397966)
- 2.17.4
* Fri Jun 20 2008 mzugec@suse.cz
- download firmware for b43 (bnc#400846)
- 2.17.3
* Thu Jun 19 2008 mzugec@suse.cz
- CLI support for VLAN, bonding, bridge
- 2.17.2
* Wed Jun 18 2008 mzugec@suse.de
- initial support for IPv6
- prefix parameter in CLI
- support for "/24" syntax as prefixlen
- 2.17.1
* Fri Jun 13 2008 mzugec@suse.cz
- network installation broken (bnc#399645)
- remove all historic dhcp-test related code
- 2.17.0
* Fri Jun 13 2008 mzugec@suse.cz
- sleep while waiting for network (bnc#399062)
* Fri Jun 13 2008 mzugec@suse.cz
- button enable/disable behavior in Internet Test (bnc#391857)
* Fri Jun 06 2008 mzugec@suse.cz
- installation onto nfs - STARTMODE='nfsroot' (bnc#397410)
- 2.16.50
* Thu Jun 05 2008 mzugec@suse.cz
- host module crashes when editing 'localhost' hostnames (bnc#397322)
- fixed hosts write
- 2.16.49
* Wed Jun 04 2008 mzugec@suse.cz
- fixed command-line (bnc#397016)
- 2.16.48
* Mon Jun 02 2008 mzugec@suse.cz
- removed html tags in progress bar (bnc#393966)
* Mon Jun 02 2008 mzugec@suse.cz
- set link status up for all interfaces during installation
(bnc#395014)
- 2.16.47
* Mon May 26 2008 kmachalkova@suse.cz
- Use Product::ReadProduct() to obtain release notes URL, thus make
the internet test (2nd stage) work again (bnc#390738)
- 2.16.46
* Thu May 22 2008 kmachalkova@suse.cz
- Fit Global Options dialog into 80x25 screen (one line missing)
(bnc#392969)
* Mon May 19 2008 mzugec@suse.de
- fixed translation text (bnc#391180)
* Sun May 18 2008 mzugec@suse.de
- fixed mangle device name (bnc#391802)
- 2.16.45
* Fri May 16 2008 jsrain@suse.cz
- added categories Settings and System into desktop file
(bnc #382778)
* Thu May 15 2008 kmachalkova@suse.cz
- Generate random hostname also in automatic configuration (2nd stage)
- Use 127.0.0.2 hack also in automatic configuration (bnc#383336)
- Accept Tab character as a valid hostname vs. alias separator
(thanks to msvec) (bnc#382068)
- 2.16.44
* Mon May 12 2008 mzugec@suse.cz
- misleading description of firewall "No Zone" (bnc#388703)
- 2.16.43
* Sun May 11 2008 mzugec@suse.de
- for NetControl propose only link:true interfaces (bnc#389131)
- 2.16.42
* Fri May 09 2008 kmachalkova@suse.cz
- Remote administration: make windowmanager detection KDE4 aware -
consider also kdebase4 pkg (bnc#381708)
* Fri May 09 2008 mzugec@suse.de
- just edit udev rules, not replace them (bnc#383320)
- 2.16.41
* Mon Apr 21 2008 mzugec@suse.cz
- improved algorithm to require gnome/kde version of NetworkManager
(bnc#380774)
- 2.16.40
* Fri Apr 18 2008 jsrain@suse.cz
- merged texts from proofread
- 2.16.39
* Tue Apr 15 2008 jsuchome@suse.cz
- fixed testsuite again (do not save the logs)
- 2.16.38
* Tue Apr 15 2008 mzugec@suse.cz
- removed fake hwinfo
* Mon Apr 14 2008 mzugec@suse.cz
- install firmware for bcm4xx wireless (FaTE#302130)
- 2.16.37
* Mon Apr 14 2008 kmachalkova@suse.cz
- Unified button labels (FaTE #120373), esp. in installation clients
* Fri Apr 04 2008 mzugec@suse.de
- fixed testsuite
* Fri Apr 04 2008 mzugec@suse.de
- support for default gateway metrics (FaTE#301948)
- 2.16.36
* Fri Apr 04 2008 locilka@suse.cz
- Enhanced user-feedback during automatic installation.
- Adjusted RPM dependencies.
* Thu Apr 03 2008 mzugec@suse.de
- fixed modem - add new (bnc#364564)
- fixed dsl - add new (bnc#376059)
- 2.16.35
* Thu Apr 03 2008 mzugec@suse.de
- option in UI for dhcpcd "-G" - don't touch default route
(bnc#366948)
- 2.16.34
* Thu Apr 03 2008 kmachalkova@suse.cz
- DNS & hostname and Routing standalone modules removed from control
center (desktop files only, it is still possible to
run them from commandline) (FaTE #303470)
- Network Card module renamed to Network Settings (FaTE #303470)
* Thu Apr 03 2008 mzugec@suse.de
- adapted Lan::HaveXenBridge() (bnc#375606)
- 2.16.33
* Thu Apr 03 2008 mzugec@suse.de
- use "password" type widget for wpa-eap password (bnc#373632)
- 2.16.32
* Tue Apr 01 2008 mzugec@suse.de
- fixed autoyast profile <device> section (bnc#376321)
- 2.16.31
* Tue Apr 01 2008 mzugec@suse.de
- improved text for devices without kernel device (bnc#375805)
- 2.16.30
* Mon Mar 31 2008 kmachalkova@suse.cz
- Exit remote administration module on closing GUI window
(clicking on [x]) (bnc#372321)
- Improved 'edit udev rules' dialog (bnc#367239)
- 2.16.29
* Thu Mar 27 2008 mzugec@suse.de
- fixed package build
* Tue Mar 25 2008 mzugec@suse.de
- possibility to use unconfigured device for vlan, bond and bridge
(bnc#369195)
- 2.16.28
* Fri Mar 21 2008 mzugec@suse.de
- for alias elements use aliasX instead of X (bnc#369195)
- 2.16.27
* Mon Mar 17 2008 mzugec@suse.de
- support for writing driver parameters (bnc#362535)
- 2.16.26
* Mon Mar 17 2008 jsrain@suse.cz
- added 'StartupNotify=true' to the desktop file (bnc #304964)
* Sun Mar 16 2008 mzugec@suse.de
- for devices attached to bridge remove configuration (bnc#367938)
- 2.16.25
* Sat Mar 15 2008 mzugec@suse.de
- allow to use bridge with unconfigured device (bnc#369195)
- 2.16.24
* Thu Mar 13 2008 kmachalkova@suse.cz
- New help texts for udev rules (obsoleted help text removed -
bnc#328230)
- Improved layout of some dialogs ( edit udev rule - bnc#367239,
proxy - bnc#362577)
* Mon Mar 10 2008 mzugec@suse.de
- allow using vlan also with bond and bridge devices (bnc#367093)
- 2.16.24
* Tue Feb 26 2008 mzugec@suse.de
- automatic refresh of selection list box (bnc#363423)
- 2.16.23
* Wed Feb 20 2008 coolo@suse.de
- fix the spec file header
* Tue Feb 19 2008 coolo@suse.de
- remove obsolete call to UI::SetModulename
* Mon Feb 04 2008 mzugec@suse.de
- keep firewall zone information when changing deive name (#358523)
- 2.16.22
* Sun Jan 27 2008 coolo@suse.de
- fix changelog
* Thu Jan 17 2008 mzugec@suse.cz
- remove NetworkInterfaces::device_name occurence
- set interface to fw zone correctly (#327561)
- 2.16.21
* Fri Jan 11 2008 mzugec@suse.de
- fixed testsuite
* Thu Jan 10 2008 mzugec@suse.cz
- fixed netmask validation (#352425)
- 2.16.20
* Thu Jan 10 2008 mzugec@suse.cz
- use NetworkInterfaces instead of NetworkDevices
- 2.16.19
* Mon Jan 07 2008 kmachalkova@suse.cz
- Enable setting a route without interface (use '-' which stands for
'any') (#93996)
- Merged proofread texts
- Dependency on yast2-country replaced with yast2-country-data
* Thu Dec 13 2007 mzugec@suse.cz
- interface names manage support - FaTE #300636
- 2.16.18
* Thu Dec 13 2007 mzugec@suse.de
- in Proposal() re-read NetworkDevices again (#170558)
to propose correct values when toggle NM
- don't propose ifplugd for NM and virtual devices (bond, vlan, br)
- devices description (short, long) moved to NetworkDevices
- 2.16.17
* Tue Dec 11 2007 mzugec@suse.cz
- show description for devices attached to vlan
- show description for bridged devices
- 2.16.16
* Sun Dec 09 2007 mzugec@suse.cz
- support for bridging - FaTE (#302183)
- 2.16.15
* Fri Dec 07 2007 mzugec@suse.cz
- support for VLAN - FaTE (#142127)
- 2.16.14
* Mon Dec 03 2007 mzugec@suse.cz
- modprobe ndiswrapper before hwinfo when needed (#343893)
- 2.16.13
* Mon Dec 03 2007 mzugec@suse.cz
- warning for NM and password (#225793)
- 2.16.12
* Thu Nov 29 2007 mzugec@suse.cz
- when user change BOOTPROTO to NONE, set STARTMODE to off
- for hotplug devices set STARTMODE=hotplug (#132583)
- 2.16.11
* Wed Nov 21 2007 mzugec@suse.cz
- choosing pptp server by domain name, not only ip (#241461)
thanks to nderkach@gmail.com
- 2.16.10
* Wed Nov 21 2007 kmachalkova@suse.cz
- Allow space characters in proxy username (#337048)
- Quote user/password string in test proxy command (it may contain
special characters) (#338264)
* Wed Nov 21 2007 mzugec@suse.cz
- help text kinternet -> KInternet (#237172)
* Tue Nov 20 2007 locilka@suse.cz
- 'Copy 70-persistent-cd.rules' functionality has been moved to
yast2-installation (#328126).
* Thu Nov 15 2007 mzugec@suse.de
- FaTE #302586 - support for qeth devices in bonding
- 2.16.9
* Mon Nov 12 2007 mzugec@suse.cz
- the hostname dialog proposes to update it by DHCP on a laptop
(#326102)
- 2.16.8
* Fri Nov 09 2007 kmachalkova@suse.cz
- host.rnc modified to accept empty <host> section as a valid one
- Filter out host IPs with empty hostname so that valid autoyast
profile is created (both #335120)
- 2.16.7
* Fri Nov 02 2007 locilka@suse.cz
- YCP Module Internet moved to yast2.rpm to break several
dependencies on yast2-network.
- Created new YCP module InternetDevices (some functions from
Internet module were moved there).
- Adjusted RPM dependencies.
- Adjusted Internet testsuite.
- 2.16.6
* Fri Oct 26 2007 mzugec@suse.de
- leave WIRELESS_KEY_X and WIRELESS_WPA_PSK empty for "no encryption"
auth mode (#335501)
- 2.16.5
* Fri Oct 26 2007 mzugec@suse.de
- when select dhcp don't remove static default GW for hotplug
(usb/pcmci) devices(#307102)
- 2.16.4
* Wed Oct 10 2007 mzugec@suse.cz
- fixed displayed name for network device (#330994)
- 2.16.3
* Wed Oct 10 2007 kmachalkova@suse.cz
- Escape backslashes in usernames also in .curlrc (#331038)
- 2.16.2
* Wed Oct 03 2007 mvidner@suse.cz
- Do not try to package COPYRIGHT.english, it is gone from
devtools (#299144).
- 2.16.1
* Thu Sep 27 2007 kmachalkova@suse.cz
- i18n: Missing strings marked for translation (modem + netcard gen.
setup) (#328191)
* Tue Sep 25 2007 mzugec@suse.cz
- fixed routing widget enabling (#326042)
- 2.16.0
* Tue Sep 25 2007 mzugec@suse.cz
- write resolv.conf after change from dhcp to static (#327074)
reload/restart network before this to put correct resolv.conf from
dhcp-backup
- 2.15.81
* Mon Sep 24 2007 mzugec@suse.cz
- for update system don't copy network from inst_sys (#325738)
- 2.15.80
* Fri Sep 21 2007 kmachalkova@suse.cz
- Remember correctly device number and device module for manually
added cards (#308762)
* Fri Sep 21 2007 kmachalkova@suse.cz
- Correct manual adding of network devices and assigning firewall
zones (pass 'eth1' 'wlan0' string instead of 'eth-eth1' or
'wlan-wlan0') (partly #308763)
- 2.15.79
* Thu Sep 20 2007 kmachalkova@suse.cz
- Always add '127.0.0.2 host.site host' line into /etc/hosts (if
'Write hostname to /etc/hosts' is enabled) to make hostname
resolvable even without active network (#304632)
- 2.15.78
* Thu Sep 20 2007 mvidner@suse.cz
- Escape quotes in NAME in save_network (#305343).
* Tue Sep 18 2007 kmachalkova@suse.cz
- Removed all udev rules workarounds (manually removing lockfiles,
tmp rules, calling udevtrigger) - just copy udev rules for net and
cd to the installed system iff they don't already exist (#292375)
- 2.15.77
* Wed Sep 12 2007 kmachalkova@suse.cz
- Do not re-add network devices (incl. loopback) into available
devices list each time Lan::Import() is called (#308132)
- Do not rewrite udev rules file during update (if it already exists
in Installation::destdir) (#293366c#7)
- 2.15.76
* Fri Sep 07 2007 mzugec@suse.cz
- fixed firmware installation for wlan cards (#307401)
- 2.15.75
* Thu Sep 06 2007 mzugec@suse.cz
- fixed missing space between source and destination when copy udev
rules into installed system (#307162)
* Thu Sep 06 2007 mzugec@suse.cz
- Finish button renamed to Accept for installation (#307789)
* Thu Sep 06 2007 mzugec@suse.cz
- for `abort in network dialogs use LanItems::Rollback (#307779)
- workflow for add/edit card can be aborted (#307778)
- 2.15.74
* Wed Sep 05 2007 kmachalkova@suse.cz
- Proxy testsuite adjusted to correct .curlrc syntax (#305163 related)
- Fix downloading release notes with proxy (#305222)
- Save proxy settings at the end of 1st stage of installation
(#298001)
- Save nameserver entry at the end of 1st stage of installation even
if no search domain is present in install.inf (#298001)
* Tue Sep 04 2007 mzugec@suse.cz
- WLAN Installation - save data from install.inf (#223570)
- 2.15.73
* Mon Sep 03 2007 mzugec@suse.cz
- install smartlink-softmodem package for devices with *ttySL*
device files (#284287)
- correctly match configuration with hardware for modem devices
using UDI instead of udi
- 2.15.72
* Mon Sep 03 2007 mzugec@suse.cz
- fixed Proxy testsuite
* Sat Sep 01 2007 mzugec@suse.cz
- read NISDomain instead of NisDomain from install.inf
* Fri Aug 31 2007 locilka@suse.cz
- Using --proxy-user and --proxy in /root/.curlrc (#305163).
- Changing priorities in syntax for /root/.curlrc parser (#305163).
* Fri Aug 31 2007 mzugec@suse.cz
- autoyast support for udev rules and backport compatibility with
old-style network devices names (#303916)
- 2.15.71
* Tue Aug 28 2007 mzugec@suse.cz
- write NAME in propose - (#301977)
- 2.15.70
* Mon Aug 27 2007 mzugec@suse.cz
- TestCase 388144 - check if ip is already in use (#304250)
- 2.15.69
* Mon Aug 27 2007 mzugec@suse.cz
- correctly handle NisDomain option from install.inf (#303844)
- 2.15.68
* Fri Aug 24 2007 mzugec@suse.cz
- use "netcard" macro from NetworkDevices (#303847)
- 2.15.67
* Fri Aug 24 2007 mzugec@suse.cz
- write extra drivers into 79-yast2-drivers.rules (#300892)
- handle renamed udev rule for network devices (#302544)
- 2.15.66
* Fri Aug 24 2007 kmachalkova@suse.cz
- Adjusted layout of several dialogs to fit 80x25 screen
* Tue Aug 21 2007 mzugec@suse.cz
- correctly write wlan configuration (#297616)
- 2.15.65
* Fri Aug 17 2007 mzugec@suse.cz
- use correct NAME for eth/wlan devices (#300670)
- 2.15.64
* Fri Aug 17 2007 mzugec@suse.cz
- fixed proposal dialog for DSL, ISDN and modem (#298273)
- 2.15.63
* Wed Aug 15 2007 mzugec@suse.cz
- for NM enable to change default gateway (#299448)
- 2.15.62
* Wed Aug 15 2007 mzugec@suse.de
- save network configuration also when smpppd/kinternet not available
for USERCONTROL enabled devices (#299033)
- 2.15.61
* Mon Aug 13 2007 mzugec@suse.cz
- autoyast support for aliases (F302300)
- 2.15.60
* Fri Aug 10 2007 kmachalkova@suse.cz
- Allow specifying different hostnames for different (static) IPs
in address dialog (FaTE #2202)
* Fri Aug 10 2007 mzugec@suse.cz
- fixed adding new device
- fix for bonding devices
- 2.15.59
* Wed Aug 08 2007 mzugec@suse.cz
- fixed wlan::firmware map
- when no interfaces configured and no NM skip
InternetTest(#192818)
- fixed device selection for InternetTest (#296393)
- 2.15.58
* Mon Aug 06 2007 mzugec@suse.cz
- copy udev rules from inst-sys (#297616)
- 2.15.57
* Mon Aug 06 2007 mzugec@suse.cz
- removed NetworkModules (no more hwcfg files)
- 2.15.56
* Thu Jul 26 2007 mzugec@suse.cz
- fixed edit aliases problem (#294099)
- 2.15.55
* Thu Jul 26 2007 mzugec@suse.de
- new option "No Encryption" in wireless dialog (#213001)
- 2.15.54
* Wed Jul 25 2007 kmachalkova@suse.cz
- A better layout of internet test dialog (#292621, also in 80x25
console)
- Splitting off devel-doc package, containing autogenerated docu
(FaTE #302461)
- 2.15.53
* Tue Jul 24 2007 mzugec@suse.cz
- fixed command line
- fixed help for ipv6
- 2.15.52
* Tue Jul 24 2007 mzugec@suse.de
- improved text in remote.desktop (#230145)
* Mon Jul 23 2007 mzugec@suse.de
- fixed - ability to set encryption for wlan cards
- "no encryption is used" reported for an ethernet card (#257974)
- 2.15.51
* Sun Jul 22 2007 mzugec@suse.de
- fixed testsuite
* Fri Jul 20 2007 mzugec@suse.de
- disable to configure card without kernel device
- fixed interface proposal (#292401)
- write ipv6 correctly (#288744)
- improved firmware database
- 2.15.50
* Wed Jul 18 2007 mzugec@suse.cz
- disallow to configure card without kernel device
- copy udev rules for persistent names on installed system
- 2.15.49
* Tue Jul 17 2007 mzugec@suse.de
- no more hwcfg files, don't use getcfg (#292085)
- 2.15.48
* Sat Jul 14 2007 kmachalkova@suse.cz
- Address dialog adapted for 80x25 terminal screen
(fix disappearing tabs)
- Hostname entry added (FaTE #2202 - does not work yet)
* Tue Jul 03 2007 kmachalkova@suse.cz
- ag_udev_persistent added to .spec file
* Mon Jul 02 2007 mzugec@suse.cz
- fixed delete item
- 2.15.47
* Mon Jul 02 2007 mzugec@suse.cz
- new module LanItems.ycp
http://lists.opensuse.org/yast-devel/2007-06/msg00001.html
- new udev agent
- propose configuration based on interface name (ifcfg-eth0)
- use getcfg for matching hwcfg instead of nm_name
- use sysfs_id to match configuration instead of udi/unique
- 2.15.46
* Thu Jun 21 2007 adrian@suse.de
- fix changelog entry order
* Mon Jun 18 2007 mzugec@suse.cz
- use correct syntax "default $IP - -" for sysconfig/route
* Mon Jun 18 2007 mzugec@suse.cz
- improved popup string (#257330)
* Fri Jun 15 2007 mzugec@suse.cz
- improved fix for sysconfig/route (#284599)
* Fri Jun 15 2007 mzugec@suse.cz
- don't write resolv.conf and route for dhcp (#284599)
- read vendor+device from sysfs instead of NAME
- 2.15.45
* Mon Jun 11 2007 mzugec@suse.cz
- don't write hwcfg when not needed
- 2.15.44
* Fri Jun 08 2007 mzugec@suse.cz
- dsl module: auto reconnect option (#244503)
- author : nderkach@gmail.com
- 2.15.43
* Fri Jun 08 2007 mzugec@suse.cz
- install kinternet if there is at least one ISDN device (#161782)
- 2.15.42
* Thu Jun 07 2007 mzugec@suse.cz
- use static keyword for ISA/pnp devices hardware filenames (#208854)
- 2.15.41
* Wed Jun 06 2007 mzugec@suse.cz
- values proposal for hardware dialog
- 2.15.40
* Fri Jun 01 2007 mzugec@suse.cz
- save_network.ycp moved from routines/ to clients/
- Detection.ycp renamed to NetHwDetection.ycp
- NetworkStorage.ycp moved to yast2 package
- 2.15.39
* Thu May 31 2007 mzugec@suse.cz
- merge code for select interfaces in InternetTest and Dsl (#117426)
- 2.15.38
* Wed May 30 2007 mzugec@suse.cz
- fixed spec requirements
* Tue May 29 2007 mzugec@suse.cz
- add Confirm::MustBeRoot to all network modules (#276478)
- 2.15.37
* Tue May 29 2007 mzugec@suse.cz
- improve add/edit device dialogs (device type)
- 2.15.36
* Mon May 28 2007 mzugec@suse.cz
- disable routing dialog when NetworkManager used (#178538)
- 2.15.35
* Mon May 28 2007 mzugec@suse.cz
- installation network changes:
http://lists.opensuse.org/yast-devel/2007-05/msg00025.html
- 2.15.34
* Fri May 25 2007 jsrain@suse.cz
- removed outdated translations from .desktop-files (#271209)
* Tue May 22 2007 kmachalkova@suse.cz
- Escape backslash characters in proxy auth credentials properly
(#256360)
- 2.15.33
* Mon May 21 2007 kmachalkova@suse.cz
- IsHostLocal test extended to include also hostname and/or IP set by
DHCP (#163170)
* Mon May 14 2007 kmachalkova@suse.cz
- Correct comparison of installed and downloaded release notes
version (to prevent useless error messages) (#269985)
* Sun May 13 2007 mzugec@suse.cz
- fixed create BOND device (#274078)
- 2.15.32
* Fri May 11 2007 mzugec@suse.cz
- possible to change STARMODE in modem (#116368)
- 2.15.31
* Mon May 07 2007 mzugec@suse.cz
- improved output from command line
- information about MAC/BusID in devices dialog (#266690)
- information about link status
- 2.15.30
* Thu May 03 2007 kmachalkova@suse.cz
- Drop finish popup for proxy
- Drop finish popup for remote administration module (#258846)
- To store VNC settings, run 'SuSEconfig' for gdm, 'rcxdm
reload' otherwise
* Wed May 02 2007 mzugec@suse.cz
- CommandLine interface (no support reported) for dsl, isdn and modem (#269890, #269894, #269899)
- 2.15.29
* Thu Apr 26 2007 kmachalkova@suse.cz
- Make MTU setting an editable combobox with few recommended values
+ better description in related help text (#267292)
* Thu Apr 26 2007 mzugec@suse.cz
- changed "Stupid Mode" to "Ignore Prompts" in modem
* Thu Apr 26 2007 mzugec@suse.cz
- "change hostname via dhcp" not selected by default (#264915)
* Sun Apr 22 2007 mzugec@suse.de
- hardware dialog moved to tab
- additional addreses moved to address tab
- changed bootproto dialog
- 2.15.28
* Fri Apr 20 2007 kmachalkova@suse.cz
- Added write progress dialogs to DNS, Routing, Host, Proxy and
Remote (administration) modules (#258846)
* Mon Apr 16 2007 mzugec@suse.cz
- /etc/hosts shows incorrect ip address for partition installed via network (#263035)
- 2.15.27
* Fri Apr 13 2007 kmachalkova@suse.cz
- Correct handling of network interface firewall zone, including
ommited help text (#257479)
- Helptexts adjusted to reflect UI changes (FaTE #120077)
- BOOTPROTO_*autoip dropped
* Thu Apr 12 2007 mzugec@suse.cz
- when NetworkManager enabled, install KNetworkManager/GnomeNetworkManager applet(#260532)
- during installation propose first connected interface (#256606)
- cosmetic fix - don't show IP/NETMASK for BOOTPROTO=NONE in description
- 2.15.26
* Tue Apr 10 2007 kmachalkova@suse.cz
- DHCP client options dialog rewritten to CWM and integrated into
General options tab
- 2.15.25
* Thu Apr 05 2007 kmachalkova@suse.cz
- Correct quoting of proxy auth credentials so that special
characters are not intepreted by bash (#256360)
- Internet test: test proxy settings before downloading release
notes. If it fails, try direct connection (#162800, #260407)
* Thu Apr 05 2007 mzugec@suse.cz
- for s390 write hwcfg file although driver doesn't provide busID
- 2.15.24
* Thu Apr 05 2007 mzugec@suse.cz
- fixed option for 'changed by another process' in dns
- 2.15.23
* Wed Apr 04 2007 mzugec@suse.cz
- improve widget handling when dhcp used/not used (#156830)
- 2.15.22
* Tue Apr 03 2007 kmachalkova@suse.cz
- Network installation proposal:
* NetworkManager and IPv6 proposals joined into 'General Settings'
proposal
* Make click on 'General Settings' title open separate dialog with
NM and IPv6 options (#255609)
- 2.15.21
* Wed Mar 28 2007 kmachalkova@suse.cz
- Make storing hostname and DNS data work again
- Further improvements to UI (FaTE #120077)
- Enable/disable VNC service in xinetd only if pkg 'xinetd' is
installed (#256385)
- 2.15.20
* Tue Mar 27 2007 mzugec@suse.cz
- yast hangs while configure network (#257347)
- 2.15.19
* Thu Mar 22 2007 mzugec@suse.cz
- NetworkStorage - handling alternative connection types (#256371)
- 2.15.18
* Wed Mar 21 2007 mzugec@suse.cz
- Service lwresd does not exist (#256344)
* Wed Mar 21 2007 mzugec@suse.cz
- Routing does not allow adding routes in Expert (#255731)
- 2.15.17
* Tue Mar 13 2007 kmachalkova@suse.cz
- RNC validation file: completed list of wireless options (#211014)
* Mon Mar 12 2007 mzugec@suse.cz
- use IPADDR/PREFIXLEN as default instead of NETMASK (#231997)
- use HAL UDI instead of UNIQUE
- redesign UI into tabs - split global and details (fate #120077)
- 2.15.16
* Mon Mar 12 2007 kmachalkova@suse.cz
- Added dependency yast2 >= 2.15.15, removed dependency on
yast2-inetd, yast2-core moved to Conflicts: (indirect dependency)
* Fri Mar 09 2007 kmachalkova@suse.cz
- Network installation proposal:
Do not re-propose firewall zone for the interface if it has been
explicitly changed by user in add/edit dialog (#241107)
- Disable firewall related functionality (incl. final progress text)
if package SuSEfirewall2 is not installed (#249847)
* Fri Mar 09 2007 mzugec@suse.cz
- disable finish popup to configure mail (#163955)
- 2.15.15
* Wed Feb 14 2007 kmachalkova@suse.cz
- Improved usability of Internet test - indicate clearly that
particular step has failed (#121705, #166237)
* Tue Feb 13 2007 mzugec@suse.de
- rnc file update
* Mon Feb 12 2007 mzugec@suse.de
- add checkbox to disable writing hwcfg-file
- 2.15.14
* Fri Feb 09 2007 kmachalkova@suse.cz
- If downloading of the relnotes fails because of server-side error,
allow to continue towards YOU and/or registration stuff (#236371)
- 2.15.13
* Wed Feb 07 2007 mzugec@suse.de
- fix hwaddr matching (#184438)
- 2.15.12
* Tue Feb 06 2007 mzugec@suse.de
- support for handle toggling between OSA Layer2/3 during installation (#184438)
- 2.15.11
* Tue Jan 30 2007 mzugec@suse.de
- fixed testsuite
* Fri Jan 26 2007 kmachalkova@suse.cz
- Use random hostname also during autoinstallation (if none found
in install.inf or /etc/hosts)(#165269)
- 2.15.10
* Tue Jan 16 2007 kmachalkova@suse.cz
- Avoid displaying empty strings in internet test dialog (#220813,
[#223498])
- 2.15.9
* Thu Jan 11 2007 mzugec@suse.cz
- #150207 - disable sysconfig.displaymanager.KDE_USE_IPV6 when disabling ipv6
* Tue Jan 09 2007 mzugec@suse.cz
- #116092 - network not set up because of pppoe
- 2.15.8
* Tue Jan 09 2007 mzugec@suse.cz
- 2.15.7
- fate #417 - interface without IP
- fate #110040 - Support Bonding Network Device
* Fri Jan 05 2007 mzugec@suse.cz
- 2.15.6 - #166997 - install kinternet when needed
* Thu Jan 04 2007 mzugec@suse.cz
- 2.15.5 - #230967 - dial-on-demand button activates dns server entry fields
* Thu Jan 04 2007 kmachalkova@suse.cz
- Hostname and DHCP options help improvements (#195148)
- Show 'Test proxy' related help text and disable the button
only when needed (#226034)
* Thu Jan 04 2007 mzugec@suse.cz
- fix for rnc file
* Thu Jan 04 2007 mzugec@suse.cz
- 2.15.4 - fixed autoconfiguration
* Thu Jan 04 2007 mzugec@suse.cz
- 2.15.3 - fate #301032 - check if ip is already in use
uses <strict_IP_check_timeout config:type="integer">
* Fri Dec 08 2006 mzugec@suse.cz
- #116211 - use combobox for module drivers instead of textedit
- 2.15.2
* Wed Dec 06 2006 mzugec@suse.cz
- #226408 - Network card -> IPv6 configuration: cannot go back
- 2.15.1
* Wed Dec 06 2006 mzugec@suse.cz
- #224884 - avoid some unwished error message (brctl)
- 2.15.0
* Wed Nov 29 2006 kmachalkova@suse.cz
- Correct check for availability of wireless firmware packages
(#223871)
- 2.14.12
* Mon Nov 27 2006 kmachalkova@suse.cz
- Do not attempt to configure wlan card requiring firmware before
the firmware is installed (#221235)
* Mon Nov 27 2006 mzugec@suse.cz
- #223136 - don't modprobe blacklisted modules
- 2.14.11
* Tue Nov 21 2006 kmachalkova@suse.cz
- Adjusted proxy dialog layout in text mode (#221648)
* Tue Nov 14 2006 kmachalkova@suse.cz
- Added autoyast validation file for proxy module(#215251)
- Display also https proxy URL in autoyast summary
- 2.14.10
* Wed Nov 08 2006 mzugec@suse.cz
- #217270 - incorrect summary when STARTMODE='off' is set
* Tue Nov 07 2006 kmachalkova@suse.cz
- At least one proxy URL must be set if proxy is enabled (#206676)
- Do not show 'Test proxy settings' button in installation mode
(#215991)
- Check 'same proxy for all protocols' checkbox when needed
- 2.14.9
* Mon Nov 06 2006 mzugec@suse.cz
- #216074 - add nfsroot to STARTMODE items
- 2.14.8
* Fri Nov 03 2006 mzugec@suse.cz
- UI to disable writing hostname to /etc/hosts
- 2.14.7
* Fri Nov 03 2006 mzugec@suse.cz
- #198417 - say "setting up smpppd, kinternet" in Write() only when really starts
- 2.14.6
* Fri Nov 03 2006 kmachalkova@suse.cz
- Advise user to use Add-on CD for installing some wi-fi binary
firmwares (#209413)
* Tue Oct 24 2006 mzugec@suse.cz
- #300604 - UI to disable IPv6 (installation)
- 2.14.5
* Mon Oct 23 2006 mzugec@suse.cz
- fate #100092 - command line support for netcards
- 2.14.4
* Mon Oct 23 2006 mzugec@suse.cz
- fate #300604 - UI to disable IPv6 (improved and fixed)
- 2.14.3
* Fri Oct 20 2006 mzugec@suse.cz
- fate #300628 - indicate when netcard is not present
- 2.14.2
* Fri Oct 20 2006 mzugec@suse.cz
- #176804 - root on iscsi
- 2.13.70
* Wed Oct 18 2006 mzugec@suse.cz
- fate #300604 - UI to disable IPv6
- 2.13.69
* Tue Oct 17 2006 kmachalkova@suse.cz
- Improved Internet Test Dialog (show more info about devices,
disable Change Device button when not needed) (#208000)
- 2.13.68
* Thu Oct 12 2006 mvidner@suse.cz
- Disabled conflicting definitions in host.rnc from last change.
- 2.13.67
* Mon Sep 25 2006 kmachalkova@suse.cz
- Better autoyast XML validation for networking and host
- Conversion function in Host::Import to handle older profiles
(as more FQDNs for one IP is allowed since 2.13.65)
- 2.13.66
* Wed Sep 20 2006 kmachalkova@suse.cz
- Network installation proposal:
click on 'Network Mode' title opens ManagedDialog to select
between NM and ifup (#203817)
* Tue Sep 19 2006 kmachalkova@suse.cz
- Allow using more FQDNs for one IP in /etc/hosts editor (#152036)
- Adjusted testsuite (Host.*)
- 2.13.65
* Thu Sep 14 2006 mzugec@suse.cz
- 2.13.64 - fate #100092 - command line support in network module
* Thu Sep 14 2006 locilka@suse.cz
- Improving the Internet Test Dialog (FATE #100294)
* Fri Sep 08 2006 kmachalkova@suse.cz
- Added missing icon to Hostname installation dialog (#203816)
* Wed Sep 06 2006 kmachalkova@suse.cz
- Allow using the same proxy URL for all protocols (#57919)
- Updated proxy module help text (#181931)
- 2.13.63
* Fri Sep 01 2006 kmachalkova@suse.cz
- Added line wrapping to checkbox label in dns.ycp (#166236)
due to lack of space for languages such as french
* Wed Aug 30 2006 mzugec@suse.cz
- fixed #73739 - don't use stadic default gw with dhcp
* Fri Aug 25 2006 mvidner@suse.cz
- Allow editing despite having a Xen bridge in Autoyast mode (#196479).
* Tue Aug 22 2006 mvidner@suse.cz
- Main dialogs:
Disable the Back button when there is no going back (#54027).
Rename Next to Finish when there is nowhere else to go (#182853).
- 2.13.61
* Fri Aug 11 2006 mvidner@suse.cz
- Fixed typos in English.
* Fri Aug 11 2006 kmachalkova@suse.cz
- Removed running SuSEconfig module "profiles" from Proxy.ycp, since
it has been dropped and is no longer needed
- Updated ProxyFinishPopup() text (#158564)
- 2.13.60
* Tue Aug 01 2006 mvidner@suse.cz
- NetworkManager cannot do additional addresses, disable the dialog
(#165059).
- NetworkManager now respects DHCLIENT_MODIFY_RESOLV_CONF, enable the
checkbox accordingly (#156830).
- 2.13.59
* Tue Jul 18 2006 mvidner@suse.cz
- Better logging of the internet test (#192745).
* Sun Jul 16 2006 olh@suse.de
- introduce a Linuxrc::display_ip and use it instead of Arch::s390
- 2.13.58
* Mon Jul 10 2006 mvidner@suse.cz
- After the installation, use the correct module for the card over
which the installation was done (#186000).
- Include also WiFi cards in the DSL PPPoE dialog (#186102).
- 2.13.57
* Fri Jun 09 2006 locilka@suse.cz
- Identify the release notes downloaded during the internet test by
the product name (#180581).
- 2.13.56
* Thu Jun 08 2006 mvidner@suse.cz
- Do not report a duplicate IP address if the interface is not up
(#182473).
- After the internet test, set focus to Next (#105811).
- 2.13.55
* Mon Jun 05 2006 mvidner@suse.cz
- Made the proxy settings fit to 24 lines (#181404).
- 2.13.54
* Fri Jun 02 2006 mvidner@suse.cz
- Added a missing translation marker to the routing table (#179906).
* Fri Jun 02 2006 locilka@suse.cz
- At least one release-notes downloaded results in the successful
internet test (#181094).
- 2.13.53
* Mon May 29 2006 mvidner@suse.cz
- Disable editing interfaces if we see a Xen bridge (#178848).
- 2.13.52
* Mon May 22 2006 mvidner@suse.cz
- Set STARTMODE=nfsroot for proposed interface if on iSCSI root (#176804).
- 2.13.51
* Fri May 19 2006 mvidner@suse.cz
- Tell NetworkManager when writing the dialup settings by calling
rcnetwork reload (#162959).
- 2.13.50
* Wed May 17 2006 mvidner@suse.cz
- For iucv, create static hwcfgs, like hwcfg-static-iucv-id-$ID
(#176330).
- 2.13.49
* Tue Apr 25 2006 mvidner@suse.cz
- Added an autoyast option to apply the network settings immediately
so that suse_register or OES can use them (#128810, #168806).
- 2.13.48
* Fri Apr 21 2006 locilka@suse.cz
- Added missing changes between 2.13.45 and 2.13.46
- 2.13.47
* Fri Apr 21 2006 locilka@suse.cz
- Prevent from installing older release notes during the internet
test. It would fail with useless error message and confuse user.
This change enhances behavior of #164388 and fixes (#167985).
- 2.13.46
* Thu Apr 20 2006 sreeves@suse.de
- Fixes were made in gnome-menus so rolling back these redundant changes.
* Wed Apr 19 2006 sreeves@suse.de
- Fix for 152681 - add "yast2 modem" and "yast2 dsl" to CC
Fix for 152999 - add "yast2 lan" to CC
* Wed Apr 12 2006 mvidner@suse.cz
- Enable ifplugd by default only on laptops (#164816).
- 2.13.45
* Wed Apr 12 2006 locilka@suse.cz
- Prevent from downloading 'undefined' release notes (#165314).
- 2.13.44
* Fri Apr 07 2006 locilka@suse.cz
- Adding more error messages into log when some bash command fails
during the internet test (#162628).
- Check the installed version of release-notes against the
downloaded one during the internet test. Skip installation of
release-notes in case of the same version (#164388).
- 2.13.43
* Thu Apr 06 2006 mvidner@suse.cz
- Disable suse_register if the internet test fails (#164042).
- Disable the back button in inst_hostname (jsuchome, #157125).
- 2.13.42
* Mon Apr 03 2006 mvidner@suse.cz
- Fixed determining the installation network device by using the C
locale properly (#116537c47).
- 2.13.41
* Mon Apr 03 2006 locilka@suse.cz
- Fixing log viewer to be able to show more log files with the same
label (such as Release Notes) (#162175).
- 2.13.40
* Tue Mar 28 2006 locilka@suse.cz
- Every single fetching of release notes has its own log (#161251).
- 2.13.39
* Fri Mar 24 2006 locilka@suse.cz
- Merged proofread texts.
* Fri Mar 24 2006 locilka@suse.cz
- Download all release notes for all installed products (add-ons)
during the internet test (#160563).
- Inform user when checking or installing downloaded RPM fails
(#160562).
- 2.13.38
* Mon Mar 20 2006 mvidner@suse.cz
- Do not always enable the firewall when adding a new interface
(#152650).
- Preserve route options when editing (#159359).
- 2.13.37
* Mon Mar 13 2006 locilka@suse.cz
- Partly fixing bug #157342, 'raw' is not known termtype
using 'dumb' instead
- 2.13.36
* Fri Mar 10 2006 mvidner@suse.cz
- Instead of linux, use a randomized hostname like linux-09az (#157107).
- 2.13.35
* Thu Mar 09 2006 mvidner@suse.cz
- Take the default STARTMODE from the product control file,
allowing not to have ifplugd get in the way on SLES (#156388).
- Merged proofread texts.
- Reapplied the changes between 2.13.29 and 2.13.31 (discarding
2.13.33) as they were unrelated to #156054.
- 2.13.34
* Wed Mar 08 2006 jsrain@suse.de
- reverted changes between 2.13.29 and 2.13.31
- 2.13.33
* Wed Mar 08 2006 jdsn@suse.de
- added global variable for suse register
- 2.13.32
* Tue Mar 07 2006 mvidner@suse.cz
- Load network modules before determining the interface used for the
installation source (#116537).
- 2.13.31
* Thu Mar 02 2006 mvidner@suse.cz
- Autoyast: use linuxrc data for routing, resolver and hostname if
not specified in the profile (#153426, improving the #117484 fix).
- 2.13.30
* Thu Mar 02 2006 visnov@suse.cz
- don't check available updates in internet connection test
- 2.13.29
* Wed Mar 01 2006 mvidner@suse.cz
- If an interface is not assigned to a firewall zone, do not say the
firewall is disabled (#154295).
- Do not allow the USB speed to enter the provider file (#148893).
* Tue Feb 28 2006 mvidner@suse.cz
- Do not use the IP for the hostname (#152218).
- 2.13.28
* Mon Feb 27 2006 mvidner@suse.cz
- XenU: do not filter out the network device (#153235).
- 2.13.27
* Thu Feb 23 2006 mvidner@suse.cz
- Hwup all hwcfgs, not just the changed ones, so that we get back
modules that were unloaded because of deconfigured devices but are
still needed (#136298).
- Autoyast: Allow matching by MAC, bus id and module for second and
subsequent interfaces (#119592#c9), improved not to break when
specifying two devices with the same module (#146965).
- When switching from Layer 2 to Layer 3, LLADDR must be emptied (#151196).
- 2.13.26
* Mon Feb 20 2006 mvidner@suse.cz
- Using the DHCP hostname:
hostname dialog proposes it on non-laptops
network proposal must not override earlier user choice (#152029)
function moved to Arch (#151813)
- Changed the warning for the binary-only AVM driver (#151148).
- 2.13.25
* Tue Feb 07 2006 mvidner@suse.cz
- Don't disable important widgets if NetworkManager is enabled (#148485).
- 2.13.24
* Tue Feb 07 2006 mvidner@suse.cz
- Allow to configure the network cards even if NetworkManager is
enabled (#148485).
- Skip the internet test when there are no interfaces (#148005).
- 2.13.23
* Mon Feb 06 2006 mvidner@suse.cz
- Added ETHTOOL_OPTIONS (so far for autoyast only, uses also
install.inf) (#145041).
- Use Hostname instead of Machinename from install.inf (#144687)
- 2.13.22
* Sun Feb 05 2006 mvidner@suse.cz
- Hide the dialup firewall checkbox when there is no device yet (#146388).
- Distinguish cached and full Lan::Read so that the dirty bit is
not reset when reproposing because of NM change. #147270
- 2.13.21
* Wed Feb 01 2006 mvidner@suse.cz
- Fixed the formfactor laptop detection.
* Mon Jan 30 2006 mvidner@suse.cz
- For NetworkManager, propose basic ifcfgs because of firewall.
- Fixed editing of resolver settings for static setups (#146162).
- Fixed changing the interface for the internet test if NM is used (#146167).
- Use BuildRequires
- 2.13.20
* Wed Jan 25 2006 mvidner@suse.cz
- Use "formfactor" from .probe.system to detect a laptop (#145485).
- Proposal: when NetworkManager is turned off, do not ask about it
again when entering network card configuration.
* Wed Jan 25 2006 visnov@suse.cz
- Network Mode proposal client must have different id than Lan client
- 2.13.19
* Tue Jan 24 2006 mvidner@suse.cz
- Internet test: even after getting an address, sleep 5 (#145153c7).
- 2.13.18
* Tue Jan 24 2006 mvidner@suse.cz
- Internet test: another try at waiting for managed interfaces (#145153).
- Prefer /etc/install.inf to /etc/HOSTNAME when determinining the
hostname (#144687).
- Install NetworkManager.rpm if needed.
- Changed the values of WIRELESS_WPA_MODE and WIRELESS_EAP_AUTH
(mostly just uppercased) (#145196).
- Merged proofread messages.
- 2.13.17
* Mon Jan 23 2006 mvidner@suse.cz
- For NetworkManager, don't forget to write the network/config setting (#144139).
- Added networkmanager_proposal to the network proposal.
Now NM has a separate heading and comes first.
- Fixed the standalone hostname and name server dialog which looked
quite psychedelic lately.
- 2.13.16
* Mon Jan 16 2006 mvidner@suse.cz
- Use /etc/sysconfig/network/config:NETWORKMANAGER instead of
rcnetworkmanager (#135595).
- Sleep 15 seconds after telling NetworkManager to activate an
interface for internet test.
- Prefer the string product feature network/network_manager (always,
laptop, never) over boolean network/network_manager_is_default.
- Warn when configuring modems and NetworkManager is enabled.
- Disabled entering the apostrophe to ESSID since the agent does not
quote it (#118157).
- Use a separate dialog for switching between NetworkManager and ifup.
Format the NetworkManager part of the proposal like the firewall one.
(#141025).
- Internet test: fixed cancelling of device selection that got broken
again (#143182).
- 2.13.15
* Thu Jan 12 2006 mvidner@suse.cz
- Added networking/managed for autoyast.
- 2.13.14
* Thu Jan 12 2006 locilka@suse.cz
- Fixed/Enhanced Remote Administration (#135605)
If the installation is running in VNC, Remote Administration is
enabled by default and a new xorg.conf is written by SaX2 because
XServer configuration is disabled in the hardware proposal in this
case.
* Thu Jan 12 2006 mvidner@suse.cz
- Fixed a typo in the device-activating dbus-send (#142782).
* Tue Jan 10 2006 mvidner@suse.cz
- Really write hostname in the new dialog (#142292).
- Lan::GetDefaultsForHW (used by autoyast) works again.
- 2.13.13
* Mon Jan 09 2006 mvidner@suse.cz
- Fixed internet connection test with NetworkManager (#138507).
- inst_hostname: Use the installation-style abort popup.
- 2.13.12
* Thu Jan 05 2006 mvidner@suse.cz
- SLES: Ask for the host name, before the root password dialog (#62165, F4126).
- Replaced Require by Package.
- Made the Internet connection test dialog fit to text console (#140950).
- Replaced "host name" by "hostname" according to the style guide.
- 2.13.11
* Mon Dec 19 2005 mvidner@suse.cz
- Moved NetworkService from yast2-network.rpm to yast2.rpm
so that the firewall proposal can use it (#139402).
- Merged proofread texts (many changes: do not end summary lines with
periods).
- 2.13.10
* Thu Dec 15 2005 mvidner@suse.cz
- Added the WPA EAP Details dialog, with EAP authentication method and
PEAP version (F300381).
- 2.13.9
* Tue Dec 13 2005 mvidner@suse.cz
- Internet test: when cancelling changing of a device, nothing was
selected (#138219, mzugec)
- 2.13.8
* Mon Dec 12 2005 mvidner@suse.cz
- Domain search: limit input to 6 domains, help with syntax (#138017).
- Enhanced the WPA EAP dialog (F300381): added a mode switch,
anonymous identity, client key and password.
- 2.13.7
* Mon Dec 05 2005 mvidner@suse.cz
- Added a global switch for NetworkManager. Either rcnetwork or
rcnetworkmanager is run. STARTMODE=managed is not used.
- 2.13.6
* Fri Dec 02 2005 mvidner@suse.cz
- Address dialog:
Fixed displaying the initial tab.
Adjusted spacing to fit to 80x24.
Prepared some widgets for interface renaming.
* Wed Nov 23 2005 mvidner@suse.cz
- Moved the NIC details dialog to a tab in the address dialog.
- Allowed more than 3 search domains (#55012, F120075) in the resolver
dialog by using a multi line edit instead of 3 text entries. Also
fixed checking whether something has changed in the dialog.
* Tue Nov 22 2005 mzugec@suse.cz
- feature #100095 - select network interface for testing internet
connection
* Tue Nov 15 2005 mvidner@suse.cz
- Rewrote AddressDialog to CWM (preparing to attack bug #44721).
For the time being, the wizard sequencer interface is the same
and the look almost the same.
- 2.13.5
* Wed Nov 09 2005 mvidner@suse.cz
- lan: Added ifcfg:STARTMODE=managed for NetworkManager.
- 2.13.4
* Fri Oct 21 2005 mvidner@suse.cz
- Added a widget for hwcfg:LCS_LANCMD_TIMEOUT (#98958#c23, hare).
- Use ifcfg:LLADDR instead of hwcfg:QETH_MACADDRESS for Layer 2
(#98958#c12, hare).
- 2.13.3
* Thu Oct 13 2005 mvidner@suse.cz
- Merged messages proofread for SLES9 SP2.
- 2.13.2
* Fri Oct 07 2005 mvidner@suse.cz
- Autoyast: support interface matching by vio bus id (#119592).
- Autoyast: do not ignore networking/dns if networking/interfaces is
empty (#117484).
- Added a widget for Layer 2 MAC address (#98958, with hare).
- Honor BrokenModules from install.inf (#97540).
* Fri Sep 30 2005 mvidner@suse.cz
- Enabled DHCP on S/390s (#87336, with hare).
- Emphasized that the host name is global (#91202).
- Fixed disabling IPA takeover (#85438#c32).
- Fixed setting QETH options to empty (#90454).
- Changed the default MTU for LCS eth and tr to 1492 (#81815,
[#93798]).
- Added the possibility to turn on the Layer 2 option
for qeth and hsi (hare, #84148, #85438#c32).
- Fixed the configuration of ESCON and FICON (#82891).
- When proposing LAN config (also in autoyast in some cases), use the
module from install.inf, not the first one of several options (like
tg3/bcm5700). #81533.
- 2.13.1
* Mon Sep 26 2005 mvidner@suse.cz
- Make ifplugd the default startmode for NICs (#115448).
- If a NIC is configured with no address, say so (#116092).
- 2.13.0
* Fri Sep 09 2005 arvin@suse.de
- run SuSEconfig gdm after remote control changes (bug #115901)
- 2.12.15
* Fri Sep 02 2005 mvidner@suse.cz
- Do not show ISDN controllers both as configured and unconfigured
(#103073).
- Fix acivating network after backing out and configuring again
(#113101).
- 2.12.14
* Wed Aug 31 2005 locilka@suse.cz
- Fixing bug #113223, Fetching release notes in the installation
did not use PROXY settings. Testing proxy timed out after a very
long time.
- 2.12.13
* Sat Aug 27 2005 mvidner@suse.cz
- Fixed editing ISDN providers (#104122).
- Network settings would not be written if the wifi link was used in
the proposal (#113196).
* Mon Aug 22 2005 mvidner@suse.cz
- Don't use rcnetwork reload if it is not running (#106040).
- Don't stop network unnecessarily (Detection stuff, #106040).
- 2.12.12
* Thu Aug 18 2005 mvidner@suse.cz
- More valid characters for proxy user name (#103841).
* Wed Aug 17 2005 mvidner@suse.cz
- Enable firewall for newly added modems and DSLs (#66478).
- 2.12.11
* Mon Aug 15 2005 mvidner@suse.cz
- Clear the static address if using DHCP (#104494).
- Omit BROADCAST and NETWORK (#50955).
- Enable the ISDN init script (#104590).
- Merged proofread texts.
- 2.12.10
* Thu Aug 11 2005 mvidner@suse.cz
- Added missing imports (check_ycp).
* Tue Aug 09 2005 mvidner@suse.cz
- Made the proposal link to change WiFi work (F2103).
- Again fixed selecting the wrong card to edit (#98852, #102945).
- 2.12.9
* Fri Aug 05 2005 mvidner@suse.cz
- Unified the configured and unconfigured lists (F5630, with visnov).
- 2.12.8
* Thu Aug 04 2005 mvidner@suse.cz
- Do not mix up the unconfigured cards (#98852).
* Thu Jul 28 2005 jsuchome@suse.cz
- updated desktop files
- merged proofread messages
- 2.12.7
* Mon Jul 25 2005 mvidner@suse.cz
- Warn in the proposal about unencrypted WiFi,
have a direct link to change it (unimplemented) (F2103).
- 2.12.6
* Fri Jul 22 2005 mvidner@suse.cz
- Prefer WiFi for the proposal (F2103).
- 2.12.5
* Fri Jul 22 2005 mvidner@suse.cz
- Added WPA-EAP configuration (F100140).
- 2.12.4
* Mon Jul 18 2005 mvidner@suse.cz
- Removed an obsolete workaround for bug 65164.
- 2.12.3
* Thu Jul 14 2005 mvidner@suse.cz
- Do not default to storing ISP passwords on disk (#59836).
* Mon Jul 11 2005 mvidner@suse.cz
- Fixed aborting the network test during the installation (YOU and
release notes) (visnov, #44552, F110072).
* Mon Jul 11 2005 mvidner@suse.cz
- Added "Test Proxy Settings" functionality (locilka, #55861).
- 2.12.2
* Thu Jun 23 2005 mvidner@suse.cz
- Fixed and beautified HTTPS_PROXY.
* Wed Jun 22 2005 visnov@suse.cz
- HTTPS_PROXY support (#67357)
- Proxy command line support
* Fri Jun 10 2005 mvidner@suse.cz
- WiFi: allow setting the channel only in Master and Ad-hoc modes
(#88530)
* Wed Jun 01 2005 mvidner@suse.cz
- Do not load a NIC driver if one is already loaded (#59794#c31).
- Use network module options supplied by user during
boot (install.inf) when installing and proposing (#75720).
- For force_static_ip, also change the default in the address dialog
(#65524).
- Properly enable/disable widgets and validate input
in the DNS dialog (#28427, #63423).
* Mon May 16 2005 mvidner@suse.cz
- Removed an obsolete Requires: yast2-firewall.
- Added help text about the alias name format (#83766).
* Mon May 02 2005 locilka@suse.cz
- Added Firewall support into the Remote Administration settings
- Added full Command Line support for Remote Administration
* Tue Apr 19 2005 mvidner@suse.cz
- Adapted to ProductFeatures changes
- Do not use "default" as an identifier.
- 2.12.1
* Fri Apr 01 2005 mvidner@suse.cz
- Fixed detection of WPA-PSK support (#74496).
- Removed obsolete file for personal firewall.
* Tue Mar 22 2005 mvidner@suse.cz
- isdnctrl was moved to /sbin (#74096).
- 2.11.32
* Tue Mar 22 2005 mvidner@suse.cz
- ISDN proposal: full init before internet test (#74096).
- Sleep before drdsl to avoid some race.
- 2.11.31
* Tue Mar 22 2005 mvidner@suse.cz
- Fritz!Card DSL: drdsl must not use the -n switch (#74205).
- 2.11.30
* Sat Mar 19 2005 nashif@suse.de
- DSL: Offer Point to Point Tunneling Protocol again (#73043)
- V 2.11.29
* Sat Mar 19 2005 nashif@suse.de
- Do not set empty UNIQUE when autoinstalling (#73922)
* Fri Mar 18 2005 mvidner@suse.cz
- DSL: do not offer Point to Point Tunneling Protocol,
pptp.rpm was removed because we no longer have ppp_mppe.ko (#73043)
- 2.11.27
* Thu Mar 17 2005 mvidner@suse.cz
- Fixed autoinstallation by reintroducing uppercasing (#73595).
- 2.11.26
* Mon Mar 14 2005 mvidner@suse.cz
- Reload lwresd if resolv.conf changes (#72450).
- Moved the single quote fix to NetworkDevices.ycp (#72164).
- 2.11.25
* Fri Mar 11 2005 mvidner@suse.cz
- Don't allow single quotes inside ifcfg-*:NAME (#72164).
- Use NetworkDevices::ConcealSecrets not to log sensitive information
(#65741).
- Multiple autoinstallation fixes by means of a rewrite (nashif)
* #65976 - autoyast does not write network configuration
correctly. Use proposal method to setup network devices
for autoyast and handle multiple interfaces correctly
* #60716 - autoyast detects myrinet as ethX
* #67405 - autoyast configures two interfaces
* #65353 - ability to provide static network information for autoyast
- Added WLAN channels 13 and 14 to the default list (#67150).
- Enable user control of newly added WLAN cards (#63767).
- 2.11.24
* Tue Mar 08 2005 kkeil@suse.de
- use valid default IPs for ISDN and not 0.0.0.0 (#43169, #56181)
- 2.11.23
* Thu Mar 03 2005 kkeil@suse.de
- fix ISDN ISA card setup (#67129)
- /etc/init.d/isdn stop --> /etc/init.d/isdn unload
- 2.11.22
* Wed Mar 02 2005 locilka@suse.cz
- Merged proofed texts
- 2.11.21
* Thu Feb 24 2005 mvidner@suse.cz
- Allow WEP keys of lengths that the card supports (#60011).
- Adjusted to the actual wireless card features implementation in
agent-probe (#65391).
- 2.11.20
* Mon Feb 21 2005 mvidner@suse.cz
- Improved the layout of the internet connection test dialog
(F100294).
- Confirm also detection of PPPoE DSL (Novell #66056).
- Provider help texts now match the dialog (Novell #66001).
- Set modified to false when resetting in autoyast.
- 2.11.19
* Fri Feb 11 2005 mvidner@suse.cz
- Fixed CLI handlers (wrong function signatures).
- Propose network config also when there's ifcfg-usb (#50164).
- Do not log provider data, they contain passwords (#50741).
- Fixed selecting an ISDN card manually (#50725).
- Do not propose a dynamic address if the product (OES) says
force_static_ip (#50524).
- Warn when selecting a device without a module (#29296).
- 2.11.18
* Mon Feb 07 2005 mvidner@suse.cz
- Merged proofread texts.
- 2.11.17
* Fri Feb 04 2005 mvidner@suse.cz
- Introduced ifcfg:NAME, user's name for the interface,
initialized from the hardware description. No widget yet.
- Added firewall zone selection to network card details dialog,
jump to it if the interface is not in any zone.
Add new network cards to the external zone if the firewall
is already enabled (#47309, #50333).
- For WLAN interfaces, wireless-tools.rpm is needed (#49880).
- Help text fix: cannot correct network settings during an update
(#50381).
- 2.11.16
* Thu Jan 27 2005 mvidner@suse.cz
- Use /etc/init.d/network reload (#31698).
- hwdown and hwup changed devices (#44794).
- Added SGI Gigabit Ethernet (#48973).
- 2.11.15
* Thu Jan 27 2005 mvidner@suse.cz
- Improved and unified labels and helps for STARTMODE (#50095).
Canonicalized its values (on, boot, onboot -> auto).
- 2.11.14
* Tue Jan 25 2005 mvidner@suse.cz
- Use Progress::set also in clients.
* Mon Jan 24 2005 nashif@suse.de
- Fixed second argument used to skip client when going back in the workflow
* Mon Jan 24 2005 nashif@suse.de
- Hardcode argument of inst_netsetup, currently argument `up is not
needed because the client does only `up and no `down anymore
* Mon Jan 17 2005 mvidner@suse.cz
- Added DSL card detection.
- Recognize USB Host-to-Host link detected by hwinfo (#22739).
- Moved common things from SelectHW to SelectHardware.
* Fri Jan 14 2005 mvidner@suse.cz
- Remove old data from /etc/hosts after having re-configured
hostname or IP during installation (#49634).
- UI for Wireless card feature enquiry.
- Keep logs from internet connection test (#46285).
- Fixed building with new devtools.
- 2.11.11
* Wed Dec 22 2004 mvidner@suse.cz
- Updated help for WLAN ESSID (#39458).
- Warn when changing the interface type (#30890).
- Describe valid host and domain names in error popups (#22802).
- 2.11.10
* Wed Dec 15 2004 mvidner@suse.cz
- fixed build
- 2.11.9
* Wed Dec 15 2004 mvidner@suse.cz
- Using new firewall code in yast2.rpm via SuSEFirewall4Network.
- Using Progress::set
- Resolver: if the search list is empty, prefill the domain (#49094).
- 2.11.8
* Thu Dec 09 2004 mvidner@suse.cz
- IPs for /etc/hosts: watch out for BOOTPROTO=dhcp and nonempty
IPADDR (#49055).
- No-proxy domains: improved help, add commas if missing (#48998).
* Thu Dec 02 2004 locilka@suse.cz
- Added module SuSEFirewall4Network for handling network interfaces
in SuSEfirewall2 using SuSEFirewall module.
* Fri Nov 12 2004 mvidner@suse.cz
- Fixed deleting additional addresses via the specialized dialog (#48191).
- Do not allow slashes ifcfg and hwcfg names (#46803).
- Run kinternet with the --quiet option (#46828).
- Install wpa_supplicant when a device uses WPA-PSK (#47809).
- 2.11.7
* Wed Nov 10 2004 mvidner@suse.cz
- Moved NetworkDevices from yast2-network to yast2.
- 2.11.6
* Thu Nov 04 2004 mvidner@suse.cz
- Fixed errors found by stricter type checking.
- Replaced selects and lookups by brackets.
- 2.11.5
* Wed Oct 27 2004 mvidner@suse.cz
- Actually assign to allow_administration in Remote::Read (#44684).
- Changed label: IUCV "link name/partner" to "peer name" (#42789).
- Added qeth options and IP takeover to qeth and hsi (hare, #41570).
- Use new common strings from Label.
- Adapted to changes in Mode.
- 2.11.4
* Tue Oct 19 2004 mvidner@suse.cz
- Deleted an unused file that triggered a format string mismatch.
- 2.11.3
* Thu Oct 14 2004 jsrain@suse.cz
- fixed testsuite
- 2.11.2
* Mon Oct 11 2004 jsrain@suse.cz
- adapted to new Arch:: interface
* Thu Oct 07 2004 arvin@suse.de
- protect special characters when displaying logs from Internet
connection test (bug #46410)
* Wed Oct 06 2004 mvidner@suse.cz
- Consider smpppd and kinternet also for ISDN interfaces (#46888),
dialup does not matter, only USERCONTROL does (#44303).
- 2.10.33
* Tue Oct 05 2004 mvidner@suse.cz
- Do not set FIREWALL (restart on connect) according to the External
fw interface checkbox (#45935).
- 2.10.32
* Tue Oct 05 2004 mvidner@suse.cz
- Do not assign 127.0.0.2 to localhost (#46715).
- 2.10.31
* Mon Oct 04 2004 mvidner@suse.cz
- Moved the "cd /" workaround to yast2-network (#46055).
- Do not change proxy settings in the proposal (#46635).
- 2.10.30
* Thu Sep 30 2004 mvidner@suse.cz
- One more place to pass the required packages (#45960).
- 2.10.29
* Wed Sep 29 2004 mvidner@suse.cz
- Don't display DHCP if the resolver is set up statically (#46377).
- Don't use "ppp" as the firewall interface (#46378).
- 2.10.28
* Wed Sep 29 2004 arvin@suse.de
- disable ugly hack of bug #42177 since 9.2 is a box product
* Tue Sep 28 2004 mvidner@suse.cz
- Do not run dhcpcd-test, it may trigger IP address change (#46214).
- 2.10.26
* Mon Sep 27 2004 mvidner@suse.cz
- Lan: install packages reported by hwinfo, eg. firmware (#45960).
- Fixed firewall fix (#45857).
- 2.10.25
* Sat Sep 25 2004 mvidner@suse.cz
- Removed inst_netsetup (`dn) and write resolv.conf directly.
Network setup will be able to install packages from network
and write the definitive configuration (#45317).
- Check whether kinternet is installed (#43556).
- Run it via a desktop file (#37864).
- Use yast2-firewall to access the firewall configuration (#45857).
- Edit the default wireless key, not the first one (#46029).
- 2.10.24
* Fri Sep 24 2004 mvidner@suse.cz
- Don't require installation of generically named kernel packages
(#44977).
- Do not warn about no wireless key if we proceed with the key
dialog (#46025).
- 2.10.23
* Thu Sep 23 2004 arvin@suse.de
- set proxy for downloading of release notes (bug #35370)
* Wed Sep 22 2004 arvin@suse.de
- check signature of release notes (bug #45647)
* Mon Sep 20 2004 kkeil@suse.de
- do only install addon packages if proposal was accepted (#45314)
- 2.10.20
* Mon Sep 20 2004 mvidner@suse.cz
- Do not write hwcfg for PC Cards (#42421).
- lan_auto::Reset: clear modification flag
- 2.10.19
* Fri Sep 17 2004 mvidner@suse.cz
- Do not (mis)configure WLAN cards automatically (#44951).
- Do not falsely alarm about duplicate IPs if we have more
interfaces (#45169).
- 2.10.18
* Tue Sep 14 2004 mvidner@suse.cz
- Firewall for network interfaces: use FW_DEV_EXT instead of
personal-firewall (#33649).
* Mon Sep 13 2004 mvidner@suse.cz
- Added Lan::AutoPackages for autoinst mode (nashif).
- Install RPMs with kernel modules (#44394).
- 2.10.17
* Mon Sep 13 2004 kkeil@suse.de
- add ISDN:NetDeviceList() function for a list of configured
ISDN network interfaces (#44677)
- manual is the default STARTMODE for ISDN interfaces
* Thu Sep 09 2004 mvidner@suse.cz
- Do not write the VNC settings until the whole proposal
has been accepted (#44136).
- LAN: STARTMODE="manual" if not specified but "auto"
for new configurations (#44804).
- Install ifplugd if needed (#44838).
- There's no dhcp detection process to kill (#44557).
- 2.10.16
* Mon Sep 06 2004 mvidner@suse.cz
- Added STARTMODE=ifplugd.
- Prepare for installing kernel RPMs (#44394).
- 2.10.15
* Fri Sep 03 2004 mvidner@suse.cz
- Renamed Virtual Aliases to Additional Addresses (#42412).
- Deleted a redundant copy of DuplicateIP and fixed
the other one (#9951).
- Call hwup for hwcfg-static* instead of rccoldplug (#44626).
- Don't write hwcfg files for bus-(pcmcia|usb) devices (#42421).
- 2.10.14
* Thu Sep 02 2004 msvec@suse.cz
- write alias label and fixed alias editing (#42412)
* Wed Sep 01 2004 mvidner@suse.cz
- Fixed configuring the dummy interface (#44582).
- Another try at detecting KDE because of kinternet (#43556).
* Tue Aug 31 2004 nashif@suse.de
- Fixed lan_auto to handle different devices (#44014)
- use modified flag (#43904) in auto clients
* Mon Aug 30 2004 mvidner@suse.cz
- Removed excess vertical spacing from LAN proposal (#44449).
- Added periods to summary sentences (#44139).
- 2.10.12
* Fri Aug 27 2004 mvidner@suse.cz
- Fixed telephone country code of Slovakia, added Czech Rep. and
North America. (#44085)
- Merged proofread texts.
* Thu Aug 26 2004 mvidner@suse.cz
- Don't forget to write the WPA-PSK key (#44316).
- Activate smpppd+kinternet for user controlled interfaces (#44303).
- Restore interface configuration name when switching back from
bus-{usb,pcmcia} (#38213)
- 2.10.11
* Mon Aug 23 2004 mvidner@suse.cz
- Enable USERCONTROL for new modem, DSL and ISDN interfaces (#43945).
- Dial Prefix Regex is enabled only for user controlled modems (#43945).
- 2.10.10
* Thu Aug 19 2004 mvidner@suse.cz
- Wireless: better input checking, updated help texts.
- 2.10.9
* Wed Aug 18 2004 mvidner@suse.cz
- Mark unplugged network cards in the list of unconfigured ones.
- Fixed return type of LanSequence for CommandLine.
- 2.10.8
* Tue Aug 17 2004 mvidner@suse.cz
- VNC: Using xorg-x11 instead of XFree86.
- Fixed parallel build (nested directory symlinks).
- 2.10.7
* Mon Aug 16 2004 mvidner@suse.cz
- Phone number checking relaxed from validchars to are-you-sure (#43723).
- Added usb to CardRegex[netcard] (#43089).
- 2.10.6
* Tue Aug 10 2004 mvidner@suse.cz
- VNC: Fixed status display and restarting xinetd,
enhanced XDM warning (#43264)
- Merged proofread texts.
* Thu Aug 05 2004 msvec@suse.cz
- modem config files are now ifcfg-modem*
- enabled preliminary Bluetooth support
- minimal commandline support
- improved summary output
- 2.10.5
* Fri Jul 30 2004 mvidner@suse.cz
- Wireless: Added WPA-PSK.
- LAN: Use editable combo instead of textentry for Configuration name
(not filled with useful data yet).
- Adjusted testsuite for removal of Mode::live_evil.
- 2.10.4
* Thu Jul 29 2004 mvidner@suse.cz
- Added Dial prefix regular expression for modem ifcfgs (#23315).
* Tue Jul 27 2004 mvidner@suse.cz
- New checkbox for interfaces: "User Controlled".
- 2.10.3
* Fri Jul 23 2004 mvidner@suse.cz
- Moved the wireless dialog from the hardware one
to after the address one (#42420).
* Fri Jul 23 2004 jsrain@suse.cz
- added function to detect if host name (or IP address) is local
host
* Fri Jul 23 2004 mvidner@suse.cz
- Fixed configuration of s390 LCS devices (#42886).
* Tue Jul 20 2004 msvec@suse.cz
- improved DNS and Routing summaries
- duplicate IP address detection (#9951)
- fixed coldplugged HW (#40587)
* Wed Jul 14 2004 mvidner@suse.cz
- Shut up when there are no wlan files to fix (#42990).
* Mon Jul 12 2004 mvidner@suse.cz
- For temporary network setup during installation (inst_netsetup),
use also the domain name from install.inf (#42758).
- Moved nsswitch.conf agent to yast2-pam.
- 2.10.2
* Thu Jul 08 2004 mvidner@suse.cz
- Fixed deleting virtual aliases (#42386).
- 2.10.1
* Thu Jul 08 2004 mvidner@suse.cz
- Added more "testedfiles" to test cases to make it work with the new testsuite.
- 2.10.0
* Mon Jun 28 2004 msvec@suse.cz
- don't show writing progress (#42248)
- use by-id naming for IUCV devices (#42212)
- after update fix possibly wrong permissions (#24842)
- updated s390 card list (hare)
- 2.9.57
* Wed Jun 23 2004 msvec@suse.cz
- QETH devices detection changed (mvidner, #41461)
- fixed setting host and domain name when Machinename has FQDN (#42242).
- preliminary support for LCS devices (s390)
- 2.9.56
* Fri Jun 18 2004 mvidner@suse.cz
- Correctly parse module and options to fix proposal when
MAC addresses are unknown (#42203).
- 2.9.55
* Fri Jun 18 2004 arvin@suse.de
- fake check for online patches (bug #42177)
- 2.9.54
* Thu Jun 17 2004 mvidner@suse.cz
- Make the ifcfg file unreadable (chmod 600) if _any_ of the wireless
keys is specified (#24842).
- 2.9.53
* Wed Jun 16 2004 mvidner@suse.cz
- Fixed changing the host name during the installation
after the network has already been set up (#42102).
- 2.9.52
* Wed Jun 16 2004 mvidner@suse.cz
- Fixed an untranslated heading in ISDN setup (#42089).
- 2.9.51
* Thu Jun 10 2004 mvidner@suse.cz
- VNC: Fixed hanging when starting KDM (#41611).
- VNC: Tell the user if he must restart xdm (#40458).
- 2.9.50
* Fri Jun 04 2004 msvec@suse.cz
- fixed coldplugged HW on s390 (#40587)
- fixed QETH params writing (#41461)
- fixed IUCV detection (#41525)
- 2.9.49
* Fri May 28 2004 mvidner@suse.cz
- Require kdebase3 or fvwm2 instead of windowmanager
to make VNC work (#40155).
- 2.9.48
* Thu May 27 2004 mvidner@suse.cz
- Resolver: fixed restarting DHCP clients (#41303).
- 2.9.47
* Thu May 27 2004 nashif@suse.de
- Fixed bug where autoyast config for network does not select
correct interface (#41065)
- Parse autoyast data correctly to show configured devices with
ids (mac/pci bus)
* Mon May 24 2004 mvidner@suse.cz
- Fixed /etc/inittab broken by last fix of VNC administration (#40458).
- 2.9.46
* Fri May 21 2004 nashif@suse.de
- return right device name when cloning with autoyast.
* Wed May 19 2004 mvidner@suse.cz
- Another fix of hwcfg-{hsi,qeth}-* (#40692#c15)
- 2.9.45
* Tue May 18 2004 msvec@suse.cz
- proper CTC devices support (#40692)
- show busid for s390 netcards (#40587)
- fixed virtual aliases deleting (#40597)
- don't use by-MAC identification on s390 (#38819)
- network proposal by MAC (#40088, #40096)
- improved remote administration (#40458)
- 2.4.44
* Fri May 14 2004 mvidner@suse.cz
- fixed committing isdn providers (#39110)
- 2.9.43
* Fri May 14 2004 msvec@suse.cz
- further s390 improvements (#39456)
- 2.9.42
* Thu May 13 2004 mvidner@suse.cz
- fixed switching resolv.conf from DHCP to static config (#38834)
- 2.9.41
* Thu May 13 2004 mvidner@suse.cz
- fixed saving empty WEP keys (#40431)
- 2.9.40
* Wed May 12 2004 msvec@suse.cz
- added custom s390 dialogs (#39456)
- preserve additional DNS searches (#40012)
- make WLAN Master mode functional (#40431)
- propose install.inf netcard if defined (#40088, #39130)
- use bus_hwcfg hwinfo BUS identification field (#39456)
- drop UML hardware detection hack, it works now (#39945)
- save the 3rd modem init string (#40191)
- drop obsolete s390 chandev stuff
- 2.9.39
* Tue May 04 2004 mvidner@suse.cz
- merged proofread messages
- 2.9.38
* Thu Apr 29 2004 msvec@suse.cz
- "detect" undetectable UML network device (#39521)
- resurrected virtual aliases support (#39657)
- updated list of hwinfo controllers (#39456)
- fixed parallel build and updated testsuite
- 2.9.37
* Tue Apr 27 2004 mvidner@suse.cz
- reduced operation modes to managed, ad-hoc and master
- removed NWID and nickname (all #39458 c3)
- 2.9.36
* Mon Apr 26 2004 msvec@suse.cz
- XPNet detection support (#35867)
- 2.9.35
* Wed Apr 21 2004 mvidner@suse.cz
- Added comments to base modules
* Mon Apr 19 2004 mvidner@suse.cz
- WEP: choose key type also in the main dialog (#35857 c19)
fixed the Back button
abbreviated Number as No.
- 2.9.34
* Mon Apr 19 2004 mvidner@suse.cz
- added a dialog for multiple WEP keys (#35857)
- proofread some more messages
- inst_net_setup: ignore HWaddr if empty
- export forgotten domain (#38770)
- 2.9.33
* Wed Apr 07 2004 arvin@suse.de
- start capi during Internet test also for capi based dsl
connections (bug #38540)
* Tue Apr 06 2004 msvec@suse.cz
- use ifconfig -a to get interfaces (#38330)
- fixed update of /etc/hosts (#38439)
- 2.9.31
* Mon Apr 05 2004 msvec@suse.cz
- use BUSID when MAC=00:00:00:00:00:00 (partly #38392)
- 2.9.30
* Mon Apr 05 2004 msvec@suse.cz
- fixed shortcuts in ISDN dialog (#38216)
- 2.9.29
* Mon Apr 05 2004 arvin@suse.de
- don't setup and shutdown network if it has already been setup
before yast is started (bug #38354)
- 2.9.28
* Mon Apr 05 2004 msvec@suse.cz
- workaround bad german routing.desktop translation (#36936)
- fixed syntax errors now reported by new core
- 2.9.27
* Sun Apr 04 2004 nashif@suse.de
- create network config files using mac or pci ids when
auto-installing (#37186)
- fixed module parsing due to change in data structure in
auto-install mode
- 2.9.26
* Fri Apr 02 2004 msvec@suse.cz
- further smartlink-softmodems fixes (#37335)
- changed license to GPL
- 2.9.25
* Fri Apr 02 2004 msvec@suse.cz
- improved smartlink-softmodems support (#37335)
- added more milestones to debug #38031
- 2.9.24
* Thu Apr 01 2004 msvec@suse.cz
- reintroduce unique key writing to map device to cfg
- better naming for hotplug devices (#37666, #35225)
- show shorter netcard name in overvew (#36147)
- 2.9.23
* Wed Mar 31 2004 msvec@suse.cz
- dropped testing desktop entries (#37522)
- fixed STARTMODE and MTU writing (#37516)
- better smartlink-softmodems support (#37335)
- replace type with netcard name in overview table (#36147)
- fixed summary to properly show configured modems (#37744)
- 2.9.22
* Mon Mar 29 2004 msvec@suse.cz
- fixed DSL configuration write (#36629)
- device textentry now in address dialog (#36147)
- fixed HW mapping for old-style ifcfg-files (#36910)
- fixed missing translation (#37144)
- 2.9.21
* Mon Mar 29 2004 arvin@suse.de
- implemented setup of nameserver during second stage of
installation (bug #36957)
- 2.9.20
* Fri Mar 26 2004 msvec@suse.cz
- changed default hostname from linux.local -> linux.site (#36949)
- 2.9.19
* Tue Mar 23 2004 mvidner@suse.cz
- fixed enabling VNC administration (#31004, #36748)
- 2.9.18
* Mon Mar 22 2004 msvec@suse.cz
- preliminary XPNet devices support (#35867)
- correct providers desktop entry (#36633)
- never rmmod kernel modules (#36478)
- further improve the naming (#36147)
- possibility to change proposed names (#36147)
- simplified summary output (#35647)
- properly removed old hostname from /etc/hosts
- 2.9.17
* Thu Mar 18 2004 arvin@suse.de
- avoid flickering mouse cursor during Internet test (bug #36442)
- 2.9.16
* Wed Mar 17 2004 msvec@suse.cz
- added custom provider texts from msommer
- 2.9.15
* Tue Mar 16 2004 msvec@suse.cz
- offer possibility to change configuration name (#36147)
- properly write hostname to /etc/hosts (#22825)
- fixed kernel module selection
- 2.9.14
* Tue Mar 16 2004 msvec@suse.cz
- better device selection for installation (#35624)
- 2.9.13
* Mon Mar 15 2004 msvec@suse.cz
- use MAC address as a primary identification (#35731)
- stop using UNIQUE numbers for ifcfg and hwcfg mapping
- always use BUSID for HW configuration
- write hostname to /etc/hosts (#22825)
- dropped unused desktop entries (#35618)
- proper focus in proxy (#35614)
- fixed deleting of modem and DSL devices (#36079)
- fixed testsuite
- 2.9.12
* Wed Mar 10 2004 msvec@suse.cz
- fixed modem and DSL packages names
- 2.9.10
* Wed Mar 10 2004 sh@suse.de
- Migration to new wizard
- V 2.9.9
* Tue Mar 09 2004 msvec@suse.cz
- added missing helps
- minor fixes to WLAN configuration
- 2.9.8
* Mon Mar 08 2004 msvec@suse.cz
- use the new device naming (#33073)
- set title icons
- 2.9.7
* Fri Mar 05 2004 msvec@suse.cz
- simple device interface (GetValue, SetValue)
- possibility to set MTU (#34397, #20035)
- possibility do change startmode (#24926)
- don't always start smpppd and KInternet (#26382)
- don't run KInternet in ncurses (#27891)
- run KInternet according to the number of connections (#29475)
- run|stop kinternet, if DISPLAY and (not)running (#14320)
- don't allow to delete default provider (#17497)
- install required packages in the installation proposals (#31536)
- allow to delete proposed network cards (#34859)
- drop resolv.conf header if not needed
- correctly delete files on disk
- fixed hosts writing (#35349)
- added strict type casts
- proof-read messages
- 2.9.6
* Mon Feb 23 2004 msvec@suse.cz
- reduced neededforbuild
- fixed network proposal creation
- fixed writing of kernel modules
- resurrected virtual aliases support (#6627)
- correct module name for Apple gmac (#34687)
- sort now uses < because of the switch to std::sort <mvidner>
- use Sequencer and Service modules
- added wireless expert settings (#34873)
- added more milestones
- 2.9.5
* Mon Feb 16 2004 msvec@suse.cz
- syntax fixes in the detection code
- correct test for providers modification (#34419)
- 2.9.4
* Tue Feb 10 2004 msvec@suse.cz
- typo in shellcommand (may affect #29452, #33049)
- 2.9.3
* Sun Feb 08 2004 msvec@suse.cz
- ISDN compiles and seems to work
- NVidia cards should be supported now (#25531)
- 2.9.2
* Tue Jan 06 2004 msvec@suse.cz
- sources restructured and cleaned up
- new interpreter updates (ISDN not functional yet)
- 2.9.1
* Tue Nov 11 2003 msvec@suse.cz
- dummy device support (#15960)
- preliminary USB Network support (#22739)
- replace obsolete require calls (#31673)
- allow to select a different card (#32450)
- prefill "http://" in proxy fields (#31269)
- don't allow to delete a provider which is used (#17497)
- preliminary virtual aliases support (read|write and edit|delete so far)
- allow "default" to be entered as a route destination (#21398)
- fixed concurrent providers usage during installation (#31508)
- fix netcard y2cc label (#33802)
- automatic DNS support (#27955)
- cleanup of redundant stuff
- 2.9.0
* Tue Sep 23 2003 msvec@suse.cz
- ignore partially activated interfaces during Detection (#29452)
- 2.8.43
* Mon Sep 22 2003 msvec@suse.cz
- install required packages for winmodems (#31443, #31471)
- install all required packages after DSL configuration (#31536)
- fixed starting of kinternet <kkeil@suse.de>
- updated testsuite
- 2.8.42
* Mon Sep 22 2003 kkeil@suse.de
- fix start of kinternet,option must be --quiet not -quiet (#31322)
* Sun Sep 21 2003 arvin@suse.de
- run 'rcnetwork start' before online test during update
(bug #31466)
* Sun Sep 21 2003 msvec@suse.cz
- fixed default baud rate value (#31442)
- added more milestone calls to proposal clients
- save the original providers for later comparison (#31322)
- disable IPADDR prefilling (#31369)
- 2.8.40
* Sun Sep 21 2003 kkeil@suse.de
- fix Firewall setting lookup (#31322)
- if the interface was deleted, delete also the firewall entry
* Thu Sep 18 2003 arvin@suse.de
- shut down temporary network before online test during update
(bug #31030)
* Wed Sep 17 2003 arvin@suse.de
- better helptext for vnc administration (bug #31085)
* Tue Sep 16 2003 msvec@suse.cz
- don't detect unknown devices (#31022)
- prefer cards with a driver during proposal (#30993)
- make PCI modems known (#31022)
- 2.8.36
* Mon Sep 15 2003 adrian@suse.de
- allow also remote root login in remote admin mode
- 2.8.35
* Mon Sep 15 2003 kkeil@suse.de
- fix handling of BACK key, better default focus (#30104)
- fix none translated driver descriptions (#30857)
- 2.8.34
* Fri Sep 12 2003 msvec@suse.cz
- added more logging to simplify further bugfixing
- 2.8.33
* Fri Sep 12 2003 arvin@suse.de
- fixed loading of modules for network setup during 2nd stage
installation (bug #29945)
- 2.8.32
* Wed Sep 10 2003 msvec@suse.cz
- fixed log erros possible affecting the detection (#30424)
- 2.8.31
* Tue Sep 09 2003 kkeil@suse.de
- fix lost of firewall settings (#29103)
- do not start smpppd and kinternet if no isdn interface was
configured (#18831)
- run drdsl if a new DSL-ISDN card was configured (#30294)
* Tue Sep 09 2003 msvec@suse.cz
- hardware detection emulation for AVM DSL cards (#30294)
- 2.8.30
* Mon Sep 08 2003 msvec@suse.cz
- skip nForce2 network cards, no driver available (#25531)
- 2.8.29
* Mon Sep 08 2003 msvec@suse.cz
- drop restart of the pcmcia subsystem (#25604)
- 2.8.28
* Fri Sep 05 2003 msvec@suse.cz
- added more milestone logging to the detection process
- 2.8.27
* Fri Sep 05 2003 msvec@suse.cz
- proof read texts
- 2.8.26
* Thu Sep 04 2003 arvin@suse.de
- fixed encoding of logs in internet test (bug #29500)
* Thu Sep 04 2003 msvec@suse.cz
- use dhcpcd-test script for testing of DHCP (#29945)
- changed DSL default for CZ to PPtP
- fixed proxy help text (#29948)
- fixed Myrinet subclass ID
- 2.8.25
* Wed Sep 03 2003 msvec@suse.de
- fixed typo (#29905)
- 2.8.23
* Tue Sep 02 2003 msvec@suse.de
- proxy url must contain the scheme identifier (#29754)
- 2.8.22
* Tue Sep 02 2003 arvin@suse.de
- better text for vnc remote administration (bug #29717)
* Tue Sep 02 2003 nashif@suse.de
- fixed testsuite
- 2.8.21
* Tue Sep 02 2003 nashif@suse.de
- Fixed kernel module handling in normal and autoinst mode
- Added Package function to auto client
- 2.8.20
* Mon Sep 01 2003 msvec@suse.cz
- properly support detected wlan devices (#29506)
- 2.8.19
* Sun Aug 31 2003 arvin@suse.de
- use Popup::ConfirmAbort
* Sun Aug 31 2003 arvin@suse.de
- moved reactivation of network here (bug #29561)
* Fri Aug 29 2003 visnov@suse.de
- CommandLine::Plain2Rich -> RichText::Plain2Rich
* Thu Aug 28 2003 msvec@suse.cz
- don't shut down network interface during detection (#29452)
- don't show error messages in case detection isn't started (#29582)
- don't make modules.conf entries for hotpluggable hardware (#29547)
- improve DSL detection message (#29576)
- 2.8.18
* Wed Aug 27 2003 msvec@suse.cz
- confirm hardware detection in manual mode (#26515)
- 2.8.15
* Mon Aug 25 2003 kkeil@suse.de
- new hardware dialog for ISDN based on CDB data
- firewall has now 2 checkboxes
* Thu Aug 21 2003 msvec@suse.de
- suppress error message if pcmcia is not installed (#29195)
- propose empty lan config in case DSL pppoe is detected (#23662)
- load modules before detection takes place (#24462)
- fixed more pcmcia devices naming (#28314)
- DSL PPTP support (#18407)
- 2.8.13
* Wed Aug 20 2003 jsuchome@suse.de
- removed redundant "initialization dialog" (#28779)
- 2.8.12
* Tue Aug 19 2003 msvec@suse.cz
- better WLAN help text (#28598)
- 2.8.11
* Mon Aug 18 2003 nashif@suse.de
- Fixed dhcp configuration in autoinst mode
- 2.8.9
* Tue Aug 12 2003 arvin@suse.de
- added remote administration proposal
* Mon Aug 11 2003 jsrain@suse.de
- merged texts from proofread
- 2.8.7
* Fri Aug 08 2003 arvin@suse.de
- variable handling of release notes url
- added desktop files
* Mon Aug 04 2003 jsrain@suse.de
- fixed testsuite
* Mon Aug 04 2003 arvin@suse.de
- fixed return value in inst_netprobe
* Fri Aug 01 2003 msvec@suse.cz
- read /root/.curlrc only if present
- 2.8.10
* Fri Aug 01 2003 msvec@suse.de
- drop yast2-network-instsys package
- added inst_netprobe installation client
- don't expose password in plain text (#27459)
- change wireless devices to wlan* (#28048)
- basic more IPs support
- 2.8.4
* Tue Jul 22 2003 msvec@suse.cz
- additional DHCP options dialog (improvement 31.2)
- cleanup obsolete virtual aliases support
- improved abort handling in routing setup
- improved network config handling
- preliminary more IPs support
- 2.8.3
* Thu Jul 10 2003 msvec@suse.de
- proxy: better helps (#24803)
- proxy: input checking (#18791)
- lan: coordinate proposal with dsl (#17631)
- add additional arcnet modules (#26858)
- updated testsuite
- 2.8.2
* Fri Jun 27 2003 msvec@suse.de
- fixed writing of modules.conf options (#26217)
- check wireless key (#24839)
- 2.8.1
* Thu Jun 26 2003 msvec@suse.de
- provider: recognize provider change in ncurses (#25432)
- proxy: allow '\' in the username field (#27444)
- lookup hostname during proposal (#21009)
- sync help with widgets (#25106)
- dns: restart only dhcp services
- several updates and bugfixes
- minimal dhcp detection
- 2.8.0
* Thu Jun 12 2003 arvin@suse.de
- show several log files after internet test (bug #25057)
- better interface of Internet module
* Tue May 27 2003 arvin@suse.de
- handle no_you switch in content file
* Wed Mar 19 2003 arvin@suse.de
- reinitialize some values in Internet module
* Fri Mar 14 2003 arvin@suse.de
- preferable test dial up connection during internet test (bug
[#25264])
* Fri Mar 14 2003 msvec@suse.de
- change permissions of files containing wireless keys (#24842)
- 2.7.34
* Thu Mar 13 2003 msvec@suse.de
- allow to set autodetected NICs as WLAN (#25234)
- 2.7.33
* Wed Mar 12 2003 msvec@suse.de
- get around CallFunction scope problems (#25116)
- 2.7.32
* Tue Mar 11 2003 msvec@suse.de
- fixed reading of unknown devices (#24972)
- reload smpppd after DSL config (#24663)
- added pcmcia subsystem restart (#23935)
- 2.7.31
* Mon Mar 10 2003 arvin@suse.de
- better trigger for dial on demand connection during internet
connection test
- 2.7.30
* Fri Mar 07 2003 msvec@suse.de
- restart smpppd after DSL and modem configuration (#24663)
- change permissions of files containing wireless keys (#24842)
- drop valid chars check of the wireless key (#24839)
- updated testsuite
- 2.7.29
* Thu Mar 06 2003 arvin@suse.de
- better result in internet connection test (bug #24734)
- avoid rocking progress labels during internet connection test
- 2.7.28
* Wed Mar 05 2003 msvec@suse.de
- updated kdesu kinternet call (#14320)
- 2.7.27
* Tue Mar 04 2003 arvin@suse.de
- fixed testsuite
* Tue Mar 04 2003 arvin@suse.de
- redesigned "Internet Connection Test" dialogue (bug #23775)
* Mon Mar 03 2003 msvec@suse.de
- proofread texts
- better proxy proposal summary
- default proxy proposal to disabled (#24277)
- translated double clicks to edit (#23997)
- don't read Routing in modem proposal (#24114)
- offer USB and PCMCIA network cards in DSL configuration (#24056)
- provide function for testing DSL devices (#24004)
- 2.7.24
* Sat Mar 01 2003 nashif@suse.de
- enable host and proxy configurations for autoyast
* Fri Feb 28 2003 mvidner@suse.de
- Fix writing /etc/sysconfig/network/routes in the network proposal (#24114).
- 2.7.23
* Thu Feb 27 2003 arvin@suse.de
- start isdn subsystem before isdn internet connection test
* Thu Feb 27 2003 mvidner@suse.de
- Sometimes package installation wrongly returned abort (#24316).
- Don't select custom providers if there are none (#23994).
- Fixed disabling the USB and PCMCIA checkboxes (#24332).
- 2.7.21
* Thu Feb 27 2003 arvin@suse.de
- fixed asking for provider password during internet connection
test
* Thu Feb 27 2003 kkeil@suse.de
- fix FIREWALL handling in ISDN (#24089)
* Wed Feb 26 2003 arvin@suse.de
- fixed result field of internet test (bug #24354)
* Mon Feb 24 2003 mvidner@suse.de
- Added proxy to the network configuration proposal (#24204).
- 2.7.18
* Mon Feb 24 2003 arvin@suse.de
- only access widget with id s4 if it exists (bug #23800)
* Fri Feb 21 2003 arvin@suse.de
- better text for "abort installation" popup (bug #24019)
* Fri Feb 21 2003 arvin@suse.de
- better help text for network test (bug #23866)
* Fri Feb 21 2003 arvin@suse.de
- fixed Provider handling in Internet module (bug #23991)
* Thu Feb 20 2003 arvin@suse.de
- really download release notes
* Wed Feb 19 2003 msvec@suse.de
- changed proxy info popup text (#23728)
- added missing host editor entry to Y2CC
- surpress ProgressBar warning (#23796)
- 2.7.12
* Mon Feb 17 2003 kkaempf@suse.de
- dialogs.ycp:AskForPassword() must be global.
* Mon Feb 17 2003 kkeil@suse.de
- reenable isdn in provider dialog (#23725)
* Mon Feb 17 2003 msvec@suse.de
- don't read the lan devices in DSL proposal (#23569)
- allow comma in phone number (#23678)
- 2.7.9
* Fri Feb 14 2003 msvec@suse.de
- fix homepage and hotline (#23600)
- partially fix the status problem (#23593)
- 2.7.8
* Tue Feb 11 2003 arvin@suse.de
- fixed testsuite
* Mon Feb 10 2003 msvec@suse.de
- better hotplug devices support (#19478)
- correct wlan kernel module names (#23491)
- start cups server detection after write
- installation bugfixes
- proof read texts
- 2.7.6
* Tue Feb 04 2003 arvin@suse.de
- added missing inst_{ask,do}_net_test.ycp files
* Mon Feb 03 2003 msvec@suse.cz
- P2P tunneling protocol
- ISDN: support for AVM T1B version
- Capi-ADSL PPP mode
- proofread texts
- bugfixes
- 2.7.4
* Tue Jan 28 2003 kkaempf@suse.de
- fix testsuite
- switch of progress in autoinstall read.
- 2.7.3
* Mon Jan 27 2003 msvec@suse.de
- new installation dialogs for internet connection
- autoinst and other bug fixes
- updated testsuite
- 2.7.2
* Mon Jan 20 2003 msvec@suse.de
- providers: quote variables (they are enclosed in 's) (#22776)
- routing: fill in available devices (#21122)
- other bugfixes
- 2.7.1
* Wed Jan 08 2003 msvec@suse.de
- dsl:
o add/edit/delete (#15301, #17217, #19855)
o enable to change the device start mode (#14315)
o propose the network card config if none found
- general:
o new hosts manipulation and editor (#20970)
o display info popup during proposal detection
o new devices manipulation
- hardware:
o ARCnet support
o FDDI support
o preliminary MyriNet support (#21129)
- lan:
o editing of hardware settings (#15062, #10077, #12378)
o remove kernel module after delete
o warning if device number changed (#21288)
o propose also if install.inf present but no hardware found
o preliminary virtual aliases support (only edit|delete so far)
- providers:
o UI mode (#6244, #16291, #21499)
o new providers handling (#17496, #18356)
o correctly handle the providers with unknown type
o correctly handle the nameservers requirement
o check the name servers IP addresses
- proxy:
o display info popup at the end of configuration
o use /root/.curlrc for storing proxy user and password (#21431)
o added minimal input constraints (#18791)
o allow to turn on|off with a checkbox
- routing:
o fixed crash (#21334)
o minor GUI clenup and fixes
- 2.7.0
* Mon Oct 21 2002 msvec@suse.cz
- fixed default gateway in the complex routing dialog (#21122)
- 2.6.33
* Thu Oct 17 2002 msvec@suse.cz
- moved firewall checkbox to the isdn interface dialog (#18840)
- 2.6.32
* Wed Oct 16 2002 arvin@suse.de
- the string returned from ip2hex has a fixed with
of 8 now (bug #20936)
* Mon Oct 14 2002 msvec@suse.cz
- really use the custom device number (#17346)
- 2.6.30
* Wed Oct 09 2002 msvec@suse.cz
- setup network in the firewall setup (#18840)
- 2.6.29
* Mon Oct 07 2002 msvec@suse.cz
- disable the s390 specific dialog
- don't restart network after proxy configuration (#19615)
- really enable the new proxy settings (#20179)
- allow to choose custom network device (#17346)
- fix firewall setup (#18840)
- 2.6.28
* Fri Sep 13 2002 arvin@suse.de
- activate service network when saving isdn (bug #19625)
- 2.6.27
* Mon Sep 09 2002 msvec@suse.cz
- chmod a+r /etc/resolv.conf (#19188)
- the package is not noarch any more (#19206)
- 2.6.26
* Thu Sep 05 2002 kkeil@suse.de
- write FIREWALL=[yes|no] for isdn (additional fix for #18840)
- don't start smpppd/kinternet in save only mode (#18831)
- set default STARTMODE for interface depending on STARTMODE
of hardware
- 2.6.25
* Wed Sep 04 2002 msvec@suse.cz
- write the correct ISDN device for the firewall (#18840)
- regenerate profiles by SuSEconfig after proxy data change (#18791)
- set up the network service also for modems and DSL (#18770)
- added the s390 network devices types
- 2.6.24
* Mon Sep 02 2002 msvec@suse.cz
- proxy example help text (#18721)
- 2.6.23
* Thu Aug 29 2002 msvec@suse.cz
- fixed testsuite (new Installation.ycp constructor)
- 2.6.22
* Tue Aug 27 2002 msvec@suse.cz
- provide/obsolete old translation packages
- possibility to edit wireless settings (#9209)
- 2.6.21
* Fri Aug 23 2002 msvec@suse.cz
- new screen for s390 hsi devices
- prepare ISDN for the mail config question (#18256)
- enable defaultroute editing again (#17498)
- partial fix for the hostname problems (#17741)
- preliminary support for s390 devices
- updated testsuite
- 2.6.20
* Tue Aug 20 2002 jsuchome@suse.cz
- updated dialogs's look (#17572)
* Tue Aug 20 2002 arvin@suse.de
- don't stop/start network during writing of proposal on s390
* Mon Aug 19 2002 kkeil@suse.de
- display long provider name for isdn overview (#17564)
- 2.6.18
* Mon Aug 19 2002 kkeil@suse.de
- check and install needed packages for isdn (#17615)
* Mon Aug 19 2002 mvidner@suse.cz
- Now cardbus cards are detected, so use eth-pcmcia-0
and STARTMODE=hotplug (#13571).
* Fri Aug 16 2002 jsuchome@suse.cz
- Providers: Added simple check for user name for T-Online provider
(#16756, #6244)
* Fri Aug 16 2002 mvidner@suse.cz
- DSL device: write a dummy ifcfg file (#17631).
- DSL provider: allow switching between T-Online/other (kkeil).
* Fri Aug 16 2002 jsuchome@suse.cz
- ISDN: Checked user input in "own phone number" (#16756).
* Thu Aug 15 2002 jsuchome@suse.cz
- Corrected bug in writing modem configuration (check for providers
change).
* Thu Aug 15 2002 mvidner@suse.cz
- ISDN: saving interface/provider although not configured fixed (jsuchome).
- Restrict valid characters for the wireless encryption key (#17546).
- Disable DHCP related widgets when switching to static config (#17391).
* Wed Aug 14 2002 mvidner@suse.cz
- Installation proposal: differentiate between static and dhcp
network settings provided by linuxrc (#16471).
- Exclude DSL, ISDN and modem control center entries
on s390 and s390x (#17675).
- Merged proofread texts for the second translation round.
- 2.6.17
* Tue Aug 13 2002 kkeil@suse.de
- add support for Fritz!DSL
- fix bug according regexpsub in DSLDevice module
* Mon Aug 12 2002 arvin@suse.de
- fixed testsuite
* Mon Aug 12 2002 mvidner@suse.cz
- Proxy: fix writing (#17623)
- Routing: use a transparent icon (#16868).
- 2.6.15
* Mon Aug 12 2002 mvidner@suse.cz
- Make "yast2 network" invoke "yast2 lan" (#17570).
- Testsuite adapted to Runlevel changes due to #17608.
* Fri Aug 09 2002 nashif@suse.de
- lower case of wireless/pcmcia options
* Tue Aug 06 2002 msvec@suse.cz
- adapt proposal to the new install.inf agent
- 2.6.13
* Tue Aug 06 2002 arvin@suse.de
- adapted testsuite to new /etc/install.inf agent
* Mon Aug 05 2002 msvec@suse.cz
- install required packages for modem (#16863) and dsl (#14315)
- fixed help texts
- 2.6.11
* Mon Jul 29 2002 msvec@suse.cz
- remove deleted providers after Delete (#16094)
- start kinternet after modem and isdn config (#14320)
- fixed writing of additional providers (#17221)
- possibility to enter infinite (0) idle timeout (#17218)
- fixed caption, enabled defaultroute by default (#17219)
- 2.6.10
* Wed Jul 24 2002 kkeil@suse.de
- ISDN interface and multi provider setup
- simple dialin server setup
- D-channel protocol selection depends on HW database
- cleanups
- 2.6.9
* Wed Jul 24 2002 msvec@suse.cz
- fixed some error messages
- fix progress bar steps (#17180)
- propose something only if there's nothing configured
- 2.6.8
* Mon Jul 22 2002 msvec@suse.cz
- set up network in runlevels 2,3,5 (#17076)
- write proxy user/pass to /root/.wgetrc (#17005)
- fixed multiple proposals (#17016)
- merged proofread texts
- wireless help text
- 2.6.7
* Mon Jul 15 2002 msvec@suse.cz
- proxy configuration
- namespace hacks <arvin>
- 2.6.6
* Thu Jul 11 2002 mvidner@suse.cz
- general library: Added {check,valid}_address, valid_ip4.
- 2.6.5
* Wed Jul 10 2002 msvec@suse.cz
- wireless network cards support (#9209)
- run also SuSEconfigs for apache, sendmail and postfix (#16710)
- remove netcard modules after delete (#16797)
- correct IP details dialog
- fixed providers filter
- 2.6.4
* Thu Jul 04 2002 arvin@suse.de
- moved non binary files to /usr/share/YaST2
* Mon Jul 01 2002 msvec@suse.cz
- multiple providers support for modems
- yast2-config-network -> yast2-network
- netmask bits function and testsuite
- new providers dialogs
- added stupid mode checkbox (#16330)
- IP6 checking
- tell mail who is calling (#13565)
- merged with yast2-lib-network
- allow IP settings for ISDN rawip connections (#16309)
- always write ifcfg- file entries with '' (#16549)
- removed dependence on -trans package
- network card proposal
- updated testsuite
- common connection dialog
- default language heuristics
- new modem and providers dialogs
- use "rewrite" for providers files
- always save providers with values enclosed in '' (#16069)
- use config files
- 2.6.2
* Wed May 15 2002 msvec@suse.cz
- added checking of error values to routing
- fixed Abort confirmation in routing, dns (#14926)
- IP forwarding support (#13053)
- preliminary support for virtual network interfaces
- allow * and & in Phone number, don't check pass emptiness (#16021)
- ask for mail config after save (#13565)
- enable DHCP checkboxes only in case of any DHCP device (#13223)
- better modems summary and overview
- prepared for the overall network config
- properly fix substring lookup (#13735)
- 2.6.1
* Wed Apr 17 2002 msvec@suse.cz
- updated testsuite due to #15694
- properly support externally modified resolv.conf
- abort confirmation should work better cross modules (#14926)
- agent for sysconfig/sysctl
- added labels to DNS config (#13443)
- allow setup of DHCP resolv.conf setting (#14792)
- limit allowable characters in DNS dialog (#15653)
- limit allowable characters in routing dialog
- fixed checkycp complaints in ISDN config
- use ycpdoc more-dirs mode
- 2.6.0
* Tue Mar 26 2002 ro@suse.de
- added yast2 to neededforbuild (modules/Mode.ycp)
* Sat Mar 23 2002 kkeil@suse.de
- fix empty custom provider problem (#15425)
- 2.5.52
* Thu Mar 21 2002 kkeil@suse.de
- don't load drivers in proposal mode (#15078)
* Thu Mar 21 2002 mvidner@suse.cz
- Added autoloading of a network card module for DSL.
(if there is only one). #15182
- A "Finished" popup for DSL. (#15074)
- 2.5.51
* Mon Mar 18 2002 mvidner@suse.cz
- Providers::Commit should come before ISDN::Commit.
Fixes #15079 (provider name empty in ifcfg-ippp0)
- 2.5.50
* Mon Mar 18 2002 mvidner@suse.cz
- Fixed writing of network card module options. (#15061)
- 2.5.49
* Mon Mar 18 2002 pblahos@suse.cz
- Providers: window with countries is disabled when custom providers
are selected. (#15063)
- 2.5.48
* Thu Mar 14 2002 msvec@suse.cz
- minor documentation fixes
- enhanced testsuite
- 2.5.47
* Thu Mar 14 2002 kkeil@suse.de
- don't reload driver, if only interface data was changed (#14865)
- call Provider::Commit only if needed (#14145)
- 2.5.46
* Wed Mar 13 2002 msvec@suse.cz
- update /etc/hosts also if only the IP address changes (#14182)
- added textdomain to menuentries for dns and routing
- removed obsolete help text
- 2.5.45
* Tue Mar 12 2002 msvec@suse.cz
- better syntax for default gateway (#14878)
- setup hostname before writing xauth info (#14530)
- enhanced Firewall testsuite
- 2.5.44
* Mon Mar 11 2002 msvec@suse.cz
- return empty map on canceled autoinst (#14526)
- 2.5.43
* Mon Mar 11 2002 kkeil@suse.de
- fix to use LFS script path
- called rcisdn twice (part of #14777)
- allways use ComboBox for driver (#14665, #14772)
* Mon Mar 11 2002 pblahos@suse.cz
- It isn't necessary to specify a password when "Always ask me for
a password" is set in ISDN provider setup (#14774)
- 2.5.41
* Fri Mar 08 2002 kkeil@suse.de
- start mode must allow hotplug for netif too (#13853)
- smpppd should setup as last action
- 2.5.40
* Fri Mar 08 2002 msvec@suse.cz
- preserve /dev/modem symlink loops (#14577)
- removed obsolete help texts and added missing (#14462)
- 2.5.39
* Thu Mar 07 2002 pblahos@suse.cz
- Check for Connection name uniqueness did not work (#14620)
- When duplicate Provider name or Connection name was entered no
error message was shown (#14618)
- version 2.5.38
* Thu Mar 07 2002 kkeil@suse.de
- fix allways write config bug (#14528)
* Wed Mar 06 2002 kkeil@suse.de
- fix Add/Edit/Delete disable/enable (#13899)
- fix onboot/hotplug STARTMODE (#13853)
- save provider related info (username and phone) only in
provider file (#6169)
- add Test carddriver (#2618)
- add ask allways for password (#12413)
- idle timeout in seconds, default=60 (#13222)
- setup smpppd (#13172)
- change finish to OK (part #13707)
- USEPEERDNS and DEFAULTROUTE now enabled in default (#14177)
- fix wrong matches for ppp if here are ippp devices
- disable IP setting if dynamic IP is selected (#13218)
- add warning if an binonly driver is selected
- only legal ISA cards and parport devices have parameter
- add more help text
* Tue Mar 05 2002 lslezak@suse.cz
- do not show ippp devices in modem configuration (#13735)
- version 2.5.37
* Mon Mar 04 2002 arvin@suse.de
- default for AUTODNS is "yes" for modems
- providers configured for modem don't support isdn and vice
versa (bug #14071)
* Mon Mar 04 2002 mvidner@suse.cz
- Fixed a race when writing /etc/resolv.conf (#13982)
- 2.5.35
* Mon Mar 04 2002 arvin@suse.de
- include STARTMODE in dsl config file (bug #14315)
* Sun Mar 03 2002 arvin@suse.de
- use correct provider name "dsl-provider0" in ifcfg-dsl0
* Sat Mar 02 2002 kkaempf@suse.de
- Fix routing agent (#14184).
- Enable edit/delete for a single entry also (kkeil@suse.de).
* Fri Mar 01 2002 mvidner@suse.cz
- Always save the DNS configuration so that /etc/hosts is saved
even if only the IP address changes. (#14182)
- Input validation in provider editing fixed. (#14209)
- 2.5.31
* Wed Feb 27 2002 msvec@suse.cz
- set DHCLIENT_SET_DOWN_LINK only for pcmcia cards
- 2.5.30
* Mon Feb 25 2002 msvec@suse.cz
- disable firewall checkbox is SuSEfirewall2 is active (#13639)
- create /dev/modem symlink (#13764)
- 2.5.29
* Mon Feb 25 2002 msvec@suse.cz
- support of USB network cards (#13364)
- added PCMCIA/USB ugly symlink hackery
- ensuring that *SUPPORTED are present when writting (#13873)
- better checking of values of variables ASKPASSWORD, STUPIDMODE,
COMPUSERVE, ISDNSUPPORTED, DSLSUPPORTED, MODEMSUPPORTED
- 2.5.28
* Mon Feb 25 2002 msvec@suse.cz
- updated testsuite
- proper PCMCIA support
- don't require personal-firewall any more
- don't show isdn cards in modem config (#13735)
- checking that ASKPASSWORD, STUPIDMODE, COMPUSERVE, ISDNSUPPORTED,
DSLSUPPORTED, MODEMSUPPORTED is yes or no <pblahos@suse.cz>
- the option ASKPASSWORD must be yes or no <arvin@suse.de>
- changes due to providers: provider file names changed from
XX.wvdial.conf to XX.conf. <pblahos@suse.cz>
- 2.5.27
* Wed Feb 20 2002 msvec@suse.cz
- always allow hostname setting (#13427)
- fixed dhcp hostname writing (#13642)
- added support for personal firewall to DSL
- changes due to new providers <pblahos@suse.cz>
- added check for empty interface
- enhanced firewall interface
- 2.5.26
* Wed Feb 20 2002 msvec@suse.cz
- added support for personal firewall to modems
- use " as the default delimiter in sysconfig
- fixed some network strings (#6646)
- 2.5.25
* Tue Feb 19 2002 msvec@suse.cz
- DSL: nice idle combo box
- DSL: added check for empty user name
- DSL: removed pppmode combo box for T-Online
- DSL: default name servers for T-Online
- DSL: updated texts (#13553)
- 2.5.24
* Tue Feb 19 2002 msvec@suse.cz
- fixed broken initial startup
- fixed filtering of modem/isdn/dsl providers
- merged Connection details screen to connection
- set IDLE to 300 by default
- 2.5.23
* Tue Feb 19 2002 msvec@suse.cz
- DSL T-Online mode added
- don't write DSL settings if nothing changed
- 2.5.22
* Mon Feb 18 2002 msvec@suse.cz
- removed checkIP builtins
- BOOTMODE -> STARTMODE and updated testsuite
- fixed modem speaker and carier writing
- added filtering of providers that support modem/dsl (#13499)
- files containing custom providers are now (0600, root, root) (#13353)
- use yast2-db-country for getting nice name of country of provider (#13397)
- proposals: no more two reads, reset and writing functional (#13410)
- provides/obsoletes yast2-config-adsl
- DSL configuration finished (#12971)
- ISDN support by kkeil@suse.de
- 2.5.21
* Fri Feb 15 2002 msvec@suse.cz
- use yast2-db-country for the countries list
- DSL configuration dialogs (#12971)
- added pppoe and pppoatm switch
- DSL preliminary write support
- 2.5.20
* Fri Feb 15 2002 msvec@suse.cz
- don't write dns and routing if not modified
- support for PCMCIA network cards (#13362, #13365)
- set boot mode of PCMCIA cards to "hotplug" (#13368)
- add netcards list to the package (#13378)
- 2.5.19
* Fri Feb 15 2002 msvec@suse.cz
- some isdn dialogs fixes
- more texts proof reading
- 2.5.18
* Thu Feb 14 2002 msvec@suse.cz
- don't start smpppd during installation (#13249)
- don't write routing or DNS if it's not modified
- check IP addresses, hostname and domains (#13201)
- also check in routing and DNS config
- added writing of .probe.status
- delete modules.conf entries
- closed a lot of bugs
- 2.5.17
* Wed Feb 13 2002 msvec@suse.cz
- ISDN configuration in progress
- layout of the "Select providers" screen changed.
- name of country for custom providers changed Other --> Custom
- always saves (MODEM|ISDN|DSL)SUPPORTED
- 2.5.16
* Tue Feb 12 2002 msvec@suse.cz
- added proposals (only summary so far)
- fixed format of custom providers and added missing fields
- provider stuff removed from Modem module
- added functions Export/Import into Providers
- 2.5.15
* Mon Feb 11 2002 pblahos@suse.cz
- implemented module Providers
- don't set FQ hostname
- 2.5.14
* Tue Feb 05 2002 msvec@suse.cz
- fixed PPPD_OPTIONS writing
- setup smpppd(8)
- 2.5.13
* Fri Feb 01 2002 msvec@suse.cz
- fixed CarrierDetect and SpeakerOn initstrings
- some more minor modem fixes
- 2.5.12
* Wed Jan 30 2002 msvec@suse.cz
- added preliminary dsl dialogs
- write detected PPPD_OPTIONS
- AutoReconnect is not supported any more
- removed some other obsolete settings
- proof-read texts
- 2.5.11
* Tue Jan 29 2002 msvec@suse.cz
- reading progress for modems and isdn
- modems writing and configuration partly done
- 2.5.10
* Tue Jan 29 2002 msvec@suse.cz
- network cards summary done
- preliminary work for modems and isdn config
- modems and isdn summary and overview screens
- 2.5.9
* Tue Jan 29 2002 nashif@suse.de
- Adapted for auto-installation
- 2.5.8
* Mon Jan 28 2002 msvec@suse.cz
- fixed default route writing
- 2.5.7
* Fri Jan 25 2002 msvec@suse.cz
- fixed modules initialization and cleanup (#12905)
- fix writing of kernel modules for manually added cards
- autoinstallation support for routing, dns, modems and isdn
- ISDN configuration UI (no reading or writing)
- fixed modem shortcuts
- use Summary module
- 2.5.6
* Thu Jan 24 2002 msvec@suse.cz
- modems configuration UI
- expect missing /etc/resolv.conf
- preliminary lan autoinstallation support
- 2.5.5
* Wed Jan 23 2002 msvec@suse.cz
- writing modules.conf
- preliminary summary clients
- 2.5.4
* Wed Jan 16 2002 msvec@suse.cz
- preliminary clients and for modem, ISDN and DSL
- interaction of search and domain in resolv.conf
- correct use of /etc/sysconfig/network/routes
- added some help texts
- 2.5.3
* Tue Jan 15 2002 msvec@suse.cz
- DNS and routing clients
- DNS writing somehow functional
- use /etc/HOSTNAME for hostname
- 2.5.2
* Mon Jan 14 2002 msvec@suse.cz
- preliminary DNS dialog
- routing configuration functional
- use toupper, merge and remove builtins
- preliminary version of modem and ISDN dialogs
- added agents for routing and DNS
- 2.5.1
* Wed Jan 09 2002 msvec@suse.cz
- complete rewrite (almost no old code left)
- updated network cards list from yast1
- supports new /etc/sysconfig scheme
- only dialog layouts are similar
- uses modules and devtools
- new agents added
- 2.5.0
* Tue Sep 25 2001 dan@suse.cz
- test for running i4l only if it exists (#11286)
* Mon Sep 24 2001 dan@suse.cz
- start smpppd only if it exists (#11250)
- fix adding providers for PCMCIA
* Fri Sep 21 2001 dan@suse.cz
- add PollInput to avoid strange UserInput behavior
also fixes (#11069)
* Tue Sep 18 2001 dan@suse.cz
- start smpppd after starting ISDN (#10545)
- enable to write 0.0.0.0 as default route (#10751)
- 2.4.16
* Fri Sep 14 2001 msvec@suse.cz
- fixed shortcuts (#10401)
- 2.4.14
* Fri Sep 14 2001 dan@suse.cz
- generate correct device numbers (#10580)
- start smpppd after starting ISDN (#10545)
- fix values from install.inf (#10628)
- just one DNS is needed for modems (#10640)
* Wed Sep 12 2001 dan@suse.cz
- adding providers for PCMCIA cards fix (#10116)
- 2.4.12
* Tue Sep 11 2001 dan@suse.cz
- use LSB complainant return values
- remember entered DNS values
* Mon Sep 10 2001 dan@suse.cz
- fixed reading exiting configuration (also #10348)
* Thu Sep 06 2001 msvec@suse.cz
- progress bar again functional
- fixed some anyagent error messages
- fixed route writing (maybe also #10123)
- 2.4.9
* Wed Sep 05 2001 msvec@suse.cz
- fixed some CallFunction(lan_route)
- fixed some other CallFunctions
- fixed some untranslated messages
- hopefully finally fixed the hostname settings (#10192)
- more trailing whitespace removed
- use :: in the dns configuration
- 2.4.8
* Tue Sep 04 2001 msvec@suse.cz
- partial fix of duplicated variables (#9991)
- fixed SCR variables (#10031)
- fixed route writing (#10123)
- removed some trailing whitespace
- fixed some typos (#10034)
- enabled parseycp check
- fixed complex dialog
- fixed hostname settings
- 2.4.7
* Fri Aug 31 2001 ro@suse.de
- added <libycp-devel> to neededforbuild (for testsuite)
* Wed Aug 22 2001 dan@suse.cz
- static DNS enabled for ISDN flow (also #6020)
* Tue Aug 21 2001 msvec@suse.cz
- fixed netcards.ycp database
- removed more obsolete builtins
- fixed some minor bugs
- 2.4.5
* Tue Aug 21 2001 msvec@suse.cz
- removed obsolete fileexist builtin
- enabled abuild checking
- 2.4.4
* Thu Aug 16 2001 dan@suse.cz
- adoption to the new probe format
* Tue Aug 14 2001 msvec@suse.cz
- AddtoSecrets fixed (#9716)
- AddtoSecrets testsuite
- 2.4.2
* Fri Jul 27 2001 dan@suse.cz
- hostname change re-enabled on a running system
* Fri Jul 20 2001 dan@suse.cz
- split of the nfs services, sendmail and nis configuration <msvec@suse.cz>
- removed superfluous first dialog of NFS client <mvidner@suse.cz>
- version 2.4.0
- new libycp adoption
- minor text changes
* Tue Jul 10 2001 ro@suse.de
- removed yast2-core-translator from neededforbuild
* Tue May 22 2001 dan@suse.cz
- removing search from resolv.conf fixed (#8578)
* Tue May 15 2001 dan@suse.cz
- propagate installation parameter to set-up hostname during installation (#7964)
- set-up /etc/HOSTNAME after reboot (#8344)
- write MODEM variable into rc.config (#7895)
* Tue May 15 2001 kkaempf@suse.de
- write "--module hostname" to /var/lib/YaST2/run_suseconfig to
force hostname change propagation on next reboot.
* Tue May 15 2001 dan@suse.cz
- write PCMCIA ISDN cards under NETCONFIG_PCMCIA instead of NETCONFIG
in the rc.config file (bug #8069)
- y2log cleanup (bug #8327)
* Mon May 14 2001 dan@suse.cz
- do not write empty headers into '/etc/resolv.conf' (bug #8299)
* Mon May 14 2001 dan@suse.cz
- write hostname for PCMCIA cards (bug #7964)
- run full SuSE config during intsllation to set-up '/etc/HOSTNAME' (bug
[#8183])
- DNS info writting fixed (bug #8256)
* Fri May 11 2001 dan@suse.cz
- quote user and name in '/etc/ppp/ioptions.<dev>'
- message in DNS popup fixed (#8071)
* Fri May 11 2001 dan@suse.cz
- Inherits fixes for modem (#7968)
- do not stop/start PCMCIA directly
- message fixes for DNS dialog
* Mon May 07 2001 dan@suse.cz
- manual setup flow fixed
- allow to change hostname during installation (#7630)
- writing of chap/pap secrets fixed (#7377)
* Fri May 04 2001 dan@suse.cz
- reindexing isdn cards when reindexing
- unique keys handeling unified
* Mon Apr 30 2001 dan@suse.cz
- isdn subclass fixes
* Fri Apr 27 2001 dan@suse.cz
- resolving fixes
- multiple bugfixes in workflow
* Tue Apr 24 2001 dan@suse.cz
- fixes for modem, isdn
- ypclient fix
- summary info fixes
* Tue Apr 17 2001 dan@suse.cz
- summary added
- isdn config files under /etc/ppp/providers
- menuentries fixed
- saving resolv.conf fixed
* Tue Apr 17 2001 kkaempf@suse.de
- set "START_PORTMAP" to "yes" when configuring NFS server (#6270)
* Thu Apr 12 2001 dan@suse.cz
- new resolving and hwprobe compliant
- abort button allowed again
* Thu Apr 05 2001 msvec@suse.cz
- translation package rename
- documentation moved to $RPMNAME
- enabled abuild checking
- version 2.3.3
* Tue Apr 03 2001 kukuk@suse.de
- Remove ycpdoc from requires
* Fri Mar 30 2001 dan@suse.cz
- alone function header removed
* Fri Mar 30 2001 dan@suse.cz
- more new libycp addopting, using wizard library,
- adopting to the new resolver agent
* Tue Mar 27 2001 dan@suse.cz
- switch to the new libycp
- package rename
* Fri Jan 26 2001 msvec@suse.cz
- translation fix (broken textdomains) #6166
* Fri Jan 26 2001 arvin@suse.de
- use absolute path for rci4l scripts
* Fri Jan 26 2001 dan@suse.de
- temporal fix of rcnfsserver start call (bug #6157)
* Fri Jan 26 2001 dan@suse.cz
- ISDN default vaules fix (bug #6151)
* Thu Jan 25 2001 dan@suse.cz
- minor log fixes, added providers.ycp to enamble translation of ISP
countries
* Mon Jan 22 2001 dan@suse.cz
- missing textdomain
* Mon Jan 22 2001 dan@suse.cz
- include missing
* Fri Jan 19 2001 smid@suse.cz
- bugfixes
* Thu Jan 18 2001 dan@suse.cz
- wait for dhclient up to 55 secs that should be enough.
- don't start dhclient for pcmcia cards
- always write "off" to pcmcia device
* Wed Jan 17 2001 smid@suse.cz
- bugfixes
* Tue Jan 16 2001 dan@suse.cz
- editing fixes
* Tue Jan 16 2001 smid@suse.cz
- many bugfixes
* Mon Jan 15 2001 mike@suse.de
- bug 5617 confusing names
* Mon Jan 15 2001 dan@suse.cz
- mostly button fixes, dhclient delay increased
* Fri Jan 12 2001 kkaempf@suse.de
- mark routing helptext as translatable
* Fri Jan 12 2001 smid@suse.de
- next button in route dialog fixed
- forgotten debug dialog from isdn removed
* Thu Jan 11 2001 dan@suse.de
- pcmcia fixes, enabling dhclient to set hostname
- personal firewall checkbox added
* Thu Jan 11 2001 smid@suse.cz
- bugfixes
* Wed Jan 10 2001 smid@suse.cz
- bugfixes (xauth, saving)
* Wed Jan 10 2001 dan@suse.cz
- new configuration workflow (another version :))
* Thu Jan 04 2001 dan@suse.cz
- new configuration workflow
* Tue Dec 19 2000 smid@suse.cz
- added detection of init strings
* Tue Dec 19 2000 dan@suse.cz
- more bugfixes (#4833, #4737, #4838, #4815)
* Mon Dec 18 2000 dan@suse.cz
- more fixes (esp. checks), isdn saving fix (bugs #4738, #4751)
* Fri Dec 15 2000 dan@suse.cz
- fixes of bugs #4736, #4734, #4733, #4731
* Fri Dec 15 2000 dan@suse.cz
- passing unique_keys fixed, y2t_lan required again
* Fri Dec 15 2000 dan@suse.cz
- restarting network just in the case of editing ethernet or token ring (bug #4677)
* Fri Dec 15 2000 dan@suse.cz
- PCMCIA fix (for manual), minor changes (default values ...)
* Wed Dec 13 2000 mike@suse.de
- new menuentry
* Wed Dec 13 2000 dan@suse.cz
- spec file fixed (missing database for manual selection)
- xauth agent used for setting xauthority
* Sun Dec 10 2000 dan@suse.cz
- ypcliet script is ypbind now
- debug dialog removed from sendmail config
* Sun Dec 10 2000 dan@suse.cz
- typo fixed
* Sat Dec 09 2000 dan@suse.cz
- Unknown provider label when provider is not recognized
- fixed route saving
- fixed modem list
* Fri Dec 08 2000 kendy@suse.cz
- Fixed saving of resolv.conf and route.conf
- test_mode switched off in dialup
- added textdomains for dialup modules
- /sbin/init.d changed to /etc/init.d
* Thu Dec 07 2000 kkaempf@suse.de
- fix double qouted terms
* Thu Dec 07 2000 kkaempf@suse.de
- fix dhcp setup
* Wed Dec 06 2000 kkaempf@suse.de
- read default values from /etc/install.inf
* Wed Dec 06 2000 kkaempf@suse.de
- fix filelist in spec
* Wed Dec 06 2000 kkaempf@suse.de
- use bzip2 for packaging
* Fri Dec 01 2000 dan@suse.cz
- merge with dial, initial
* Fri Oct 27 2000 dan@suse.de
- configuration of more devices enabled.
* Mon Jul 24 2000 dan@suse.de
- added cheching for running NIS server (bugfix of #3422) and testing if /etc/route.conf exists (bugfix #3627)
* Mon Jul 24 2000 kkaempf@suse.de
- fix ip address checking
version 2.0.22
* Thu Jul 20 2000 kkaempf@suse.de
- dont check unwanted values
version 2.0.21
* Thu Jul 13 2000 kkaempf@suse.de
- call ifconfig before rcdhclient
version 2.0.20
* Thu Jul 13 2000 dan@suse.de
- minor dhcp changes (now accepts both dhclient and dhcpcd, longer delay)
* Tue Jul 11 2000 kkaempf@suse.de
- bump version to 2.0.18
* Mon Jul 10 2000 dan@suse.de
- fixed dhcp configuration
* Fri Jul 07 2000 kkaempf@suse.de
- fix modules.conf writing
version 2.0.16
* Tue Jul 04 2000 dan@suse.de
- fixed cheching of running DHCP client
* Mon Jul 03 2000 dan@suse.de
- added message for dhcp error
* Fri Jun 30 2000 dan@suse.de
- Correct setting of hostname and domainname, bugfix (bug #2461)
* Fri Jun 30 2000 dan@suse.de
- calling /bin/domainname to set correct domain name (bugfix, bug #3084)
* Thu Jun 29 2000 dan@suse.de
- correction of calling split function
* Thu Jun 29 2000 dan@suse.de
- fixed bug #3085, allow to enter more than one NIS servers (space separated)
* Thu Jun 29 2000 kkaempf@suse.de
- put y2t_lan as Requires
* Thu Jun 29 2000 dan@suse.de
- fixed smarthost bug (bug #3013)
* Mon Jun 26 2000 kkaempf@suse.de
- messages fixes
version 2.0.8
* Fri Jun 23 2000 dan@suse.de
- comment for translators
* Thu Jun 22 2000 dan@suse.de
- correction of calling anyagents
* Thu Jun 22 2000 dan@suse.de
- more message corrections
* Wed Jun 21 2000 dan@suse.de
- messages corrections
* Tue Jun 20 2000 dan@suse.de
- NFS problems (hopefully) fixed
* Fri Jun 16 2000 dan@suse.de
- sendmail configuration, nfs configuration, bugfixes
* Thu Jun 08 2000 dan@suse.cz
- ypclient added, kernel card support
* Fri May 19 2000 kkaempf@suse.de
- initial version