diff options
| author | Pawel Stolowski <pawel.stolowski@canonical.com> | 2013-08-28 12:55:31 +0000 |
|---|---|---|
| committer | Tarmac <> | 2013-08-28 12:55:31 +0000 |
| commit | d5675d4d9890e264112565c6847f43e4933494c5 (patch) | |
| tree | 018a88e12ce2978adc0e344fb118813cf24d306a /debian | |
| parent | 3240be43a1b07ca0b3df1b6496224809485feb8d (diff) | |
| parent | 15bfb872f745ea9e4e8c4a36481b61540d30fd15 (diff) | |
Handle a new PERFORM_SEARCH activation response defined by libunity (perform a new search with given query).
Approved by PS Jenkins bot, Michal Hruby. (bzr r3481)
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 00bb4ea0c..d38e7b0fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +unity (7.1.0+13.10.20130822-0ubuntu3) UNRELEASED; urgency=low + + * Support PERFORM_SEARCH activation response; require libunity>=7.1.0. + + -- Pawel Stolowski <pawel.stolowski@ubuntu.com> Mon, 26 Aug 2013 11:29:29 +0200 + unity (7.1.0+13.10.20130822-0ubuntu1) saucy; urgency=low [ Ćukasz 'sil2100' Zemczak ] @@ -702,7 +708,7 @@ unity (7.0.0daily13.05.31ubuntu.unity.next-0ubuntu1) raring; urgency=low unity (7.0.0daily13.05.08ubuntu.unity.next-0ubuntu1) raring; urgency=low * Automatic snapshot from revision 3317 (ubuntu-unity/next) - + -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 08 May 2013 04:57:49 +0000 unity (7.0.0daily13.05.01.1ubuntu.unity.next-0ubuntu1) raring; urgency=low diff --git a/debian/control b/debian/control index 1635e81ed..30cf81b11 100644 --- a/debian/control +++ b/debian/control @@ -144,7 +144,7 @@ Depends: ${misc:Depends}, libglib2.0-dev, libsigc++-2.0-dev, libnux-4.0-dev (>= 4.0.2), - libunity-dev (>= 7.0.2~), + libunity-dev (>= 7.1.0~), libdee-dev, Description: Core library for the Unity interface - development files Unity is a desktop experience that sings. Designed by Canonical and the Ayatana |
