Bug 133724

Summary: [GTK] Bump binary version for 2.6
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gustavo, gyuyoung.kim, mrobinson, pnormand, rakuco, sergio, svillar
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 93002, 121543, 133680, 133725, 133726, 133728, 133729, 134028, 134300, 134830    
Bug Blocks:    
Attachments:
Description Flags
Patch pnormand: review+

Description Carlos Garcia Campos 2014-06-11 00:55:16 PDT
WebKitGTK+ 2.6 will be the first stable release including only the WebKit2 API, so we need to make sure it's parallel installable with older versions including the WebKit1 API. After some discussion we reached the conclusion that bumping the binary version is the best approach, since we will force everybody to recompile anyway. In addition to breaking the ABI, we will take advantage to also make some minor API modifications, that hopefully will not affect most of our current users. I would like to make all the API changes for the first unstable release, so that we only update the soname once for the whole cycle and people will have more time to adapt to API changes (if needed), instead of changing the API on every unstable release. So, I'll make all bugs updating the API blockers of this one.
Comment 1 Carlos Garcia Campos 2014-07-30 08:49:51 PDT
Created attachment 235746 [details]
Patch
Comment 2 Philippe Normand 2014-07-31 01:18:44 PDT
Comment on attachment 235746 [details]
Patch

Looks good, thanks
Comment 3 Carlos Garcia Campos 2014-07-31 02:17:25 PDT
Committed r171846: <http://trac.webkit.org/changeset/171846>