Bug 85984 - [GTK] Use independent version numbers for public libraries
Summary: [GTK] Use independent version numbers for public libraries
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-09 05:19 PDT by Carlos Garcia Campos
Modified: 2012-05-09 09:04 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.56 KB, patch)
2012-05-09 05:23 PDT, Carlos Garcia Campos
gustavo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2012-05-09 05:19:24 PDT
libjavascriptcoregtk, libwebkitgtk and libwebkit2gtk should use their own library versions, so that changes in one lib don't affect the others.
Comment 1 Carlos Garcia Campos 2012-05-09 05:23:03 PDT
Created attachment 140925 [details]
Patch
Comment 2 Gustavo Noronha (kov) 2012-05-09 07:15:20 PDT
Comment on attachment 140925 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=140925&action=review

> configure.ac:44
> +LIBWEBKIT2GTK_VERSION=13:1:13

We should consider reseting this to 0:0:0 when we start shipping for realz, rather than starting from a larger version (it will be an inconvenience for people with existing wk2 builds, though, indeed).
Comment 3 Carlos Garcia Campos 2012-05-09 09:04:32 PDT
Committed r116533: <http://trac.webkit.org/changeset/116533>