All Ubuntu package versions


AllRaringQuantalPreciseOneiricNattyLucidHardyAll PPAs
DashboardRecent Search QueriesSearch Statistics
Alphabetical listSearchBugs
Comments

Package "firefox-locale-ro"

This package belongs to a PPA: Firefox Aurora

Name: firefox-locale-ro

Description:

Romanian language pack for Firefox
This package contains Romanian translations and search plugins
for Firefox

Latest version: 22.0~a2~hg20130402r133292-0ubuntu1~umd1~oneiric
Release: oneiric (11.10)
Level: base
Repository: main
Head package: firefox

Links

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

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

Download "firefox-locale-ro"

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

Other versions of "firefox-locale-ro" in Oneiric

RepositoryAreaVersion
base main 7.0.1+build1+nobinonly-0ubuntu2
security main 20.0+build1-0ubuntu0.11.10.3
updates main 20.0+build1-0ubuntu0.11.10.3
PPA: Mozilla Team Firefox Next 20.0~b7+build1-0ubuntu0.11.10.1~mfn1
PPA: Ubuntu Mozilla Security 20.0+build1-0ubuntu0.11.10.3

Change Log

Version: 12.0~a2~hg20120229r87288-0ubuntu1~umd1~oneiric 2012-02-29 09:06:29 UTC

 firefox (12.0~a2~hg20120229r87288-0ubuntu1~umd1~oneiric) oneiric; urgency=low
 .
   [ Chris Coulson ]
   * New upstream snapshot v12.0 A2 HG 20120131R84346
 .
   * Update globalmenu-extension to 2.0.4
     - Add support for Firefox 12
     - Ensure we correctly hide dummy menu items
   * Make sure to add a binary libgconf2-4 dependency on Ubuntu 11.04 and older,
     as dpkg-shlibdeps won't do this for us.
     - update debian/rules
     - update debian/control{,.in}
   * Ensure that daily builds on Lucid use the renamed yasm-1, to ensure that
     this gets daily test converage
     - add debian/patches/use-new-yasm-in-lucid.patch
     - update debian/patches/series
     - update debian/control{,.in}
   * Firefox recommends libcanberra0 now that bmo: #635918 has landed
     - update debian/control{,in}
   * Fix LP: #918763 - Revert the temporary investigation patch for
     bmo: #621446, as it breaks GCC4.4
     - add debian/patches/revert-bmo621446-investigation.patch
     - update debian/patches/series
   * Clean up search plugin installation now that we build our own
     language packs:
     - Drop the recursive symlink from /usr/lib/firefox-addons/searchplugins,
       which lintian kept complaining about
     - Don't effectively symlink distribution/searchplugins to searchplugins,
       as they have different layouts and this avoids the same data being
       iterated over twice
     - Revert more to the upstream layout in distribution/searchplugins
     - Fix an edge-case bug in our DirectoryProvider patch which would omit
       the "common" subfolder if an error occurred when determining the
       locale-specific subfolder
       - add debian/firefox-locale.preinst.in, which will end up in all
         language packs to assist the symlink -> folder transition
       - update debian/firefox.dirs.in
       - update debian/firefox.install.in
       - update debian/firefox.links.in
       - update debian/firefox.preinst.in
       - update debian/patches/distro-locale-searchplugins.patch
       - update debian/rules
   * Refresh patches:
     - update debian/patches/ubuntu-codes-google.patch
     - update debian/patches/ubuntu-ua-string-changes.patch
     - update debian/patches/revert-bmo621446-investigation.patch
     - update debian/patches/mozilla-kde.patch
   * Fix LP: #915895 - Just set autoDisableScopes to 0. Other distributions
     are already doing this, and we already made this feature pretty much
     useless by allowing extensions in the application directory, so that our
     language packs aren't disabled by default
     - update debian/vendor.js
   * Add patch based on one from bmo: #691898 to enable building on ppc
     - add debian/patches/fix-build-failure-without-yarr-jit.patch
     - update debian/patches/series
   * Fix LP: #939657 - Don't call g_settings_new each time we create a HTTP
     channel. Doing this causes a dbus roundtrip, and results in us spamming
     the session bus unnecessarily
     - add debian/patches/avoid-dbus-roundtrip-for-httpchannel.patch
     - update debian/patches/series
   * Fix LP: #894166 - Make Firefox work with our system hyphenation patterns,
     and stop including our own
     - update debian/vendor.js
     - add debian/patches/dont-include-hyphenation-patterns.patch
     - update debian/patches/series
 .
   [ Micah Gersten ]
   * fix LP: #926347 - Fix apparmor denial on Lucid and Maverick
     - update debian/usr.bin.firefox.apparmor.10.04
     - update debian/usr.bin.firefox.apparmor.10.10

