[XML-SIG] forwarded message from noreply@sourceforge.net

Fred L. Drake, Jr. fdrake@acm.org
Wed, 20 Dec 2000 20:55:30 -0500 (EST)


--PrH0oNW7ir
Content-Type: text/plain; charset=us-ascii
Content-Description: message body and .signature
Content-Transfer-Encoding: 7bit


  Progess!  ;-)


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Digital Creations


--PrH0oNW7ir
Content-Type: message/rfc822
Content-Description: forwarded message
Content-Transfer-Encoding: 7bit

Return-Path: <nobody@sourceforge.net>
Received: from mh3-sfba.mail.home.com ([24.0.95.134])
          by mail.rdc1.md.home.com (InterMail vM.4.01.03.00 201-229-121)
          with ESMTP
          id <20001221015740.ZWNK10139.mail.rdc1.md.home.com@mh3-sfba.mail.home.com>
          for <fdrake01@mail.reston1.va.home.com>;
          Wed, 20 Dec 2000 17:57:40 -0800
Received: from mx3-sfba.mail.home.com (mx3-sfba.mail.home.com [24.0.95.138])
	by mh3-sfba.mail.home.com (8.9.3/8.9.0) with ESMTP id RAA19288
	for <fdrake01@home.com>; Wed, 20 Dec 2000 17:57:39 -0800 (PST)
Received: from mail.acm.org (mail.acm.org [199.222.69.4])
	by mx3-sfba.mail.home.com (8.9.1/8.9.1) with ESMTP id RAA17390
	for <fdrake01@home.com>; Wed, 20 Dec 2000 17:57:39 -0800 (PST)
Received: from usw-sf-netmisc.sourceforge.net (usw-sf-sshgate.sourceforge.net [216.136.171.253])
	by mail.acm.org (8.9.3/8.9.3) with ESMTP id UAA39740
	for <fdrake@acm.org>; Wed, 20 Dec 2000 20:57:34 -0500
Received: from usw-sf-web2-b.sourceforge.net
	([10.3.1.6] helo=usw-sf-web2.sourceforge.net ident=mail)
	by usw-sf-netmisc.sourceforge.net with esmtp (Exim 3.16 #1 (Debian))
	id 148uz4-0001hS-00; Wed, 20 Dec 2000 17:57:30 -0800
Received: from nobody by usw-sf-web2.sourceforge.net with local (Exim 3.16 #1 (Debian))
	id 148uz5-0000Mm-00; Wed, 20 Dec 2000 17:57:31 -0800
Message-Id: <E148uz5-0000Mm-00@usw-sf-web2.sourceforge.net>
From: noreply@sourceforge.net
Sender: nobody <nobody@sourceforge.net>
To: loewis@informatik.hu-berlin.de, fdrake@acm.org, expat-bugs@sourceforge.net
Subject: [Bug #126353] xmlparse.h does not indicate a version
Date: Wed, 20 Dec 2000 17:57:31 -0800

Bug #126353, was updated on 2000-Dec-19 09:04
Here is a current snapshot of the bug.

Project: Expat XML Parser
Category: None
Status: Closed
Resolution: Fixed
Bug Group: None
Priority: 6
Submitted by: loewis
Assigned to : fdrake
Summary: xmlparse.h does not indicate a version

Details: Applications that need to compile for different versions of expat cannot determine the expat version at compile time. Therefore, manual intervention or advanced guessing is necessary to compile such applications, which is undesirable.

Follow-Ups:

Date: 2000-Dec-20 17:57
By: fdrake

Comment:
Added compile-time detectable version information to expat.h (new name for xmlparse.h).  Three new #defines, XML_MAJOR_VERSION, XML_MINOR_VERSION, and XML_MICRO_VERSION, have been added.  XML_ExpatVersion() computes it's result dynamically using this information, and the new function XML_ExpatVersionInfo() returns this information in a structure.

This will be available in Expat 1.96.0.
-------------------------------------------------------

Date: 2000-Dec-19 09:09
By: fdrake

Comment:
Assigned to me, since I asked Martin to actually make this a bug report.  I'll note that the application in question is the Python binding for Expat, but the need is not limited to scripting language bindings.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=126353&group_id=10127

--PrH0oNW7ir--