~sbaldassin/autopilot/fix_mir

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Tarmac
  • Author(s): Omer Akram
  • Date: 2016-08-04 12:06:31 UTC
  • mfrom: (580.1.3 trunk)
  • Revision ID: tarmac-20160804120631-2on2hkg4cuin71lx
Prepare for 1.6.0 release.

Approved by Christopher Lee, platform-qa-bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
autopilot (1.5.0) UNRELEASED; urgency=medium
 
1
autopilot (1.6.0) yakkety; urgency=medium
 
2
 
 
3
  * Autopilot proxy object
 
4
    - Update: select_many() method to optionally return sorted results.
 
5
    - New: get_path() to get object path in autopilot tree.
 
6
    - New: wait_until_not_moving() block till object stops moving.
 
7
    - New: wait_select_many() method.
 
8
  * Introspection helper methods addition
 
9
    - is_element() to check existence of a proxy object.
 
10
    - get_path_root() to get root path of a proxy object.
 
11
    - get_proxy_object_for_existing_process_by_name().
 
12
 
 
13
 -- Omer Akram <omer.akram@canonical.com>  Wed, 03 Aug 2016 20:24:40 +0500
 
14
 
 
15
autopilot (1.5.0) vivid; urgency=medium
2
16
 
3
17
  * Fix for desktop file name change (lp:1411096)
4
18
    Fix for config value containing '=' char (lp:1408317)