~mvo/update-manager/not-automatic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Michael Vogt
  • Date: 2009-02-16 12:09:28 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090216120928-xrcylim4xrcvo8bq
make backports lower priority than distro updates, ensure that the autoamtic dependency is higher version than the regular one

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
update-manager (1:0.96.5) jaunty; urgency=low
 
1
update-manager (1:0.97.2) UNRELEASED; urgency=low
 
2
 
 
3
  [ Michael Vogt ]
 
4
  * DistUpgrade/DistUpgradeController.py:
 
5
    - fixes in the error string (thanks to Jean-Baptiste 
 
6
      Lallement, LP: #298296)
 
7
  * support getting NEWS.Debian information in addition
 
8
    to the changelog
 
9
  * debian/update-manager-core.links:
 
10
    - fix typo (thanks to tjaalton)
 
11
  * merge the "not-automatic" branch to support components
 
12
    that have the "NotAutomatic: yes" flag in their release
 
13
    file
 
14
 
 
15
  [ Brian Murray ]
 
16
  * DistUpgrade - Release Announcements:
 
17
    - Modified reporting bugs sections to recommend using ubuntu-bug instead
 
18
      of filing bugs directly in Launchpad. (LP: #327800)
 
19
 
 
20
 -- Brian Murray <brian@ubuntu.com>  Wed, 11 Feb 2009 08:29:48 -0800
 
21
 
 
22
update-manager (1:0.97.1) jaunty; urgency=low
 
23
 
 
24
  [ Michael Vogt ]
 
25
  * UpdateManager/UpdateManager.py:
 
26
    - make the gconf handling more robust (LP: #320586)
 
27
  * UpdateManager/Core/MyCache.py:
 
28
    - fix crash when no changelog can be found (LP: #320894)
 
29
  * UpdateManager/Core/MetaRelease.py:
 
30
    - do not crash on disk full (LP: #321872)
 
31
  * DistUpgrade/DistUpgradeController.py:
 
32
    - when commenting out third party repositories add a comment
 
33
      why they were disabled and update them to the current dist  
 
34
      to make re-enabling easier
 
35
  * DistUpgrade/DistUpgradeQuirks.py:
 
36
    - run dpkg --forget-old-unvail after the upgrade finished
 
37
    - add "PostCleanup" hook 
 
38
  * DistUpgrade/cdromupgrade:
 
39
    - fixed typo (LP: #312184)
 
40
  * add "--no-focus-on-map option to bring update-manager up
 
41
    in the background (UX team)
 
42
  * change default text and add /apps/update-manager/first_run
 
43
    gconf key for the first run welcome message (UX team)
 
44
  * UpdateManager/ChangelogViewer.py:
 
45
    - support "LP: #nr:" linking in changelog entries (LP: #274737)
 
46
 
 
47
  [ Jonathan Riddell ]
 
48
  * DistUpgrade/DistUpgrade.cfg
 
49
    - remove guidance-power-manager on kubuntu-desktop upgrade
 
50
 
 
51
  [ Andy Whitcroft ]
 
52
  * DistUpgrade/cdromupgrade
 
53
    - move to using dists/$CODENAME to locate the installer eliminating
 
54
      any dependance on symlinks in the image.  This allows usb-creator based
 
55
      images to be used unmodified.  (LP: #326856)
 
56
 
 
57
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 09 Feb 2009 13:48:01 +0100
 
58
 
 
59
update-manager (1:0.97) jaunty; urgency=low
2
60
 
3
61
  * UpdateManager/Core/MetaRelease.py:
4
62
    - remove debug message (LP: #310046)
21
79
    - re-factor and make code more modular
22
80
    - do not overwrite existing log files on upgrade
23
81
      (LP: #111819)
24
 
   
 
82
  * reorganize the imports and get rid of "Common" submodule 
 
83
    and merge that all into "Core"
 
84
  * improve the debug output via the "DEBUG_UPDATE_MANAGER"
 
85
    environment
25
86
  
26
87
 -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 26 Jan 2009 17:26:40 +0100
27
88