blob: 64148bc71e9bdb415cbab3e64383de4d4bc4bbb5 [file] [log] [blame]
Daniel Veillarde0aed302000-04-16 08:52:20 +00001NOTE:
2 - the head of this module is package libxml-2 . There is incompatibilities
3 with the old libxml-1 headers. I posted on gnome-hackers a recipe to
4 change your code to compile with both, check it out ! Also read
5 http://xmlsoft.org/upgrade.html
Daniel Veillard2c4754f2001-03-13 09:31:12 +00006 - in the meantime the old 1.x code has been tagged with LIB_XML_1_BRANCH
Daniel Veillarde0aed302000-04-16 08:52:20 +00007 extract this version and drop me a mail if you want me to take care of
Daniel Veillardc5d64342001-06-24 12:13:24 +00008 the update of your module to libxml-2 <daniel@veillard.com>
Daniel Veillard2c4754f2001-03-13 09:31:12 +00009 - the 1.x branch has a separate commit policy, please check the HACKING
10 file for this branch
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000011
12 Rules for commits on the gnome-xml module
13 =========================================
14
Daniel Veillard1a123612001-09-19 08:06:23 +000015 BEFORE READING FURTHER: DO NOT COMMIT DIRECTLY !
16
Daniel Veillardeb48e1c2001-09-19 10:29:32 +000017 In the exceptional case where a serious breakage in this module
18prevents other core projects from making progress, then feel free
19to patch first and send mail afterward as long as the changes are limited.
Daniel Veillard2c4754f2001-03-13 09:31:12 +000020Please keep in mind that a large part of my user base is on Windows, so
21be careful with potential portability problems there.
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000022
Daniel Veillard2c4754f2001-03-13 09:31:12 +000023Otherwise, send me (veillard@redhat.com) a mail and if it's a bug
24issue, register it at bugzilla.gnome.org (module libxml). I check both
25my mail and the bug database on a regular basis. If you don't get an
26answer within a week (which is highly unprobable) then commit your changes.
27This simply mean that I'm on holliday or on the road.
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000028
29 thanks in advance for following the rule,
30
31Daniel
32
Daniel Veillard0c720972001-08-08 20:59:00 +000033P.S.: Bjorn Reese, William Brack and Thomas Broyer get an exception for
Daniel Veillard1a123612001-09-19 08:06:23 +000034 the send before commit rule as well as John Fleck for the doc maintenance
Daniel Veillardeb48e1c2001-09-19 10:29:32 +000035 Send them mail if I don't answer to request in a timely fashion
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000036