blob: 6dc97281780ef5ee884662c08147efd48edcee94 [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
6 - in the meantime the old 1.x code has been tagged with LIB_XML_1_X
7 extract this version and drop me a mail if you want me to take care of
8 the update of your module to libxml-2 <veillard@w3.org>
Daniel Veillard6a6ccc11999-08-10 09:34:35 +00009
10 Rules for commits on the gnome-xml module
11 =========================================
12
13If what you are patching is a non-compilation issue either at compile
14time or linking time on one of the main Linux platforms, then feel free
15to patch first and send mail afterward.
16
17Otherwise, send me (Daniel.Veillard@w3.org) a mail and if it's a bug
18issue, register it at bugs.gnome.org. I check both my mail and the
19bug database everyday. if you don't get an answer within 3 days
20(which is highly unprobable) then commit your changes. This simply
21mean that I'm on holliday or on the road.
22
23The reasons I'm asking for an ask before commit policy is that I'm
24using a separate CVS base for unstable developments and if you commit
25a patch I didn't get, I may loose your change by mistake (it happened
Daniel Veillardc08a2c61999-09-08 21:35:25 +000026already once) and seriously complicates my job of merging both bases.
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000027(The second base is at http://dev.w3.org/ under the XML module).
28
29 thanks in advance for following the rule,
30
31Daniel
32
33P.S.: Raph Levien get an exception for the send before commit rule :-)
34