~nataliabidart/ubuntu/precise/ubuntuone-control-panel/fix-963538

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Natalia Bidart (nessita), Natalia B. Bidart, Roberto Alsina, Rodney Dawes
  • Date: 2012-03-07 17:37:47 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20120307173747-0eex8aezexmbfmve
Tags: 2.99.90-0ubuntu1
* New upstream release:
  [ Natalia B. Bidart <natalia.bidart@canonical.com> ]
    - Changed the initial signin page so both login and register options
      are shown, and when clicked, the user is presented with either the Qt
      login dialog, or the Qt registration dialog (LP: #933576).
    - 'Apply these settings' button should be at the bottom right corner
      in the Settings tab (LP: #944120).
    - No more strings coming up from the Designer ui files (LP: #938626).
    - Make gettext return unicode so we can format strings
      with unicode variables (LP: #937809).
  [ Roberto Alsina <roberto.alsina@canonical.com> ]
    - Added a barebones manpage for ubuntuone-control-panel-qt
      (LP: #933021).
    - Preserved the scrollbar position when clearing/filling the folder
      list (LP: #942355).
    - Added keyboard shortcuts for quitting the control panel
      (LP: #900753).
    - Cleanup the ubuntuone-control-panel-qt script moving all logic into
      the main module (LP: #938102).
    - Parse Qt options correctly (LP: #910834).
    - Migrated to argparse when parsin command line options.
  [ Rodney Dawes <rodney.dawes@canonical.com> ]
    - Remove the GTK+ 2.x control panel (LP: #934270).
    - Pass ubuntuone-installer as app name to QApplication to avoid
      duplication (LP: #939691).
* debian/control:
  - Bumped dependencies on ubuntu-sso-client to 2.99.90, on
    ubuntuone-client to 2.99.90, and on ubuntuone-installer to 2.99.90.
  - Converted ubuntuone-control-panel-gtk into a transitional package that
    depends on ubuntuone-control-panel-qt.
  - Made ubuntuone-control-panel suggests ubuntuone-control-panel-gui
    instead of recommending it, to avid seeding the Qt control panel to the
    default install.
  - Updated Standards-Version to 3.9.3.
* debian/ubuntuone-control-panel-qt.install:
  - Install the new manpage provided by upstream.
* debian/patches/fix-948970.patch:
  - Apply patch from upstream to have the new manpage being detected by
    disutils-extra and thus it gets installed in the expected location
    (LP: #948970).
* debian/watch:
  - Updated to fetch latest milestone.
* Removed debian/ubuntuone-control-panel-gtk.install since
  ubuntuone-control-panel-gtk is now a transitional package.
* Removed patches which were included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ubuntuone-control-panel (2.99.90-0ubuntu1) precise; urgency=low
 
2
 
 
3
  * New upstream release:
 
4
    [ Natalia B. Bidart <natalia.bidart@canonical.com> ]
 
5
      - Changed the initial signin page so both login and register options
 
6
        are shown, and when clicked, the user is presented with either the Qt
 
7
        login dialog, or the Qt registration dialog (LP: #933576).
 
8
      - 'Apply these settings' button should be at the bottom right corner
 
9
        in the Settings tab (LP: #944120).
 
10
      - No more strings coming up from the Designer ui files (LP: #938626).
 
11
      - Make gettext return unicode so we can format strings
 
12
        with unicode variables (LP: #937809).
 
13
    [ Roberto Alsina <roberto.alsina@canonical.com> ]
 
14
      - Added a barebones manpage for ubuntuone-control-panel-qt
 
15
        (LP: #933021).
 
16
      - Preserved the scrollbar position when clearing/filling the folder
 
17
        list (LP: #942355).
 
18
      - Added keyboard shortcuts for quitting the control panel
 
19
        (LP: #900753).
 
20
      - Cleanup the ubuntuone-control-panel-qt script moving all logic into
 
21
        the main module (LP: #938102).
 
22
      - Parse Qt options correctly (LP: #910834).
 
23
      - Migrated to argparse when parsin command line options.
 
24
    [ Rodney Dawes <rodney.dawes@canonical.com> ]
 
25
      - Remove the GTK+ 2.x control panel (LP: #934270).
 
26
      - Pass ubuntuone-installer as app name to QApplication to avoid
 
27
        duplication (LP: #939691).
 
28
  * debian/control:
 
29
    - Bumped dependencies on ubuntu-sso-client to 2.99.90, on
 
30
      ubuntuone-client to 2.99.90, and on ubuntuone-installer to 2.99.90.
 
31
    - Converted ubuntuone-control-panel-gtk into a transitional package that
 
32
      depends on ubuntuone-control-panel-qt.
 
33
    - Made ubuntuone-control-panel suggests ubuntuone-control-panel-gui
 
34
      instead of recommending it, to avid seeding the Qt control panel to the
 
35
      default install.
 
36
    - Updated Standards-Version to 3.9.3.
 
37
  * debian/ubuntuone-control-panel-qt.install:
 
38
    - Install the new manpage provided by upstream.
 
39
  * debian/patches/fix-948970.patch:
 
40
    - Apply patch from upstream to have the new manpage being detected by
 
41
      disutils-extra and thus it gets installed in the expected location
 
42
      (LP: #948970).
 
43
  * debian/watch:
 
44
    - Updated to fetch latest milestone.
 
45
  * Removed debian/ubuntuone-control-panel-gtk.install since
 
46
    ubuntuone-control-panel-gtk is now a transitional package.
 
47
  * Removed patches which were included upstream.
 
48
 
 
49
 -- Natalia Bidart (nessita) <natalia.bidart@ubuntu.com>  Wed, 07 Mar 2012 17:37:47 -0300
 
50
 
1
51
ubuntuone-control-panel (2.99.5-0ubuntu2) precise; urgency=low
2
52
 
3
53
  * debian/patches/fix-939691.patch: