~mir-team/miral/zesty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bileto Bot
  • Date: 2016-10-24 15:25:22 UTC
  • mfrom: (334.1.4 miral-0.3)
  • Revision ID: ci-train-bot@canonical.com-20161024152522-g758835syc6fca10
* New upstream release 0.3.0 (https://launchpad.net/miral/+milestone/0.3)
  - ABI summary:
    . miral ABI unchanged at 1
  - Enhancements:
    . Add miral-xrun as a better way to use Xmir
    . Added miral/version.h to allow permit compile-time feature detection
    . A convenient overload of WindowManagerTools::modify_window() that
      doesn't require the WindowInfo
    . Add userdata property to WindowSpecification and copy it to WindowInfo
    . miral::Keymap - support for keyboard maps (either programatically
      Keymap::set_keymap(), or via config --keymap)
  - Bugs fixed:
    . Crash after closing Qt dialog (LP: #1631958)
    . tooltips positioned wrong with mir0.24 (LP: #1632325, LP: #1633052)
    . Shell wants way to associate initially requested window creation state
      with the window later created (#1629349)
    . [Xmir] Alt+` switch between different apps not just windows
      (LP: #1625849)
    . miral-shell splash screen should be fullscreen.
    . TitlebarWindowManagerPolicy::end_resize() should do nothing if not
      resizing
    . deduplicate logging of WindowSpecification::top_left

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
miral (0.3.0) UNRELEASED; urgency=medium
 
2
 
 
3
  * New upstream release 0.3.0 (https://launchpad.net/miral/+milestone/0.3)
 
4
    - ABI summary:
 
5
      . miral ABI unchanged at 1
 
6
    - Enhancements:
 
7
      . Add miral-xrun as a better way to use Xmir
 
8
      . Added miral/version.h to allow permit compile-time feature detection
 
9
      . A convenient overload of WindowManagerTools::modify_window() that
 
10
        doesn't require the WindowInfo
 
11
      . Add userdata property to WindowSpecification and copy it to WindowInfo
 
12
      . miral::Keymap - support for keyboard maps (either programatically
 
13
        Keymap::set_keymap(), or via config --keymap)
 
14
    - Bugs fixed:
 
15
      . Crash after closing Qt dialog (LP: #1631958)
 
16
      . tooltips positioned wrong with mir0.24 (LP: #1632325, LP: #1633052)
 
17
      . Shell wants way to associate initially requested window creation state
 
18
        with the window later created (#1629349)
 
19
      . [Xmir] Alt+` switch between different apps not just windows
 
20
        (LP: #1625849)
 
21
      . miral-shell splash screen should be fullscreen.
 
22
      . TitlebarWindowManagerPolicy::end_resize() should do nothing if not
 
23
        resizing
 
24
      . deduplicate logging of WindowSpecification::top_left
 
25
 
 
26
 -- Alan Griffiths <alan.griffiths@canonical.com>  Fri, 30 Sep 2016 17:25:31 +0100
 
27
 
1
28
miral (0.2.0+16.10.20160930.1-0ubuntu1) yakkety; urgency=medium
2
29
 
3
30
  * New upstream release 0.2.0 (https://launchpad.net/miral/+milestone/0.2)