Changes between Initial Version and Version 1 of WebKitGTK/1.10.x


Ignore:
Timestamp:
Aug 23, 2012 6:42:48 AM (12 years ago)
Author:
Carlos Garcia Campos
Comment:

Add page for stable 1.10.x releases

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/1.10.x

    v1 v1  
     1[[PageOutline]]
     2
     3= Preparing for 1.10.0 =
     4
     5WebkitGtk+ '''1.10.0''' will be the next release in the stable series. We should merge not overly intrusive patches that improve stability or performance, fix build issues, etc. We branched at  r126422.
     6
     7When filing bugs (http://bugs.webkit.org) against stable release, please prefix them with "[GTK] [Stable]" to ensure they are addressed with high
     8priority. Also, running a debug build and including stack traces is highly encouraged.
     9
     10To get the stable branch code, simply check out
     11http://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-1.10
     12
     13Over the next few weeks we'll be merging important fixes into the
     14branch, so be sure to stay up to date. Thanks for your help!
     15
     16== Proposed merges for 1.9.91 ==
     17
     18
     19
     20== Changes on track ==
     21  * [https://bugs.webkit.org/show_bug.cgi?id=94435] "[GTK] Split WebCore/platform into a separate library"
     22  * [https://bugs.webkit.org/show_bug.cgi?id=94417] "[GTK] [WebKit2] Use XComposite window for accelerated compositing"
     23
     24= Previous versions =
     25
     26
     27For changes in older stable branches see: [wiki:WebKitGTK/1.8.x 1.8.x]
     28
     29= Useful commands =
     30
     31To get a wiki-formated list of commits that just got merged:
     32
     33{{{
     34 $ git log --pretty=oneline <commit>.. | cut -d ' ' -f 5- | sed "s,\(.\+\)\(https://bugs.*\),  * ~~[\2] ''\1''~~,"
     35}}}