Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libwebkit-lang-1.2.7-0.2.1 RPM for noarch

From OpenSuSE 11.3 updates for noarch

Name: libwebkit-lang Distribution: openSUSE 11.3
Version: 1.2.7 Vendor: openSUSE
Release: 0.2.1 Build date: Wed Feb 23 15:19:56 2011
Group: System/Localization Build host: build27
Size: 395139 Source RPM: libwebkit-1.2.7-0.2.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://webkit.org/
Summary: Languages for package libwebkit
Provides translations to the package libwebkit

Provides

Requires

License

LGPLv2.0 ; LGPLv2.0+

Changelog

* Thu Feb 17 2011 vuntz@opensuse.org
  - Update to version 1.2.7 (bnc#672521, bnc#672526, bnc#672527,
    bnc#672530, bnc#672534, bnc#672618):
    + Fixes a regression caused by earlier fix for CVE-2010-1791.
      This caused webkitgtk to crash on certain sites with
      javascript.
    + Fixes the following CVEs:
      CVE-2010-2901 CVE-2010-4040 CVE-2010-4042 CVE-2010-4199
      CVE-2010-4492 CVE-2010-4493 CVE-2010-4578 CVE-2011-0482
      CVE-2011-0778
  - Drop libwebkit-CVE-2010-4040.patch: fixed upstream.
* Mon Jan 03 2011 vuntz@opensuse.org
  - Update to version 1.2.6 (bnc#601349, bnc#659343):
    + Fixes crashes with newer libpng (>= 1.4)
    + Fix following security issues:
      CVE-2010-1791 CVE-2010-3812 CVE-2010-3813 CVE-2010-4197
      CVE-2010-4198 CVE-2010-4204 CVE-2010-4206
  - Changes from version 1.2.5:
    + Fix following security issues:
      CVE-2010-1780 CVE-2010-3113 CVE-2010-1814 CVE-2010-1812
      CVE-2010-1815 CVE-2010-3115 CVE-2010-1807 CVE-2010-3114
      CVE-2010-3116 CVE-2010-3255 CVE-2010-3257 CVE-2010-3259
  - Note that CVE-2010-2647 and CVE-2010-3119 were handled in 1.2.4
    already.
  - Add libwebkit-CVE-2010-4040.patch to fix CVE-2010-4040
    (bnc#655970).
* Mon Sep 20 2010 vuntz@opensuse.org
  - Update to version 1.2.4 (bnc#640409):
    + New stable release, API and ABI compatible with previous 1.2.x
      versions.
    + Fix following security issues:
      CVE-2010-1781 CVE-2010-1782 CVE-2010-1784 CVE-2010-1785
      CVE-2010-1786 CVE-2010-1787 CVE-2010-1788 CVE-2010-1790
      CVE-2010-1792 CVE-2010-1793 CVE-2010-2648
* Sun Jul 18 2010 abockover@novell.com
  - Update to version 1.2.3 (bnc#622994):
    + Many crash and bug fixes.
    + Additional new embedding APIs.
    + Drag and Drop, and Clipboard enhancements.
    + Fixes building with ICU 4.4.1.
    + A number of CVEs are addressed.
  - Support building on 11.2
    + Disables GObject Introspection
    + Disables HTML5 Video Support
* Wed Apr 07 2010 vuntz@opensuse.org
  - Update to version 1.2.0:
    + New stable branch of WebKitGTK+; API and ABI stable.
    + A number of crashes discovered since the 1.1.90 release have
      been fixed.
    + Building for SPARC has been fixed.
    + Building on Itanium in 32 bits mode is now possible.
    + Building with newer versions of GTK+ is fixed.
    + A few translations got updated.
* Wed Apr 07 2010 ro@suse.de
  - Add baselibs.conf (needed for libproxy-pacrunner-webkit)
* Wed Mar 17 2010 dimstar@opensuse.org
  - Update to version 1.1.90:
    + Add support for Fast Mobile Scrolling in the build system.
    + Add function to expose the popup menu font size, add a field to
      WebPopupMenuInfo that receives that information to convey that
      to the web view client's createPopupMenu() call.
* Wed Mar 10 2010 dimstar@opensuse.org
  - Update to version 1.1.23:
    + Blob.slice support.
    + Iimplements ChromeClient::requestGeolocationPermissionForFrame
    + Expose WebFrame::setCanHaveScrollbars().  This allows a view
      which is being resized to not need scroll bars to ensure that
      they are not drawn.
    + Enable SharedWorkers by default, since that's been the default
      for a long time in our build-webkit configuration.
    + [gtk] missing libsoup-2.4 package in gir generation
  - Add libwebkit-fixbuild.patch to fix brp error. gchar wants the
    last argument to be NULL, not 0.
* Tue Feb 23 2010 vuntz@opensuse.org
  - Update to version 1.1.22:
    + Preliminary support for Java plugins. Basic functionality is
      there, but there are still a few rough edges. Also newly
      introduced is a new WebKitWebSetting, 'enable-java-applet',
      which controls whether WebKit will recognize the non-standard
      <applet> tag.
    + Add WebKitWebSettings::auto-resize-window; when enabled, WebKit
      will act upon the DOM methods that change the size and/or
      position of the window containing a WebView (window.{moveTo,
      resizeTo, moveBy, resizeBy}).
    + Add WebKitWebSettings::enable-file-access-from-file-uris; when
      enabled, each file:// URI will be assigned its own security
      domain.
    + Lots of bugfixes, especially in the PageCache support.
* Wed Feb 10 2010 vuntz@opensuse.org
  - Update to version 1.1.21:
    + New custom-made GStreamer source element that uses the WebCore
      network layer to download media data; this makes sure any
      headers and cookies will automatically get added when making
      requests.
    + WebKit will now let libsoup know who the first party for a
      given message is, making it possible to implement accept/deny
      policies in Soup.
    - The usual stream of fixes, and improvements
* Mon Feb 08 2010 captain.magnus@opensuse.org
  - Update to version 1.1.20:
    + Fixes to the HTML5 Media Player infrastructure to satisfy sites
      that require cookies, and Referer to be sent; this makes
      WebKitGTK+ able to support the new HTML5 support added to
      Youtube, and Vimeo, for instance.
    + Windowless plugin support is finally here, making it possible
      to get plugins to behave on various web pages.
    + The usual stream of fixes, and improvements
* Wed Jan 20 2010 vuntz@opensuse.org
  - Update to version 1.1.19:
    + Improvements to AtkText implementation
    + RGBA colormap support has been added
    + Improvements to the HTML5 media player
    + Crashes related to clipboard handling, which were hitting many
      users and seemed to be random have been fixed
  - Drop libwebkit-fix-gcc-warnings.patch: fixed upstream.
* Fri Jan 15 2010 vuntz@opensuse.org
  - Drop libwebkit-ia64_s390x.patch: this should be fixed another way
    upstream now.
* Wed Jan 13 2010 captain.magnus@opensuse.org
  - Update to version 1.1.18:
    - Add methods to set and get a cache model in WebKitGTK+. We
      offer two possibilites: document viewer (no caches are used)
      and browser (similar to the previous defaults).
    - Add WebKitWebSettings::enable-page-cache. Controls whether the
      Page Cache is enabled or not. For details about what the page
      cache is and does see
      http://webkit.org/blog/427/webkit-page-cache-i-the-basics/
      The page cache is disabled by default, since the gtk+ port
      still presents some small bugs when it's enabled.
    - Add WebKitWebSettings::enable-site-specific-quirks. Controls
      whether a series of page-specific workarounds are used by
      WebKit.
    - Use Content-Encoding support available in recent libsoup.
    - Add WebKitWebSettings::enable-default-context-menu. Controls
      whether webkitgtk+ will show a default context menu on right
      click in the view. Note that even with the property set to
      FALSE right clicks can be handled by the page, either by
      actions or by ad-hoc in-page context menus.
    - Make the WebKitWebView::icon-loaded signal carry a string with
      the favicon's URI. This is an API break, but the signal already
      had a broken signature and was useless anyway, so it's
      extremely unlikely that anybody was using it. Also, add the
      'icon-uri' property to the view, holding the URI for its
      current favicon.
    - Respect Content-Disposition header in downloads (fixes
      downloads in gmail).
    - Various accessibility improvements.
    - Many bugfixes.
  - Drop libwebkit-fix-introspection-build.patch: fixed upstream.
  - Update libwebkit-ia64_s390x.patch to apply with fuzz=0
  - Add libwebkit-fix-gcc-warnings.patch to keep gcc happy. Reported
    upstream (https://bugs.webkit.org/show_bug.cgi?id=33575)
  - Remove workaround copy of JSCore-1.0.gir to fix introspection
    build: fixed upstream.
* Mon Dec 07 2009 vuntz@opensuse.org
  - Add libwebkit-ia64_s390x.patch to fix build on ia64 and s390x.
    Patch by ro@suse.de.
* Wed Dec 02 2009 vuntz@opensuse.org
  - Update to version 1.1.17:
    + New APIs to show and close the web inspector and to inspect an
      element at the given coordinates.
    + New property,
      WebKitWebSettings::tab-key-cycles-through-elements, controls
      whether TAB is simply interpreted as another keystroke or is
      used to cycle through the elements in a page.
    + Many a11y improvements.
    + The usual amount of random bugfixes.
  - Enable introspection:
    + add gir-repository and gobject-introspection-devel
      BuildRequires.
    + pass --enable-introspection to configure.
    + add a cp workaround for JSCore-1.0.gir not being at the
      expected location.
    + add libwebkit-fix-introspection-build.patch to fix the build
* Fri Nov 27 2009 dimstar@opensuse.org
  - Update to version 1.1.16:
    + Add optional support to generate the gobject-introspection
      gir/typelib files. Enable with --enable-introspection, it's off
      by default.
    + Add a new load status value, WEBKIT_LOAD_FAILED, emitted when
      there's an error during the load process. This is the natural
      companion to WEBKIT_LOAD_FINISHED, which is only emitted when
      the load finished succesfuly.
    + Ensure that keyboard events filtered by GtkIMContext still
      create the proper DOM events.
    + Many a11y improvements: caret browsing fixes, expose heading
      levels, more accessible roles supported, more work in correctly
      showing the element's ancestry list, improved support for
      lists, etc.
    + Many improvements to our media support.
    + Add a new setting to control DOM pastes
      (document.execCommand("Paste"))
    + Many, many bugfixes all over the place.
  - Do not self-obsolete, fix a lint warning.
* Wed Sep 23 2009 dimstar@opensuse.org
  - Update to version 1.1.15.1:
    + [GTK] context menu overriding API is very limited
    + Add new tests to the build.
    + Add the alternative QtLauncher (based on QGraphicsView) to the
      build.
* Wed Sep 09 2009 vuntz@opensuse.org
  - Update to version 1.1.14:
    + New API has been added to WebKitWebFrame to allow applying
      scrollbars policy as requested by web applications to the main
      frame; if the parent of the WebKitWebView widget is a
      GtkScrolledWindow, policy is applied by the default handler.
    + A new API has been added to help dealing with the various
      resources that are downloaded to compose the final rendering;
      you can now obtain the source code for a page that is loaded,
      for instance.
    + A new property has been added to WebKitWebView to allow setting
      it to "View Source" mode.
    + HTML5 database has gained API to manage the individual
      databases, including usage and quota.
    + A new signal `resource-request-starting' has been added to the
      WebKitWebView to allow modification of outgoing requests for
      every resource.
    + Connection limit has been increased to 60 total connections, 6
      per-host, matching other browsers more closely; this seems to
      have improved loading time of some sites.
    + Undo/redo support has been added to editable texts.
    + The usual stream of small improvements and bug fixes.
  - Drop libwebkit-build-warning.patch: fixed upstream.
  - Add glib2-devel Requires to devel package.
* Wed Aug 26 2009 vuntz@novell.com
  - Update to version 1.1.13:
    + GNOME Keyring support was removed in favor of the new Password
      Manager soup feature; to get exactly the same behavior,
      applications should use SoupPasswordManagerGNOME. This requires
      libsoup 2.27.91 or newer.
    + Several accessibility improvements, including support for
      testing the a11y infrastructure in our layout tests.
    + You can now enable/disable HTML5 offline application cache
      using a new setting added to WebKitWebSettings.
    + Drag support has landed, meaning you can start playing with
      HTML5 drag and drop support; drop support is still missing.
    + A crash with scripts closing windows has been fixed.
    + Image cursors support has been added.
    + The usual stream of small improvements and bug fixes.
  - Remove gnome-keyring-devel BuildRequires.
  - Add libgeoclue-devel BuildRequires.
  - Pass --enable-geolocation to configure and remove
    now non-existing --enable-gnomekeyring.
  - Add libwebkit-build-warning.patch to fix a warning.
* Fri Jul 31 2009 vuntz@novell.com
  - Move back doc files to the devel package.
* Wed Jul 29 2009 vuntz@novell.com
  - Update to version 1.1.12:
    + Fix WebKitSoupAuthDialog to only save passwords in
      gnome-keyring (if enabled) when authentication succeeds.
    + Implement a proper size_request method for WebKitWebView. The
      widget will request the size of the whole page as its size
      requisition.
    + Many a11y improvements.
    + The usual amount of other misc fixes.
    + WEBKIT_DEBUG variable now accepts channel names in any case
      again.
* Sun Jul 19 2009 vuntz@novell.com
  - Update to version 1.1.11:
    + WebKit has got a new feature - a XSS auditor, that should
      improve security; this feature is still experimental, and
      disabled by default, but applications can enable it using the
      setting.
    + The hackish content sniffing code that was beig used to avoid
      pages requesting downloads instead of displaying content has
      been replaced by usage of a new Soup feature, which implements
      proper content sniffing.
    + More accessibility work, including fixes for problems which
      were critical for a possible GNOME 2.28 release.
    + Pasting rich text from other browsers should now work as
      expected.
    + The usual amount of misc fixes.
* Tue Jun 16 2009 vuntz@novell.com
  - Update to version 1.1.10:
    + WebKitNetworkRequest has now GObject properties for its URI and
      the SoupMessage that backs it up.
    + Fix AtkText methods get_selection and get_n_selections to not
      use the global selection but only the selection that belongs to
      the object being used.
    + Fix a crasher when emitting the a11y signal 'text-caret-moved'
      in some situations with debug builds.
* Mon Jun 15 2009 vuntz@novell.com
  - Move doc files to the library package instead of devel package,
    and also install the NEWS file for the GTK+-specific part of
    WebKit.
* Thu Jun 11 2009 vuntz@novell.com
  - Update to version 1.1.9:
    + Scrolling once again received a lot of love, and many subtle
      problems and bugs were killed, and we now get correct behavior
      in acid2; a number of smaller improvements are in the queue.
    + Accessibility keeps gaining better support. On this release a
      lot of work was done on the AtkText interface implementation.
    + WebKitNetworkRequest now carries with it all the information
      regarding the request, not only the URI. This means you will no
      longer miss headers such as Referer when passing NetworkRequest
      objects from a callback to webkit_web_frame_load_request.
* Fri May 29 2009 vuntz@novell.com
  - Update to version 1.1.8:
    + We found out that WebKitWebHistoryItems were being kept with a
      reference count of 2 instead of 1 as they should; nobody should
      be relying on that, but if you hit reference counting problems
      with items you were creating yourself, this is for you.
    + You can now copy images from the web page to the clipboard.
    + Improvements were made to the Plugin handling code.
    + Scroll events will now be correctly reported to web
      applications.
    + You can now embed arbitrary widgets as if it was a plugin, with
      the new "create-plugin-widget" signal.
    + The atk_text_get_text_{at,after,before}_offset methods are now
      implemented for all boundary types except LINE_AFTER and
      LINE_BEFORE.
    + The usual stream of minor fixes and improvements, as always.
* Sun May 17 2009 vuntz@novell.com
  - Update to version 1.1.7 (not everything is listed in ChangeLog):
    + Build fixes.
    + Enable JIT on x86-64 gtk+.
* Wed Apr 29 2009 vuntz@novell.com
  - Update to version 1.1.6 (not everything is listed in ChangeLog:
    + Added support for generating API docs in the Qt build using
      "make docs"
    + Add enchant support for spell-checking-languages property to
      work properly.
    + [GTK] Error reporting
    + Quite some accessibility improvements
    + New printing API.
  - Add enchant-devel BuildRequires.
* Fri Apr 17 2009 vuntz@novell.com
  - Make libwebkit-1_0-2 provides libwebkit so that the lang package
    is installable.
* Wed Apr 15 2009 vuntz@novell.com
  - Update to version 1.1.5:
    + Integrate gtk-doc into the Gtk+ buildsystem.
    + Add unit tests.
    + Filter out all C++ symbols.
    + Build fixes.
  - Add lang package for new translations.
* Sat Apr 04 2009 vuntz@novell.com
  - Update to version 1.1.4:
    + Do not export cti* symbols.
    + Enable HTML5 media elements support by default in the GTK+
      port.
    + Separate gtk unit tests.
    + Misc patches for WebKitWebHistoryItem.
    + Require gnome-keyring 2.26.0.
  - Remove --enable-video from configure: it's active by default now.
* Thu Mar 19 2009 vuntz@novell.com
  - Update to version 1.1.3:
    + Way too many changes to list here. See ChangeLog.
  - Rename libwebkit-1_0-1 to libwebkit-1_0-2, reflecting soname
    change.
  - Drop webkit-cairo-canvas-r34625-for-1.0.1.patch: fixed upstream.
  - Drop webkit-fix-gcc43.patch: fixed upstream.
  - Drop libwebkit-no-return-in-nonvoid.patch: does not apply anymore
    at all, should be fixed upstream.
  - Drop libwebkit-use-after-free.patch: fixed upstream.
  - Remove pre_checkin.sh: there's no dll/exe file anymore in the
    tarball.
  - Remove unneeded BuildRequires: curl-devel, libqt4-devel.
  - Change sqlite-devel to sqlite3-devel.
  - Add BuildRequires: gcc-c++, gnome-keyring-devel,
    gstreamer-0_10-plugins-base-devel, libjpeg-devel, libsoup-devel.
  - Add libsoup-devel to Requires of devel package.
  - Make webkit-jsc require libwebkit-1_0-2.
  - Do not call autoreconf.
  - Remove --enable-svg-experimental flag from configure.
  - Add flags to configure: --enable-video, --enable-gnomekeyring.
    Those options are disabled by default, but we want them for good
    GNOME integration.

Files

/usr/share/locale/cs/LC_MESSAGES/webkit.mo
/usr/share/locale/de/LC_MESSAGES/webkit.mo
/usr/share/locale/en_GB/LC_MESSAGES/webkit.mo
/usr/share/locale/es/LC_MESSAGES/webkit.mo
/usr/share/locale/et/LC_MESSAGES/webkit.mo
/usr/share/locale/gu/LC_MESSAGES/webkit.mo
/usr/share/locale/he/LC_MESSAGES/webkit.mo
/usr/share/locale/it/LC_MESSAGES/webkit.mo
/usr/share/locale/lt/LC_MESSAGES/webkit.mo
/usr/share/locale/lv/LC_MESSAGES/webkit.mo
/usr/share/locale/nl/LC_MESSAGES/webkit.mo
/usr/share/locale/pa/LC_MESSAGES/webkit.mo
/usr/share/locale/pt/LC_MESSAGES/webkit.mo
/usr/share/locale/pt_BR/LC_MESSAGES/webkit.mo
/usr/share/locale/ru/LC_MESSAGES/webkit.mo
/usr/share/locale/sl/LC_MESSAGES/webkit.mo
/usr/share/locale/sr/LC_MESSAGES/webkit.mo
/usr/share/locale/sr@latin/LC_MESSAGES/webkit.mo
/usr/share/locale/sv/LC_MESSAGES/webkit.mo
/usr/share/locale/uk/LC_MESSAGES/webkit.mo
/usr/share/locale/vi/LC_MESSAGES/webkit.mo
/usr/share/locale/zh_CN/LC_MESSAGES/webkit.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jun 10 05:01:20 2013