summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2007-01-16 23:25:34 +0000
committerRoland McGrath <roland@redhat.com>2007-01-16 23:25:34 +0000
commit0a45fae03e880ff38d04b9f41510d8e69f0b6a1b (patch)
tree088f09b8060dde777cc51d2e053d9565ea94323a
parent817b708fcb7fb95dee484df2b95ecc2967877419 (diff)
downloadstrace-0a45fae03e880ff38d04b9f41510d8e69f0b6a1b.tar.gz
strace-0a45fae03e880ff38d04b9f41510d8e69f0b6a1b.tar.bz2
strace-0a45fae03e880ff38d04b9f41510d8e69f0b6a1b.tar.xz
log updatesv4.5.15
-rw-r--r--ChangeLog10
-rw-r--r--NEWS2
-rw-r--r--debian/changelog2
-rw-r--r--strace.spec2
4 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ff9e57c..cdb8b92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-16 Roland McGrath <roland@redhat.com>
+
+ * configure.ac, NEWS: Version 4.5.15.
+ * debian/changelog, strace.spec: 4.5.15-1.
+
2007-01-16 Dmitry V. Levin <ldv@altlinux.org>
Update mount parser to match kernel behaviour.
@@ -10,11 +15,6 @@
discard MS_MGC_VAL magic, do not decode type and/or data
strings when specified flags do not imply valid strings.
-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
diff --git a/NEWS b/NEWS
index c752b0f..cde0cdc 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Changes in 4.5.15
==============
* Bug fixes.
* Several biarch improvements.
-* Improved output for adjtimex, sysctl, quotactl, umount.
+* Improved output for adjtimex, sysctl, quotactl, mount, umount.
* Support new Linux system calls *at, inotify*, pselect6, ppoll and unshare.
Changes in 4.5.14
diff --git a/debian/changelog b/debian/changelog
index 5e086c9..96983e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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> Mon, 15 Jan 2007 16:58:32 -0800
+ -- Roland McGrath <frob@debian.org> Tue, 16 Jan 2007 15:24:14 -0800
strace (4.5.14-1) unstable; urgency=low
diff --git a/strace.spec b/strace.spec
index 8944047..ab9f558 100644
--- a/strace.spec
+++ b/strace.spec
@@ -75,7 +75,7 @@ rm -rf %{buildroot}
%changelog
-* Mon Jan 15 2007 Roland McGrath <roland@redhat.com> - 4.5.15-1
+* Tue Jan 16 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)