diff options
author | Bill Nottingham <notting@redhat.com> | 2006-02-13 15:57:31 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-02-13 15:57:31 +0000 |
commit | 0ce6461ddb6d35b621043d382dc462756d2ffaad (patch) | |
tree | 71e2f1e7970c91bdbf5837298162bd22dd7c3cd6 | |
parent | 826093e33db0e0ca81925eb3bec8c5411bce8053 (diff) | |
download | initscripts-0ce6461ddb6d35b621043d382dc462756d2ffaad.tar initscripts-0ce6461ddb6d35b621043d382dc462756d2ffaad.tar.gz initscripts-0ce6461ddb6d35b621043d382dc462756d2ffaad.tar.bz2 initscripts-0ce6461ddb6d35b621043d382dc462756d2ffaad.tar.xz initscripts-0ce6461ddb6d35b621043d382dc462756d2ffaad.zip |
8.27-1r8-27
-rw-r--r-- | ChangeLog | 34 | ||||
-rw-r--r-- | initscripts.spec | 7 |
2 files changed, 40 insertions, 1 deletions
@@ -1,3 +1,37 @@ +2006-02-10 Bill Nottingham <notting@redhat.com> + + * sysconfig/network-scripts/network-functions: + fix loop when change_resolve_conf is supplied the same DNS address + multiple times (Michael Reinsch, via <oblin@mandriva.com>) + +2006-02-10 Miloslav Trmac <mitr@redhat.com> + + * sysconfig/network-scripts/ifdown-aliases, sysconfig/network-scripts/ifup-aliases: + ifup-aliases: + - Revert the previous commit + - Reformat the eval of doom, add comments + - Add support for non-numeric IP aliases + ifdown-aliases: + - Copy the updated eval of doom + +2006-02-09 Peter Jones <pjones@redhat.com> + + * sysconfig/network-scripts/ifup-aliases: + - don't restrict alias names unnecessarily, but do check that the filename is + the same as any DEVICE line contained inside. + +2006-02-07 Bill Nottingham <notting@redhat.com> + + * lang.sh: revert fix for #176832, it's broken + +2006-02-07 Serhat GUNGOR <gungorserh@itu.edu.tr> + + * po/tr.po: Done + +2006-02-07 Bill Nottingham <notting@redhat.com> + + * ChangeLog, initscripts.spec: 8.26-1 + 2006-02-07 Bill Nottingham <notting@redhat.com> * ChangeLog, initscripts.spec: 8.26-1 diff --git a/initscripts.spec b/initscripts.spec index 09a529b3..f7ab3c9c 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.26 +Version: 8.27 License: GPL Group: System Environment/Base Release: 1 @@ -208,6 +208,11 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Feb 13 2006 Bill Nottingham <notting@redhat.com> 8.27-1 +- translation updates +- lang.sh: revert fix for #176832, it's broken +- ifup-aliases fixes (<pjones@redhat.com>,<mitr@redhat.com>) + * Tue Feb 7 2006 Bill Nottingham <notting@redhat.com> 8.26-1 - revert "rc.sysinit: don't mount usbfs, libusb no longer uses it" change - add some ugly hacks to make sure net hotplug doesn't run after unclean |