All Ubuntu package versions


AllRaringQuantalPreciseOneiricNattyLucidHardyAll PPAs
DashboardRecent Search QueriesSearch Statistics
Alphabetical listSearchBugs
Comments

Package "firefox-locale-zh-hans"

This package belongs to a PPA: Mozilla Team Firefox Next

Name: firefox-locale-zh-hans

Description:

Simplified Chinese language pack for Firefox
This package contains Simplified Chinese translations and search plugins
for Firefox

Latest version: 16.0~b6+build1-0ubuntu0.11.04.1~mfn4
Release: natty (11.04)
Level: base
Repository: main
Head package: firefox

Links

Save this URL for the latest version of "firefox-locale-zh-hans": http://www.ubuntuupdates.org/firefox-locale-zh-hans

All versions of this package Bug fixes
Repository home page for package

Download "firefox-locale-zh-hans"

32-bit deb package 64-bit deb package APT INSTALL

Other versions of "firefox-locale-zh-hans" in Natty

RepositoryAreaVersion
security main 16.0.2+build1-0ubuntu0.11.04.1
updates main 16.0.2+build1-0ubuntu0.11.04.1
PPA: Firefox Aurora 19.0~a2~hg20121202r118536-0ubuntu1~umd1~natty
PPA: Ubuntu Mozilla Security 16.0.2+build1-0ubuntu0.11.04.1

Change Log

