~ubuntu-branches/ubuntu/natty/aptdaemon/natty-security

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-04-12 13:25:49 UTC
  • mfrom: (1.1.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20110412132549-8rc74dfr01jil7vm
Tags: 0.41+bzr629-0ubuntu1
* New bzr bugfix snapshot:
  - improve utf8 encoding handling tests
  - lp:~mvo/aptdaemon/relax-lintian-checks merged
  - improve terminal handling, LP: #741260, #693290, #741260,  
    #738056,  #742780, #743818, #744444, #746727, #747539, #753700,
    #753762, #753927, #754134, #754174, #754205, #754206, #754220
  - fix refactoring lefovers (LP: #752220)
  - don't segfault if we cannot read the status of the process holding 
    a lock (LP: #745517)
* debian/patches/01_relax_lintian_checks.patch:
  - removed, taken upstream
* debian/patches/02_fix_unicode_in_convert_struct.patch:
  - removed, taken usptream
* debian/patches/04_import_logging.patch:
  - removed, fixed usptream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CHANGES (0.4X)
 
1
CHANGES (0.43)
2
2
 
3
3
 * Enhancements:
4
4
 
5
5
   - If there are unsatisiefied dependencies show more details like
6
6
     apt-get does
 
7
   - Allow distributions to ship different lintian tag files (fatal and
 
8
     non-fatal ones) - adds a depedency on lsb_release
7
9
   - No longer take queued transactions into account to simulate
8
10
     transactions (future status). The multi arch support adds to much
9
11
     complexity.
 
12
   - Automatically switch to non-interactive mode if the controlling terminal
 
13
     of the client isn't available anymore
 
14
   - Verify package names specified in aptdaemon DBus calls
10
15
 
11
16
 * API changes:
12
17
 
13
 
   - aptdaemon.gtkwidgets.AptProgressDialog.run() is now deferable
 
18
   - aptdaemon.gtkwidgets.AptProgressDialog.run() is now deferable,
 
19
     LP #626798
14
20
 
15
21
 * Bug fixes:
16
22
   
 
23
   - Wait for the lock after dpkg has been executed instead of failing
 
24
     LP #698170, #665572
 
25
   - Don't overwrite DBusException.args in TransactionFailed leading to
 
26
     empty error messages
 
27
   - Fix policykit translations by dropping the gettext domain field from the
 
28
     policy definitions, LP #690270
 
29
   - Fix installing local packages which are not yet known to the cache
 
30
   - Fix use of required_version in the gt3widgets, thanks pitti
 
31
   - Fix the client add_repository call, thanks mvo
 
32
   - Stop processing a transaction in the client if there has been an error
 
33
   - Adapt gtkwidgets.AptProgressDialog.run() to latest API using
 
34
     the sync() method of the transaction
17
35
   - Call waitpid after reading the output from lintian, LP# 724859
18
36
   - Allow package names containing an architecture separated by ":",
19
37
     LP #750941
20
38
   - gtkwidgets.AptProgressDialog.run() should call Transaction.sync() if
21
39
     attach is True. Missing adoption to API changes.
 
40
   - Don't segfault if we cannot read the status of the process holding a
 
41
     lock - fixes LP #745517 
 
42
   - Fix UnicodeDecodeErrors, LP #724735, #745261, #742051, #749505, #707490,
 
43
     #707490, #708964, #747037 and #706572
 
44
   - Fix logging of Finished signals
22
45
 
23
46
 
24
47
CHANGES (0.42):