1
0
forked from pool/yast2-network
< Fri Apr 16 13:02:10 UTC 2010 - kmachalkova@novell.com
< 
< - Rollup patch with several Code11 bugfixes:
<   - Include <write_hostname> in cloned data (bnc#576495)
<   - Don't check for presence of static IPs when deciding whether to
<     append 127.0.0.2 line to /etc/hosts
<   - Pre-fill hostname field with global hostname in static IP dialog
<   - Warn if no hostname is specified for static IP (all bnc#583786)
<   - In [auto]installation, prefer hostname from install.inf. Convert
<     to FQDN if it is an IP address (bnc#556613, bnc#502715)
< 
< -------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-network?expand=0&rev=81
This commit is contained in:
Katarina Machalkova
2010-04-16 13:17:53 +00:00
committed by Git OBS Bridge
parent c3519f2dd5
commit 515eff9121
3 changed files with 44 additions and 47 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Apr 16 13:02:10 UTC 2010 - kmachalkova@novell.com
- Rollup patch with several Code11 bugfixes:
- Include <write_hostname> in cloned data (bnc#576495)
- Don't check for presence of static IPs when deciding whether to
append 127.0.0.2 line to /etc/hosts
- Pre-fill hostname field with global hostname in static IP dialog
- Warn if no hostname is specified for static IP (all bnc#583786)
- In [auto]installation, prefer hostname from install.inf. Convert
to FQDN if it is an IP address (bnc#556613, bnc#502715)
-------------------------------------------------------------------
Tue Apr 13 13:18:57 CEST 2010 - mzugec@suse.cz