summaryrefslogtreecommitdiff
path: root/debian
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2016-08-31 17:57:01 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2016-08-31 17:57:01 +0200
commit6e791f5e47fde10f9bd1a80170fa46d0d7c49bcf (patch)
treed2cdb533878977a2fd643288378b6bea4e6c4697 /debian
parent7997fa4290cdc551dfc7c07cfe2186f294269bf8 (diff)
parent441ef596be2d17da00085692e0b2f77162ede238 (diff)
Merging with lp:~3v1n0/unity/cmake-libs-prefixes
(bzr r4153.9.32)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog36
-rw-r--r--debian/control2
2 files changed, 37 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 31bc542c5..e7ebde877 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,39 @@
+unity (7.5.0+16.10.20160817.1-0ubuntu1) yakkety; urgency=medium
+
+ [ Andrea Azzarone ]
+ * Make sure the switcher detail view is properly scaled. Also scale
+ the xy_offset to make sure the switcher and launcher do not overlap.
+ (LP: #1605256)
+ * Close session dialog on first ESC. (LP: #1521116)
+ * Filter out scrolling envents for FilterExpanderLabel. (LP: #1604632)
+
+ [ Marco Trevisan (Treviño) ]
+ * OverlayRenderer: properly decorate launcher/panel when the launcher
+ is at the bottom (LP: #1611694)
+ * UserAuthenticatorPam: ensure pam_handle_ is null initialized and
+ don't proceed if not set (LP: #1611668)
+ * OverlayRenderer: don't use rotated textures, just rotate them at
+ rendering time
+ * DecorationStyle: set css name for Gtk 3.20
+ * SpreadWidgets: add container for spread filter and new spread
+ decorations (LP: #1283314)
+
+ -- Marco Trevisan (Treviño) <mail@3v1n0.net> Wed, 17 Aug 2016 14:03:22 +0000
+
+unity (7.5.0+16.10.20160806-0ubuntu1) yakkety; urgency=medium
+
+ [ Marco Trevisan (Treviño) ]
+ * DecoratedWindow: avoid deferencing an invalid shadow texture ptr,
+ and split functions (LP: #1608464)
+ * UnityWindowView: don't try to deference close_button_ if its' null
+ * DecorationsForceQuitDialog: make CSS selectors work with gtk 3.20
+
+ [ Andrea Azzarone, Marco Trevisan (Treviño) ]
+ * DecoratedWindow: display unmaximize button if the window is
+ vertically or horizontally maximized (LP: #1608480)
+
+ -- Marco Trevisan (Treviño) <mail@3v1n0.net> Sat, 06 Aug 2016 16:25:58 +0000
+
unity (7.5.0+16.10.20160727-0ubuntu1) yakkety; urgency=medium
[ Andrea Azzarone ]
diff --git a/debian/control b/debian/control
index 6b99e10ee..4185f499c 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Build-Depends: cmake,
libnux-4.0-dev (>= 4.0.6),
libpam0g-dev,
libpango1.0-dev,
- libsigc++-2.0-dev,
+ libsigc++-2.0-dev (>= 2.4.0),
libstartup-notification0-dev,
libunique-dev,
libunity-dev (>= 7.1.0),