| 1 | [[PageOutline]] |
| 2 | |
| 3 | = Backporting fixes into the latest stable release = |
| 4 | |
| 5 | If you'd like to backport a patch from the trunk into the maintenance branch for inclusion in a patch release, please consider only fixes that |
| 6 | |
| 7 | * fix data corruption |
| 8 | * fix crashes |
| 9 | * fixes a previously broken build |
| 10 | * regression from the last minor release |
| 11 | * documentation changes |
| 12 | * crucial usability issue (after discussion the mailing list) |
| 13 | |
| 14 | At the same time for patch release we have to maintain binary back and forwards compatibility (i.e. we cannot add new symbols). |
| 15 | |
| 16 | If you have landed a change into the trunk and it fulfills the above criteria, please edit this wiki page and add the SVN revision to the list below. Afterwards send a notification to the mailing list: |
| 17 | |
| 18 | * ~~ Revision 51103 -- [[https://bugs.webkit.org/show_bug.cgi?id=29443]] -- WebKit crashes when loading certain SVG images ~~ |