diff --git a/re2c.changes b/re2c.changes index 8b9b177..994530f 100644 --- a/re2c.changes +++ b/re2c.changes @@ -2,20 +2,12 @@ Mon Mar 11 00:09:53 UTC 2019 - Chris Coutinho - Update re2c to 1.1.1 - -From the CHANGELOG: - -Version 1.1.1 (2018-08-30) --------------------------- -- Fixed bug #211 re2c '-V' throws 'std::out_of_range' (version to vernum conversion). - -Version 1.1 (2018-08-27) --------------------------- -- Replaced Kuklewicz POSIX disambiguation algorithm with Okui algorithm. -- Optimized GOR1 algorithm (computation of tagged epsilon-closure). -- Added option "--conditions" (an alias for "-c" and "--start-conditions"). -- Fixed bug #201 Bugs with option: 're2c:flags:no-debug-info'. -- Reworked first part of TDFA paper. + * Fixed bug #211 re2c '-V' throws 'std::out_of_range' (version to vernum conversion). + * Replaced Kuklewicz POSIX disambiguation algorithm with Okui algorithm. + * Optimized GOR1 algorithm (computation of tagged epsilon-closure). + * Added option "--conditions" (an alias for "-c" and "--start-conditions"). + * Fixed bug #201 Bugs with option: 're2c:flags:no-debug-info'. + * Reworked first part of TDFA paper. ------------------------------------------------------------------- Thu Mar 15 10:11:22 UTC 2018 - mpluskal@suse.com