diff --git a/.gitignore b/.gitignore index 226bcd4..9f2d064 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /chkconfig-1.3.48.tar.bz2 +/chkconfig-1.3.49.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index caadfd9..07fa682 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,6 +1,6 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig -Version: 1.3.48 +Version: 1.3.49 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/ntsysv.8* %changelog +* Tue Nov 9 2010 Bill Nottingham 1.3.49-1 +- fix abort on free of uninitialized data. (#649227) + * Wed Oct 27 2010 Bill Nottingham 1.3.48-1 - fix install_initd invocation for services that require $local_fs (#632294) diff --git a/sources b/sources index 9c0b766..76bd7c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3afd02587146f497463a66840bdf181d chkconfig-1.3.48.tar.bz2 +9b5e91d25f4f3b21f4c0bdf55a721431 chkconfig-1.3.49.tar.bz2