summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2003-01-21 11:18:23 +0000
committerskrll <skrll@pkgsrc.org>2003-01-21 11:18:23 +0000
commitb348d6439ec7f20c1b70f7ab75ab5033d7063f77 (patch)
treed1cfc8c15fcf2478f8256ae4c7881042e359afb5 /doc
parent2e2e27d411d888f740b8228713d584a91eb0e210 (diff)
downloadpkgsrc-b348d6439ec7f20c1b70f7ab75ab5033d7063f77.tar.gz
Update jikes to 1.18. This closes PR 19979 from Marc Recht.
Major user noticable items this release include: - Compilation that encounters syntax errors is more robust. - An assertion failure involving placeholder_type was solved. - Many other minor bugs have been fixed; including a number of segfaults and regressions present in 1.17. Items of interest to developers and open source hackers include: - Completely revamped error reporting system from Elliott Hughes which simplifies the task of adding a new error message. Also note that in 1.18 we have removed the copy of the GPL that was improperly packaged with versions 1.15 through 1.7 due to a mis- configuration of automake in the Jikes source tree. While the GPL license was erroniously included with the sources for those three version, no source file referenced it, and all source files, help texts and user messages continued to reference the proper IBM license, which was also bundled.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 347733f8fd9..4922a1f8388 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1179 2003/01/21 11:12:21 wiz Exp $
+$NetBSD: CHANGES,v 1.1180 2003/01/21 11:18:23 skrll Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -350,3 +350,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated cvs to 1.11.5 [wiz 2003-01-21]
Updated libgtop to 1.0.13nb1 [tron 2003-01-21]
Updated ncurses to 5.3 [wiz 2003-01-21]
+ Updated jikes to 1.18 [skrll 2003-01-21]