Source diff to previous version
918763 Firefox 12 fails to build on Lucid x86_64 (../../../dist/include/nsCOMPtr.h:316: internal compiler error: in tree_nrv, at tree-nrv.c:143)
915895 Mozvoikko disabled by default for users
939657 Generates a dbus roundtrip with every HTTP request
894166 Make hyphenation work with system hyphenation patterns
926347 apparmor denial on firefox 10 in 10.04 and 10.10

Version: 12.0~a2~hg20120228r87255-0ubuntu1~umd1~oneiric 2012-02-28 15:18:14 UTC

 firefox (12.0~a2~hg20120228r87255-0ubuntu1~umd1~oneiric) oneiric; urgency=low
 .
   [ Chris Coulson ]
   * New upstream snapshot v12.0 A2 HG 20120131R84346
 .
   * Update globalmenu-extension to 2.0.4
     - Add support for Firefox 12
     - Ensure we correctly hide dummy menu items
   * Make sure to add a binary libgconf2-4 dependency on Ubuntu 11.04 and older,
     as dpkg-shlibdeps won't do this for us.
     - update debian/rules
     - update debian/control{,.in}
   * Ensure that daily builds on Lucid use the renamed yasm-1, to ensure that
     this gets daily test converage
     - add debian/patches/use-new-yasm-in-lucid.patch
     - update debian/patches/series
     - update debian/control{,.in}
   * Firefox recommends libcanberra0 now that bmo: #635918 has landed
     - update debian/control{,in}
   * Fix LP: #918763 - Revert the temporary investigation patch for
     bmo: #621446, as it breaks GCC4.4
     - add debian/patches/revert-bmo621446-investigation.patch
     - update debian/patches/series
   * Clean up search plugin installation now that we build our own
     language packs:
     - Drop the recursive symlink from /usr/lib/firefox-addons/searchplugins,
       which lintian kept complaining about
     - Don't effectively symlink distribution/searchplugins to searchplugins,
       as they have different layouts and this avoids the same data being
       iterated over twice
     - Revert more to the upstream layout in distribution/searchplugins
     - Fix an edge-case bug in our DirectoryProvider patch which would omit
       the "common" subfolder if an error occurred when determining the
       locale-specific subfolder
       - add debian/firefox-locale.preinst.in, which will end up in all
         language packs to assist the symlink -> folder transition
       - update debian/firefox.dirs.in
       - update debian/firefox.install.in
       - update debian/firefox.links.in
       - update debian/firefox.preinst.in
       - update debian/patches/distro-locale-searchplugins.patch
       - update debian/rules
   * Refresh patches:
     - update debian/patches/ubuntu-codes-google.patch
     - update debian/patches/ubuntu-ua-string-changes.patch
     - update debian/patches/revert-bmo621446-investigation.patch
     - update debian/patches/mozilla-kde.patch
   * Fix LP: #915895 - Just set autoDisableScopes to 0. Other distributions
     are already doing this, and we already made this feature pretty much
     useless by allowing extensions in the application directory, so that our
     language packs aren't disabled by default
     - update debian/vendor.js
   * Add patch based on one from bmo: #691898 to enable building on ppc
     - add debian/patches/fix-build-failure-without-yarr-jit.patch
     - update debian/patches/series
   * Fix LP: #939657 - Don't call g_settings_new each time we create a HTTP
     channel. Doing this causes a dbus roundtrip, and results in us spamming
     the session bus unnecessarily
     - add debian/patches/avoid-dbus-roundtrip-for-httpchannel.patch
     - update debian/patches/series
   * Fix LP: #894166 - Make Firefox work with our system hyphenation patterns,
     and stop including our own
     - update debian/vendor.js
     - add debian/patches/dont-include-hyphenation-patterns.patch
     - update debian/patches/series
 .
   [ Micah Gersten ]
   * fix LP: #926347 - Fix apparmor denial on Lucid and Maverick
     - update debian/usr.bin.firefox.apparmor.10.04
     - update debian/usr.bin.firefox.apparmor.10.10

Source diff to previous version
918763 Firefox 12 fails to build on Lucid x86_64 (../../../dist/include/nsCOMPtr.h:316: internal compiler error: in tree_nrv, at tree-nrv.c:143)
915895 Mozvoikko disabled by default for users
939657 Generates a dbus roundtrip with every HTTP request
894166 Make hyphenation work with system hyphenation patterns
926347 apparmor denial on firefox 10 in 10.04 and 10.10

