summaryrefslogtreecommitdiff
path: root/doc/CHANGES
diff options
context:
space:
mode:
authorjlam <jlam>2003-02-05 03:57:13 +0000
committerjlam <jlam>2003-02-05 03:57:13 +0000
commitbd3c3c0a745ef91ebdc5c52f85fe60ed12ef883b (patch)
tree2220e88c9bb516a88dbe97348a6ea6f22041ca06 /doc/CHANGES
parent2204c4eba90609b2d9fb453da8cae5a943e35f2c (diff)
downloadpkgsrc-bd3c3c0a745ef91ebdc5c52f85fe60ed12ef883b.tar.gz
Bump PKGREVISION of textproc/expat to 1: fix an obvious C bug where types
should be declared/defined before they are used. This should fix errors of the form: .../expat.h:657: use of enum `XML_Status' without previous declaration .../expat.h:736: multiple definition of `enum XML_Status'
Diffstat (limited to 'doc/CHANGES')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index c64e8449339..5510eef4596 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1318 2003/02/04 18:06:48 skrll Exp $
+$NetBSD: CHANGES,v 1.1319 2003/02/05 03:58:10 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -555,3 +555,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated qt3-psql to 3.0.7 [skrll 2003-02-04]
Updated qt3-mysql to 3.0.7 [skrll 2003-02-04]
Updated qt3 to 3.0.7 [skrll 2003-02-04]
+ Updated expat to 1.95.6nb1 [jlam 2003-02-04]