~ubuntu-branches/ubuntu/karmic/webkit/karmic-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-05-15 18:30:58 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090515183058-50q5exjo9b1kxy9s
Tags: 1.1.7-1
* New upstream release
* debian/libwebkit-1.0-2.symbols:
- updated with the new symbols in 1.1.7
* debian/libwebkit-dev.install, debian/libwebkit-dev.links,
  debian/rules:
- Build, and ship gtk-doc documentation (Closes: #526683)
* debian/copyright:
- updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-05-13  Xan Lopez  <xlopez@igalia.com>
 
2
 
 
3
        Unreviewed: bump versions in preparation for 1.1.7 release.
 
4
 
 
5
        * configure.ac:
 
6
 
 
7
2009-05-13  Xan Lopez  <xlopez@igalia.com>
 
8
 
 
9
        Rubber-stamped by Gustavo Noronha.
 
10
 
 
11
        Revert commit r43563, since it breaks WebKitGTK+ when compiled
 
12
        with gcc 4.4.
 
13
 
 
14
        * GNUmakefile.am:
 
15
 
 
16
2009-05-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
 
17
 
 
18
        Reviewed by Holger Freyther.
 
19
 
 
20
        [Gtk] Various autotools build refactoring and fixes
 
21
        https://bugs.webkit.org/show_bug.cgi?id=25286
 
22
 
 
23
        Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
 
24
 
 
25
        * GNUmakefile.am:
 
26
 
 
27
2009-05-09  Jan Michael Alonzo  <jmalonzo@webkit.org>
 
28
 
 
29
        Reviewed by Gustavo Noronha.
 
30
 
 
31
        WebKit-r43163 won't build for gtk-directfb
 
32
        https://bugs.webkit.org/show_bug.cgi?id=25538
 
33
 
 
34
        Move the ENCHANT check out of the with_target conditional since it
 
35
        applies to all targets
 
36
 
 
37
        * configure.ac:
 
38
 
 
39
2009-05-09  Mike Hommey  <glandium@debian.org>
 
40
 
 
41
        Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
 
42
 
 
43
        Enable JIT on x86-64 gtk+
 
44
        https://bugs.webkit.org/show_bug.cgi?id=24724
 
45
 
 
46
        * configure.ac:
 
47
 
 
48
2009-05-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
 
49
 
 
50
        Reviewed by Xan Lopez.
 
51
 
 
52
        Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
 
53
 
 
54
        * GNUmakefile.am:
 
55
        * autogen.sh:
 
56
 
 
57
2009-05-06  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
 
58
 
 
59
        Reviewed by Simon Hausmann.
 
60
 
 
61
        Build QtWebKit as a framework on Mac
 
62
 
 
63
        This implies both debug and release build by default, unless
 
64
        one of the --debug or --release config options are passed to
 
65
        the build-webkit script.
 
66
 
 
67
        Frameworks can be disabled by passing CONFIG+=webkit_no_framework
 
68
        to the build-webkit script.
 
69
 
 
70
        To be able to build both debug and release targets in parallel
 
71
        we have to use separate output directories for the generated
 
72
        sources, which is not optimal, but required to avoid race conditions.
 
73
 
 
74
        An optimization would be to only require this spit-up on Mac.
 
75
 
 
76
        * WebKit.pri:
 
77
 
 
78
2009-04-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
 
79
 
 
80
        Unreviewed build GTK build fix
 
81
 
 
82
        * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
 
83
 
 
84
2009-04-30  Dimitri Glazkov  <dglazkov@chromium.org>
 
85
 
 
86
        Unreviewed, build fix.
 
87
 
 
88
        https://bugs.webkit.org/show_bug.cgi?id=25470
 
89
        Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
 
90
 
 
91
        * configure.ac: Add autoconfig options, missed in the first commit.
 
92
 
1
93
2009-04-28  Xan Lopez  <xlopez@igalia.com>
2
94
 
3
95
        Unreviewed: bump versions in preparation for 1.1.6 release.