Version: 12.0~a2~hg20120225r87251-0ubuntu1~umd3~oneiric 2012-02-28 05:06:38 UTC

 firefox (12.0~a2~hg20120225r87251-0ubuntu1~umd3~oneiric) oneiric; urgency=low
 .
   [ Chris Coulson ]
   * New upstream snapshot v12.0 A2 HG 20120131R84346
 .
   * Update globalmenu-extension to 2.0.4
     - Add support for Firefox 12
     - Ensure we correctly hide dummy menu items
   * Make sure to add a binary libgconf2-4 dependency on Ubuntu 11.04 and older,
     as dpkg-shlibdeps won't do this for us.
     - update debian/rules
     - update debian/control{,.in}
   * Ensure that daily builds on Lucid use the renamed yasm-1, to ensure that
     this gets daily test converage
     - add debian/patches/use-new-yasm-in-lucid.patch
     - update debian/patches/series
     - update debian/control{,.in}
   * Firefox recommends libcanberra0 now that bmo: #635918 has landed
     - update debian/control{,in}
   * Fix LP: #918763 - Revert the temporary investigation patch for
     bmo: #621446, as it breaks GCC4.4
     - add debian/patches/revert-bmo621446-investigation.patch
     - update debian/patches/series
   * Clean up search plugin installation now that we build our own
     language packs:
     - Drop the recursive symlink from /usr/lib/firefox-addons/searchplugins,
       which lintian kept complaining about
     - Don't effectively symlink distribution/searchplugins to searchplugins,
       as they have different layouts and this avoids the same data being
       iterated over twice
     - Revert more to the upstream layout in distribution/searchplugins
     - Fix an edge-case bug in our DirectoryProvider patch which would omit
       the "common" subfolder if an error occurred when determining the
       locale-specific subfolder
       - add debian/firefox-locale.preinst.in, which will end up in all
         language packs to assist the symlink -> folder transition
       - update debian/firefox.dirs.in
       - update debian/firefox.install.in
       - update debian/firefox.links.in
       - update debian/firefox.preinst.in
       - update debian/patches/distro-locale-searchplugins.patch
       - update debian/rules
   * Refresh patches:
     - update debian/patches/ubuntu-codes-google.patch
     - update debian/patches/ubuntu-ua-string-changes.patch
     - update debian/patches/revert-bmo621446-investigation.patch
     - update debian/patches/mozilla-kde.patch
   * Fix LP: #915895 - Just set autoDisableScopes to 0. Other distributions
     are already doing this, and we already made this feature pretty much
     useless by allowing extensions in the application directory, so that our
     language packs aren't disabled by default
     - update debian/vendor.js
   * Add patch based on one from bmo: #691898 to enable building on ppc
     - add debian/patches/fix-build-failure-without-yarr-jit.patch
     - update debian/patches/series
   * Fix LP: #939657 - Don't call g_settings_new each time we create a HTTP
     channel. Doing this causes a dbus roundtrip, and results in us spamming
     the session bus unnecessarily
     - add debian/patches/avoid-dbus-roundtrip-for-httpchannel.patch
     - update debian/patches/series
   * Fix LP: #894166 - Make Firefox work with our system hyphenation patterns,
     and stop including our own
     - update debian/vendor.js
     - add debian/patches/dont-include-hyphenation-patterns.patch
     - update debian/patches/series
 .
   [ Micah Gersten ]
   * fix LP: #926347 - Fix apparmor denial on Lucid and Maverick
     - update debian/usr.bin.firefox.apparmor.10.04
     - update debian/usr.bin.firefox.apparmor.10.10

Source diff to previous version
918763 Firefox 12 fails to build on Lucid x86_64 (../../../dist/include/nsCOMPtr.h:316: internal compiler error: in tree_nrv, at tree-nrv.c:143)
915895 Mozvoikko disabled by default for users
939657 Generates a dbus roundtrip with every HTTP request
894166 Make hyphenation work with system hyphenation patterns
926347 apparmor denial on firefox 10 in 10.04 and 10.10

