1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
GNU cppi NEWS -*- outline -*-
* Noteworthy changes in release 1.18 (2013-03-16) [stable]
** Build- and infrastructure-related
Gnulib infrastructure updates.
Regenerate Makefile.in files using a version of automake that
is not susceptible to CVE-2009-4029 or CVE-2012-3386.
* Noteworthy changes in release 1.17 (2012-08-04) [stable]
** Improvements
Diagnostics have been translated to the following languages:
Croatian.
Esperanto
Finnish
French
German
Italian
Japanese
Polish
Serbian
Swedish
Ukrainian
Vietnamese
Gnulib infrastructure updates.
* Noteworthy changes in release 1.16 (2012-01-25) [stable]
** Improvements
Internationalized diagnostic support is enabled
** Build-related
Adjusted build process to use non-recursive make using automake's
subdir-objects option, etc/prefix-gnulib-mk, and a snippet at the
end of configure.ac.
* Noteworthy changes in release 1.15 (2010-03-18) [stable]
This package now includes a .pot file, so the next release
should include translations for some diagnostics.
* Noteworthy changes in release 1.14 (2010-03-03) [stable]
infrastructure
* Noteworthy changes in release 1.13 (2006-10-22) [stable]
portability infrastructure
* Major changes in release 1.12 (2005-09-13)
none
* Major changes in release 1.11 (2003-08-15)
revamp infrastructure to use gnulib
* Major changes in release 1.10:
none
* Major changes in release 1.9:
-c --ansi gives better line numbers
-c --ansi no longer reports non-existent errors
* Major changes in release 1.8:
new option --max-string-length=LEN
* Major changes in release 1.7:
new option: --ansi (-a)
recognize C++-style comments
* Major changes in release 1.6:
portability: no file names longer than 14 bytes
* Major changes in release 1.4:
gives accurate line numbers in diagnostics
* Major changes in release 1.3:
no longer infloops on 8-bit data
|