[Mp4h-devel]CVS: mp4h ChangeLog,1.108,1.109
Brought to you by:
barbier
|
From: Denis B. <ba...@us...> - 2001-11-08 22:55:51
|
Update of /cvsroot/mp4h/mp4h
In directory usw-pr-cvs1:/tmp/cvs-serv22896
Modified Files:
ChangeLog
Log Message:
*) Upgrade to PCRE 3.7 (08-Nov-2001):
Upstream do allow various definitions of newline char, I keep
stuck with `\n' in internal.h since I know exactly how to
incorporate this option.
[Denis Barbier]
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mp4h/mp4h/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 2001/10/25 22:11:45 1.108
+++ ChangeLog 2001/11/08 22:55:47 1.109
@@ -8,6 +8,14 @@
information about every single change.
___________________________________________________________________________
+ Changes between 1.2.3 and ???:
+
+ *) Upgrade to PCRE 3.7 (08-Nov-2001):
+ Upstream do allow various definitions of newline char, I keep
+ stuck with `\n' in internal.h since I know exactly how to
+ incorporate this option.
+ [Denis Barbier]
+
Changes between 1.2.2 and 1.2.3:
*) Fix leading space added by <attributes-quote> (25-Oct-2001):
|