~ubuntu-branches/ubuntu/quantal/ubufox/quantal-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2011-07-29 08:14:18 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20110729081418-jp47q22u7kfr6y01
Tags: 1.0~b1-0ubuntu1
* New upstream release
  - Refactor the update restart notify functionality. The scheduling for
    checking if an update has occurred has been moved in to a JS module shared
    between windows, rather than having every window set up its own timer
    and doing its own checking. Each window registers as a listener on the
    new module
  - Drop all of the ubuntuAltPlugins overlay stuff. We still retain the
    dialog for configuring plugins, but the listeners that fired everytime
    a document was loaded or tab was switched have gone. Instead, the
    information required by the dialog is created when it is launched, rather
    than maintaining a bunch of state on each content document.
  - Clean up the variables that are added to the main window global scope.
    The only variables added now are functions called by menuitem oncommand
    handlers, and these are all namespaced org.ubuntu.Ubufox
  - Hide the translate menuitem in the help menu. It makes no sense to show
    this whilst we aren't using Launchpad for translations
  - Bump maxVersion to 8.0a1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ubufox (1.0~b1-0ubuntu1) oneiric; urgency=low
 
2
 
 
3
  * New upstream release
 
4
    - Refactor the update restart notify functionality. The scheduling for
 
5
      checking if an update has occurred has been moved in to a JS module shared
 
6
      between windows, rather than having every window set up its own timer
 
7
      and doing its own checking. Each window registers as a listener on the
 
8
      new module
 
9
    - Drop all of the ubuntuAltPlugins overlay stuff. We still retain the
 
10
      dialog for configuring plugins, but the listeners that fired everytime
 
11
      a document was loaded or tab was switched have gone. Instead, the
 
12
      information required by the dialog is created when it is launched, rather
 
13
      than maintaining a bunch of state on each content document.
 
14
    - Clean up the variables that are added to the main window global scope.
 
15
      The only variables added now are functions called by menuitem oncommand
 
16
      handlers, and these are all namespaced org.ubuntu.Ubufox
 
17
    - Hide the translate menuitem in the help menu. It makes no sense to show
 
18
      this whilst we aren't using Launchpad for translations
 
19
    - Bump maxVersion to 8.0a1
 
20
 
 
21
 -- Chris Coulson <chris.coulson@canonical.com>  Fri, 29 Jul 2011 08:14:18 +0100
 
22
 
1
23
ubufox (1.0~a1-0ubuntu1) oneiric; urgency=low
2
24
 
3
25
  * New upstream release