Version: 12.0~a2~hg20120220r87217-0ubuntu1~umd1~oneiric 2012-02-21 13:08:33 UTC

 firefox (12.0~a2~hg20120220r87217-0ubuntu1~umd1~oneiric) oneiric; urgency=low
 .
   [ Chris Coulson ]
   * New upstream snapshot v12.0 A2 HG 20120131R84346
 .
   * Update globalmenu-extension to 2.0.4 prerelease r266
   * Make sure to add a binary libgconf2-4 dependency on Ubuntu 11.04 and older,
     as dpkg-shlibdeps won't do this for us.
     - update debian/rules
     - update debian/control{,.in}
   * Ensure that daily builds on Lucid use the renamed yasm-1, to ensure that
     this gets daily test converage
     - add debian/patches/use-new-yasm-in-lucid.patch
     - update debian/patches/series
     - update debian/control{,.in}
   * Firefox recommends libcanberra0 now that bmo: #635918 has landed
     - update debian/control{,in}
   * Fix LP: #918763 - Revert the temporary investigation patch for
     bmo: #621446, as it breaks GCC4.4
     - add debian/patches/revert-bmo621446-investigation.patch
     - update debian/patches/series
   * Clean up search plugin installation now that we build our own
     language packs:
     - Drop the recursive symlink from /usr/lib/firefox-addons/searchplugins,
       which lintian kept complaining about
     - Don't effectively symlink distribution/searchplugins to searchplugins,
       as they have different layouts and this avoids the same data being
       iterated over twice
     - Revert more to the upstream layout in distribution/searchplugins
     - Fix an edge-case bug in our DirectoryProvider patch which would omit
       the "common" subfolder if an error occurred when determining the
       locale-specific subfolder
       - add debian/firefox-locale.preinst.in, which will end up in all
         language packs to assist the symlink -> folder transition
       - update debian/firefox.dirs.in
       - update debian/firefox.install.in
       - update debian/firefox.links.in
       - update debian/firefox.preinst.in
       - update debian/patches/distro-locale-searchplugins.patch
       - update debian/rules
   * Refresh patches:
     - update debian/patches/ubuntu-codes-google.patch
     - update debian/patches/ubuntu-ua-string-changes.patch
 .
   [ Micah Gersten ]
   * fix LP: #926347 - Fix apparmor denial on Lucid and Maverick
     - update debian/usr.bin.firefox.apparmor.10.04
     - update debian/usr.bin.firefox.apparmor.10.10

Source diff to previous version
918763 Firefox 12 fails to build on Lucid x86_64 (../../../dist/include/nsCOMPtr.h:316: internal compiler error: in tree_nrv, at tree-nrv.c:143)
926347 apparmor denial on firefox 10 in 10.04 and 10.10

Version: 12.0~a2~hg20120217r87214-0ubuntu1~umd1~oneiric 2012-02-18 08:06:53 UTC

 firefox (12.0~a2~hg20120217r87214-0ubuntu1~umd1~oneiric) oneiric; urgency=low
 .
   [ Chris Coulson ]
   * New upstream snapshot v12.0 A2 HG 20120131R84346
 .
   * Update globalmenu-extension to 2.0.4 prerelease r266
   * Make sure to add a binary libgconf2-4 dependency on Ubuntu 11.04 and older,
     as dpkg-shlibdeps won't do this for us.
     - update debian/rules
     - update debian/control{,.in}
   * Ensure that daily builds on Lucid use the renamed yasm-1, to ensure that
     this gets daily test converage
     - add debian/patches/use-new-yasm-in-lucid.patch
     - update debian/patches/series
     - update debian/control{,.in}
   * Firefox recommends libcanberra0 now that bmo: #635918 has landed
     - update debian/control{,in}
   * Fix LP: #918763 - Revert the temporary investigation patch for
     bmo: #621446, as it breaks GCC4.4
     - add debian/patches/revert-bmo621446-investigation.patch
     - update debian/patches/series
   * Clean up search plugin installation now that we build our own
     language packs:
     - Drop the recursive symlink from /usr/lib/firefox-addons/searchplugins,
       which lintian kept complaining about
     - Don't effectively symlink distribution/searchplugins to searchplugins,
       as they have different layouts and this avoids the same data being
       iterated over twice
     - Revert more to the upstream layout in distribution/searchplugins
     - Fix an edge-case bug in our DirectoryProvider patch which would omit
       the "common" subfolder if an error occurred when determining the
       locale-specific subfolder
       - add debian/firefox-locale.preinst.in, which will end up in all
         language packs to assist the symlink -> folder transition
       - update debian/firefox.dirs.in
       - update debian/firefox.install.in
       - update debian/firefox.links.in
       - update debian/firefox.preinst.in
       - update debian/patches/distro-locale-searchplugins.patch
       - update debian/rules
   * Refresh patches:
     - update debian/patches/ubuntu-codes-google.patch
     - update debian/patches/ubuntu-ua-string-changes.patch
 .
   [ Micah Gersten ]
   * fix LP: #926347 - Fix apparmor denial on Lucid and Maverick
     - update debian/usr.bin.firefox.apparmor.10.04
     - update debian/usr.bin.firefox.apparmor.10.10

918763 Firefox 12 fails to build on Lucid x86_64 (../../../dist/include/nsCOMPtr.h:316: internal compiler error: in tree_nrv, at tree-nrv.c:143)
926347 apparmor denial on firefox 10 in 10.04 and 10.10



About   -   Changelog   -   Send Feedback
Site Meter