Daniel Veillard | e0aed30 | 2000-04-16 08:52:20 +0000 | [diff] [blame] | 1 | NOTE: |
| 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 Veillard | 2c4754f | 2001-03-13 09:31:12 +0000 | [diff] [blame] | 6 | - in the meantime the old 1.x code has been tagged with LIB_XML_1_BRANCH |
Daniel Veillard | e0aed30 | 2000-04-16 08:52:20 +0000 | [diff] [blame] | 7 | extract this version and drop me a mail if you want me to take care of |
Daniel Veillard | c5d6434 | 2001-06-24 12:13:24 +0000 | [diff] [blame] | 8 | the update of your module to libxml-2 <daniel@veillard.com> |
Daniel Veillard | 2c4754f | 2001-03-13 09:31:12 +0000 | [diff] [blame] | 9 | - the 1.x branch has a separate commit policy, please check the HACKING |
| 10 | file for this branch |
Daniel Veillard | 6a6ccc1 | 1999-08-10 09:34:35 +0000 | [diff] [blame] | 11 | |
| 12 | Rules for commits on the gnome-xml module |
| 13 | ========================================= |
| 14 | |
| 15 | If what you are patching is a non-compilation issue either at compile |
| 16 | time or linking time on one of the main Linux platforms, then feel free |
Daniel Veillard | 2c4754f | 2001-03-13 09:31:12 +0000 | [diff] [blame] | 17 | to patch first and send mail afterward as long as the change is limited. |
| 18 | Please keep in mind that a large part of my user base is on Windows, so |
| 19 | be careful with potential portability problems there. |
Daniel Veillard | 6a6ccc1 | 1999-08-10 09:34:35 +0000 | [diff] [blame] | 20 | |
Daniel Veillard | 2c4754f | 2001-03-13 09:31:12 +0000 | [diff] [blame] | 21 | Otherwise, send me (veillard@redhat.com) a mail and if it's a bug |
| 22 | issue, register it at bugzilla.gnome.org (module libxml). I check both |
| 23 | my mail and the bug database on a regular basis. If you don't get an |
| 24 | answer within a week (which is highly unprobable) then commit your changes. |
| 25 | This simply mean that I'm on holliday or on the road. |
Daniel Veillard | 6a6ccc1 | 1999-08-10 09:34:35 +0000 | [diff] [blame] | 26 | |
| 27 | thanks in advance for following the rule, |
| 28 | |
| 29 | Daniel |
| 30 | |
Daniel Veillard | 0c72097 | 2001-08-08 20:59:00 +0000 | [diff] [blame] | 31 | P.S.: Bjorn Reese, William Brack and Thomas Broyer get an exception for |
| 32 | the send before commit rule as well as John Fleck for the doc subdir |
Daniel Veillard | 6a6ccc1 | 1999-08-10 09:34:35 +0000 | [diff] [blame] | 33 | |