Version: 13.0~b1+build1-0ubuntu0.11.04.1~mfn1 2012-04-27 16:19:40 UTC

 firefox (13.0~b1+build1-0ubuntu0.11.04.1~mfn1) natty; urgency=low
 .
   * New upstream release from the beta channel (FIREFOX_13_0b1_BUILD1)
 .
   [ Chris Coulson ]
   * Update globalmenu-extension to 3.2.3
     - Reduce our memory footprint a bit, which wasn't really a lot anyway
     - Avoid the use of the component manager for accessing commonly used
       services, where "commonly used" means "accessed when building every
       menu item". This should save some CPU cycles when building or
       refreshing menus
     - Try to recycle menuitems when they are removed from a menu by
       adding contiguous blocks of removed items to a "free list" which
       is emptied asynchronously, and reusing the items in this list when
       new items are added in place of the removed items. This means that
       refreshing the history menu contents when the menu is opened no
       longer alters the menu structure, but results in a shifting of
       properties between existing nodes instead. This has a few benefits:
       + With no layout changes, unity-panel-service doesn't request
         the entire menu structure, which significantly reduces dbus traffic
         and makes it much faster to refresh the menu contents
       + The size of the menu doesn't change when it is refreshed, which
         eliminates the flicker that used to occur when opening the history
         menu.
     - Remove all use of the global observer service for sending our own
       internal notifications around
     - Clean up the way we ensure that the correct edit commands are
       enabled by just installing our own onpopupshowing handler rather
       than using an additional notification to fix things up after the
       default handler runs
     - Get rid of a static initializer
     - Don't support older than Firefox 11
     - Fix some GError leaks
     - Hide the internal menu when creating a native menu, rather than
       waiting for confirmation that the native menu is registered
       successfully. We don't try to create a native menu if we don't
       find a menu service to register the menu with anyway
     - Keep menu contents updated whilst the menu is open, rather than
       just whilst it is opening
     - Fix LP: #915888 - Handling of checkbox menuitems with a command
       node is wrong
   * Refresh build-depends:
     - Bump minimum GTK version to 2.14 as we build with GIO support
     - Add minimum requirement for glib (2.18)
     - Drop libidl-dev, this doesn't appear to be needed now
     - Bump minimum NSPR version to 4.9.0 for --enable-system-nspr builds
     - Bump minimum sqlite version to 3.7.10 for --enable-system-sqlite
       builds
     - Bump minimum NSS version to 3.13.2 for --enable-system-nss builds
   * Refresh patches:
     - update debian/patches/ubuntu-ua-string-changes.patch
     - update debian/patches/ubuntu-codes-google.patch
     - update debian/patches/firefox-kde.patch
     - update debian/patches/mozilla-kde.patch
     - update debian/patches/dont-include-hyphenation-patterns.patch
   * Clean up the file exclude list and add comments for excluded files
     - update debian/build/create-tarball.py
   * Make it easy to run Firefox in valgrind for builds that are compiled
     with explicit valgrind support
     - update debian/firefox.sh.in
   * Bump debhelper compat to 7
     - update debian/apport/blacklist.in
     - update debian/apport/source_firefox.py.in
     - update debian/compat
     - update debian/config/mozconfig.in
     - update debian/control.in
     - update debian/firefox-dev.install.in
     - update debian/firefox-dev.links.in
     - update debian/firefox-globalmenu.dirs.in
     - update debian/firefox-gnome-support.install.in
     - update debian/firefox.dirs.in
     - update debian/firefox.install.in
     - update debian/firefox.links.in
     - update debian/firefox.postinst.in
     - update debian/firefox.preinst.in
     - update debian/firefox.sh.in
     - update debian/pkgconfig/libxul.pc.in
     - update debian/pkgconfig/mozilla-nspr.pc.in
     - update debian/pkgconfig/mozilla-plugin.pc.in
     - update debian/rules
     - update debian/usr.bin.firefox.apparmor.10.04
     - update debian/usr.bin.firefox.apparmor.10.10
     - update debian/usr.bin.firefox.apparmor.11.04
     - update debian/usr.bin.firefox.apparmor.9.10
   * Override 2 embedded-library lintian errors
     - update debian/firefox.lintian-overrides.in
   * Drop debian/patches/distro-locale-searchplugins after landing of
     bmo: #515232
   * Don't hardcode general.useragent.locale to en-US, now that it's used
     for searchplugin localization. This means we can drop this pref from
     ubufox
     - add debian/patches/dont-override-general-useragent-locale.patch
     - update debian/patches/series
   * Drop patches fixed upstream
     - remove debian/patches/no-sps-profiler-on-unsupported-archs.patch
     - remove debian/patches/avoid-dbus-roundtrip-for-httpchannel.patch
     - update debian/patches/series
   * Apport hook improvements:
     - Add support for reporting preference defaults that are set by extensions
     - When reporting preferences, record the source of each preference
     - Report plugin packages for plugins that are installed with the
       package manager
     - Add some addon manager related prefs to the whitelist
     - Display additional metadata in the extensions report
     - Take "default-to-compatible" in to account when determining whether
       the user is running incompatible addons
     - Attach submitted crash ID's to bug reports
     - Report if files in the profile folder have broken permissions
   * Update compare-locales to 0.9.5
 .
   [ Jamie Strandboge ]
   * adjust apparmor profile to deny reads to @{PROC}/[0-9]*/net/dev. Patch
     thanks to James Troup (LP: #955066)
   * adjust apparmor profile to deny reads to @{PROC}/[0-9]*/net/wireless.
     Patch thanks to James Troup (LP: #974141)

Source diff to previous version
915888 Formatting toolbar menu entry is inverted
955066 apparmor profile: add /proc/$$/net/dev
974141 [apparmor profile] allow /proc/$$/net/wireless

Version: 12.0~b6+build1-0ubuntu0.11.04.1~mfn3 2012-04-23 23:08:34 UTC

 firefox (12.0~b6+build1-0ubuntu0.11.04.1~mfn3) natty; urgency=low
 .
   * Make the language packs Architecture: any. Whilst they are actually
     architecture independent, we do install them in to /usr/lib (as the
     extensions location is shared with architecture-specific extensions).
     This also avoids the problem of offering incompatible language pack
     upgrades to users on architectures where Firefox fails to build
     (I'm looking at you, powerpc)
     - update debian/control.langpacks
     - update debian/control.langpacks.unavail
     - update debian/rules
     - refresh debian/control

Source diff to previous version

Version: 12.0~b6+build1-0ubuntu0.11.04.1~mfn2 2012-04-20 13:08:42 UTC

 firefox (12.0~b6+build1-0ubuntu0.11.04.1~mfn2) natty; urgency=low
 .
   * New upstream release from the beta channel (FIREFOX_12_0b6_BUILD1)
 .
   * Update globalmenu-extension to v2.0.6
   * Update breaks for flashplugin-installer
     - update debian/rules
   * Refresh patches
     - update debian/patches/ubuntu-codes-google.patch

Source diff to previous version

Version: 12.0~b5+build1-0ubuntu0.11.04.1~mfn1 2012-04-16 13:08:35 UTC

 firefox (12.0~b5+build1-0ubuntu0.11.04.1~mfn1) natty; urgency=low
 .
   * New upstream release from the beta channel (FIREFOX_12_0b5_BUILD1)
 .
   * Update globalmenu-extension to 2.0.5 prerelease r271

Source diff to previous version

Version: 12.0~b4+build1-0ubuntu0.11.04.1~mfn1 2012-04-05 21:08:29 UTC

 firefox (12.0~b4+build1-0ubuntu0.11.04.1~mfn1) natty; urgency=low
 .
   * New upstream release from the beta channel (FIREFOX_12_0b4_BUILD1)




About   -   Changelog   -   Send Feedback
Site Meter