diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2012-11-23 19:09:32 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2012-11-23 19:09:32 -0300 |
commit | 765811c8875548e892d18790be29f346fdc2f2e7 (patch) | |
tree | b8b3a903c90fce254e1dc5739944bbc484138770 | |
parent | eb7fa281c46c535ad1f485601b523ced440aeca8 (diff) | |
download | qt4-x11-765811c8875548e892d18790be29f346fdc2f2e7.tar.gz |
Note that the patch was taken from uptream.
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 14e04ff..32766f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,7 @@ qt4-x11 (4:4.8.2+dfsg-3) UNRELEASED; urgency=medium * Build-conflict against libqtwebkit-dev. Upstream said that this should be the correct way of handling this (Closes: #689265). * Add fix_jit_crash_on_x86_64.patch, which avoids 32-bit branch offset - overflows. + overflows. Taken from upstream. * Add add_missing_map_noreserve.patch. The previous patch uncovered a bug that happened when memory was reserved in swap. This patch adds a missing MAP_NORESERVE and fixes error checking. Taken from upstream. |