diff options
author | Than Ngo <than@redhat.com> | 2005-09-27 14:50:56 +0000 |
---|---|---|
committer | Than Ngo <than@redhat.com> | 2005-09-27 14:50:56 +0000 |
commit | e0298bb2a41535ee85601baf2d4bc939f1e17a6a (patch) | |
tree | 9148876dfbf833abe46513a4ff70d50fe8d533b3 | |
parent | 666e3ea08307c8ea952b0eeda4c1267c50b6abd9 (diff) | |
download | initscripts-e0298bb2a41535ee85601baf2d4bc939f1e17a6a.tar initscripts-e0298bb2a41535ee85601baf2d4bc939f1e17a6a.tar.gz initscripts-e0298bb2a41535ee85601baf2d4bc939f1e17a6a.tar.bz2 initscripts-e0298bb2a41535ee85601baf2d4bc939f1e17a6a.tar.xz initscripts-e0298bb2a41535ee85601baf2d4bc939f1e17a6a.zip |
fix typo bugr8-16
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | initscripts.spec | 5 |
2 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-09-27 Than Ngo <than@redhat.com> + + * Changelog, initscripts.spec: 8.16-1 + + * sysconfig/network-scripts/network-functions: typo bug + 2005-09-26 Than Ngo <than@redhat.com> * ChangeLog, initscripts.spec: 8.15-1 diff --git a/initscripts.spec b/initscripts.spec index 9773ce4b..559e8e7b 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.15 +Version: 8.16 License: GPL Group: System Environment/Base Release: 1 @@ -209,6 +209,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Tue Sep 27 2005 Than Ngo <than@redhat.com> 8.16-1 +- fix typo bug + * Mon Sep 26 2005 Than Ngo <than@redhat.com> 8.15-1 - support proper dial-in configuration, thanks to Peter Bieringer (#158380) |