diff options
| author | Bill Nottingham <notting@redhat.com> | 2012-11-15 16:58:55 -0500 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2012-11-15 16:58:55 -0500 |
| commit | 445e5ecbca83924b34160e7d869feb4ce3f63643 (patch) | |
| tree | ce231d12595438668feae88db8bd5ac0065ad2b5 | |
| parent | 837c9ac490a288cf397fc117c21f367d6fe71567 (diff) | |
| download | initscripts-445e5ecbca83924b34160e7d869feb4ce3f63643.tar initscripts-445e5ecbca83924b34160e7d869feb4ce3f63643.tar.gz initscripts-445e5ecbca83924b34160e7d869feb4ce3f63643.tar.bz2 initscripts-445e5ecbca83924b34160e7d869feb4ce3f63643.tar.xz initscripts-445e5ecbca83924b34160e7d869feb4ce3f63643.zip | |
Bump release, add changelog.initscripts-9.37.2-1
| -rw-r--r-- | initscripts.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index cfc092d4..11952a31 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -4,7 +4,7 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.37.1 +Version: 9.37.2 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -329,6 +329,11 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Thu Nov 15 2012 Bill Nottingham <notting@redhat.com> - 9.37.2-1 +- disable MALLOC_CHECK_ in debugmode, it's not thread-safe (#853175) +- use /lib/tmpfiles.d, not /etc/tmpfiles.d (#840182) +- use iwconfig instead of sysfs to check for wireless devices for kernel 3.6 (#875328) + * Fri Jul 6 2012 Bill Nottingham <notting@redhat.com> - 9.37.1-1 - assorted documentation cleanups - service: add support for legacy custom actions packaged in |
