]> granicus.if.org Git - strace/commitdiff
log update
authorRoland McGrath <roland@redhat.com>
Tue, 16 Jan 2007 01:02:38 +0000 (01:02 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 16 Jan 2007 01:02:38 +0000 (01:02 +0000)
ChangeLog
NEWS
debian/changelog
strace.spec

index ce765eb4a497b7768dca84b16d6c744e986d488b..2cfabe0da678829434ff2a5cbb180fc323a333b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-15  Roland McGrath  <roland@redhat.com>
+
+       * configure.ac, NEWS: Version 4.5.15.
+       * debian/changelog, strace.spec: 4.5.15-1.
+
 2007-01-12  Dmitry V. Levin <ldv@altlinux.org>
 
        * time.c [LINUX] (tprint_timex32, tprint_timex): Decode adjtimex
 
 2006-10-14  Dmitry V. Levin  <ldv@altlinux.org>
 
-       * configure.ac(AC_CHECK_HEADERS): Add inttypes.h.
+       * configure.ac (AC_CHECK_HEADERS): Add inttypes.h.
        * file.c [_LFS64_LARGEFILE && (LINUX || SVR4)]:
        Include <inttypes.h>.
        (sys_getdents64): Use PRIu64/PRId64 to avoid gcc warnings on
diff --git a/NEWS b/NEWS
index 1c26e72f69e0df501e88a6acfc8d6d1d5705c43a..c752b0f7accb2125e0c01fa89807d1770211a687 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Changes in 4.5.15
 ==============
 * Bug fixes.
 * Several biarch improvements.
-* Improved output for adjtimex, sysctl, quotactl.
+* Improved output for adjtimex, sysctl, quotactl, umount.
 * Support new Linux system calls *at, inotify*, pselect6, ppoll and unshare.
 
 Changes in 4.5.14
index 521772289d36c13a6257abc886e90c1d188ea32d..5e086c9c0f61457b97001034402b6c590c7348c7 100644 (file)
@@ -6,7 +6,7 @@ strace (4.5.15-1) unstable; urgency=low
     + Fix semtimedop, closes: #340239.
     + ARM support fixes, closes: #360152, #360154.
 
- -- Roland McGrath <frob@debian.org>  Thu, 11 Jan 2007 02:58:45 -0800
+ -- Roland McGrath <frob@debian.org>  Mon, 15 Jan 2007 16:58:32 -0800
 
 strace (4.5.14-1) unstable; urgency=low
 
index dc9a7af57d000216132463d3d966a8b984ad3dd4..8944047c62d3941d7c0a6acec83a3f199a007ada 100644 (file)
@@ -75,7 +75,7 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Thu Jan 11 2007 Roland McGrath <roland@redhat.com> - 4.5.15-1
+* Mon Jan 15 2007 Roland McGrath <roland@redhat.com> - 4.5.15-1
 - biarch fixes (#179740, #192193, #171626, #173050, #218433, #218043)
 - fix -ff -o behavior (#204950, #218435, #193808, #219423)
 - better quotactl printing (#118696)