summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@golden-gryphon.com>2014-05-06 23:58:39 -0700
committerManoj Srivastava <srivasta@golden-gryphon.com>2014-05-06 23:58:39 -0700
commitafcf3658e0b979a1bd7a3d54e9581f0c627a3d3f (patch)
tree0d5436854926e5aab94d2ef7fcb2dc61b3566448 /debian/changelog
parent53702db419600deb77a88b5d5b791e1d4d44bb9f (diff)
[master]: Fix off by one error in line numbering
The code that is generated by flex has an off-by-one error in the generated #line pragmas that occur after the second %% line in the source file. Marcus Rausch supplied the patch that fixes it. (Closes: #542482). Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cc40cf3..dc168ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+flex (2.5.39-6) unstable; urgency=low
+
+ * The code that is generated by flex has an off-by-one error in the
+ generated #line pragmas that occur after the second %% line in the
+ source file. Marcus Rausch supplied the patch that fixes it.
+ (Closes: #542482).
+ * Bug fix #542482: "Off-by-one error in line statements", thanks to
+ Wouter Verhelst
+
+ -- Manoj Srivastava <srivasta@debian.org> Tue, 06 May 2014 23:57:31 -0700
+
flex (2.5.39-5) unstable; urgency=low
* Adapted patch from Matthias Klose to add pre-seeding of autoconf