diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-06-01 14:12:30 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-06-01 14:12:30 +0000 |
commit | 984585d5f8019d7f4b5fb9e37ed6acb03771dace (patch) | |
tree | 6e4b3f36cfdb5318e3f3af40a685fb5bc21eff37 /debian/changelog | |
parent | 3601eca29fcc5a80a1c549d3a81d5214707137c4 (diff) | |
download | gcc-5-984585d5f8019d7f4b5fb9e37ed6acb03771dace.tar.gz |
* libgo: syscall.Sendfile(): Set the new offset to the new offset
instead of the originally provided one (Michael Vogt). LP: #1460530.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8092 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e4590fa..6508edf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ gcc-5 (5.1.1-9) UNRELEASED; urgency=medium * Fix build failure of the hppa64 cross compiler, introduced by the gnat cross patches. Closes: #786692. * Update README.source (Michael Vogt). + * libgo: syscall.Sendfile(): Set the new offset to the new offset + instead of the originally provided one (Michael Vogt). LP: #1460530. - -- Matthias Klose <doko@debian.org> Mon, 01 Jun 2015 16:09:15 +0200 + -- Matthias Klose <doko@debian.org> Fri, 29 May 2015 20:23:31 +0200 gcc-5 (5.1.1-8) unstable; urgency=medium |