Merge lp:~compiz-team/compiz/bump-compiz-to-0.9.11.1 into lp:compiz/0.9.11

Proposed by Christopher Townsend
Status: Merged
Approved by: Stephen M. Webb
Approved revision: 3884
Merged at revision: 3862
Proposed branch: lp:~compiz-team/compiz/bump-compiz-to-0.9.11.1
Merge into: lp:compiz/0.9.11
Prerequisite: lp:~townsend/compiz/0.9.11.1
Diff against target: 161 lines (+110/-5)
4 files modified
NEWS (+89/-0)
VERSION (+1/-1)
debian/changelog (+6/-0)
scripts/release.py (+14/-4)
To merge this branch: bzr merge lp:~compiz-team/compiz/bump-compiz-to-0.9.11.1
Reviewer Review Type Date Requested Status
Stephen M. Webb Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+225083@code.launchpad.net

Commit message

Bump version to 0.9.11.1.

Description of the change

Bump version to 0.9.11.1.

Also tweaked the release script to make future releases a bit more easier.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Stephen M. Webb (bregma) wrote :

This branch should be tagged as 0.9.11.1 when it gets merged.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS'
2--- NEWS 2013-07-22 06:34:49 +0000
3+++ NEWS 2014-06-30 20:49:42 +0000
4@@ -1,3 +1,92 @@
5+Release 0.9.11 (2014-6-30 Christopher Townsend <christopher.townsend@canonical.com>)
6+=============================================================================
7+
8+Bugs Fixed (https://launchpad.net/compiz/+milestone/0.9.11)
9+
10+ 1019139 - [regression] Horizontally resizing a vertically maximized
11+ terminal is now very slow, unresponsive.
12+ 1019923 - Stuck in scale mode, can't get out without killing compiz
13+ 1027868 - Changing "Composite > Detect Refresh Rate" is ignored initially
14+ 1031710 - Multi-Monitor. Workspace switcher on monitor 2 is drawn under
15+ launcher
16+ 1055166 - compiz crashed with SIGSEGV in memmove() from
17+ drisw_update_tex_buffer() from dri_set_tex_buffer2() from
18+ operator() from compiz::opengl::bindTexImageGLX() from ... from
19+ unity::UnityWindow::DrawWindowDecoration
20+ 1063617 - 1:0.9.8+bzr3319-0ubuntu1 regression: keeps setting gsettings
21+ keys to wrong values
22+ 1087090 - [raring][regression] Window management - Maximized windows
23+ aren't fullscreen in the workspace switcher
24+ 1092323 - Window management - Switching to windows placed on two work
25+ spaces causes the workspace to switch
26+ 1104236 - [regression] Unity show desktop fade out makes them invisible in
27+ spread.
28+ 1171342 - mouse scroll wheel not working in gedit & System Monitor
29+ 1171878 - Adding/Removing an external monitor causes maximized windows to
30+ move to another workspace
31+ 1176898 - Grid: Snap animation uses wrong window
32+ 1184159 - [saucy] scrolling with a touchpad is jerky with bindings set in
33+ compiz for Desktop-based Viewport Switching
34+ 1191853 - gtk-window-decorator crashed with SIGSEGV in
35+ wnck_window_get_actions()
36+ 1192028 - Compiz refresh rate resets to 50 Hz automatically w/ Nvidia
37+ proprietary driver
38+ 1200829 - Regression: Enabling typical bindings in "Desktop-based
39+ Viewport Switching" breaks scrollwheel scrolling in some windows
40+ with a usb mouse on a laptop
41+ 1204307 - Regression: The size of all windows grows by the size of the
42+ decoration each time Compiz gets restarted
43+ 1217286 - Regression r3751: Restarting Compiz changes size and position of
44+ windows
45+ 1228352 - [regression] Alt-Tab for all viewports will not switch viewports
46+ when selecting a window on another viewport
47+ 1228507 - Cannot move certain windows via the top half of the titlebar in
48+ Ubuntu 13.10
49+ 1236899 - [regression] Ctrl+Alt+KP_0 should minimize a window
50+ 1238111 - Compiz causes Motif window shrunk
51+ 1240957 - Scrolling behaviour and window focus has changed and is
52+ inconsistent
53+ 1244754 - [regression] compiz freezes when dragging a window to the top
54+ bar after being semi-maximized
55+ 1251777 - [regression] Semi-maximizing and then restoring the window does
56+ not return it to it's original place using Ctrl-Super-Left/Right
57+ 1277487 - Create Unity Settings Daemon so can remain on old GNOME Settings
58+ Daemon version
59+ 1280377 - Resizing vertically a window in normal mode doesn't vertically
60+ maximize it correctly
61+ 1280616 - When launcher is in autohide mode the launcher icons are not
62+ clickable
63+ 1281370 - Unity should use "Normal" resize mode by default
64+ 1282304 - Bottom-edge window placement doesn't take decoration height into
65+ consideration
66+ 1282305 - Repeatedly undecorating and redecorating a window shrinks it
67+ vertically
68+ 1287472 - compiz unnecessarily shrinks new windows
69+ 1288953 - fix kde4-window-decorator build
70+ 1289820 - 'Move to Another Workspace' causes window to disappear
71+ 1292220 - ccsm crashed with UnboundLocalError in AskUser(): local variable
72+ 'msg_dict' referenced before assignment
73+ 1294341 - Some of the input fields are blank in CompizConfig Settings
74+ Manager
75+ 1303068 - Regression: rev 3847 No focus on Desktop possible if a window is
76+ open
77+ 1303462 - [Regression] Window titlebars placed behind panel
78+ 1304531 - Removing an external monitor will move a maximized window to the
79+ current workspace
80+ 1304877 - Functions assigned to extra mouse buttons in compiz do not work
81+ anymore.
82+ 1305586 - Lock screen is unusable when some windows have a keyboard/mouse
83+ grab
84+ 1311303 - Compiz mouse functions mapped to horizontal scrolling buttons do
85+ not work
86+ 1311788 - compiz lower window:<Alt>Button5 stops working
87+ 347390 - Compiz can't resize a window vertically AND horizontally with
88+ keyboard.
89+ 890747 - Keyboard shortcut - Ctrl Alt Del doesn't do what most people
90+ typing it would expect
91+ 992697 - Window management - 'Ctrl-Alt-Numpad 4' and 'Ctrl-Alt-Numpad 6'
92+ window placement shortcuts are broken
93+
94 Release 0.9.10.0 (2013-7-21 Sam Spilsbury <smspillaz@gmail.com>)
95 ================================================================
96
97
98=== modified file 'VERSION'
99--- VERSION 2013-07-23 02:01:11 +0000
100+++ VERSION 2014-06-30 20:49:42 +0000
101@@ -1,1 +1,1 @@
102-0.9.11
103+0.9.11.1
104
105=== modified file 'debian/changelog'
106--- debian/changelog 2014-06-30 20:49:42 +0000
107+++ debian/changelog 2014-06-30 20:49:42 +0000
108@@ -1,3 +1,9 @@
109+compiz (1:0.9.11.1-0ubuntu1) UNRELEASED; urgency=medium
110+
111+ * Bump version to 0.9.11.1.
112+
113+ -- Chris Townsend <christopher.townsend@canonical.com> Mon, 30 Jun 2014 16:41:37 -0400
114+
115 compiz (1:0.9.11+14.04.20140423-0ubuntu2) UNRELEASED; urgency=medium
116
117 [ Chris Townsend ]
118
119=== modified file 'scripts/release.py'
120--- scripts/release.py 2013-07-07 19:17:59 +0000
121+++ scripts/release.py 2014-06-30 20:49:42 +0000
122@@ -26,11 +26,11 @@
123 import datetime
124
125 def usage ():
126- print ("release.py VERSION")
127+ print ("release.py VERSION [SINCE]")
128 print ("Make a release and bump version to VERSION")
129 sys.exit (1)
130
131-if len(sys.argv) != 2:
132+if len(sys.argv) < 2:
133 usage ()
134
135 if not "release.py" in os.listdir ("."):
136@@ -56,13 +56,23 @@
137
138 most_recent_revision = 0
139
140-# Find the last tagged revision
141+since = None
142+
143+if len (sys.argv) == 3:
144+ since = sys.argv[2];
145+
146+# Find the last tagged revision or the specified tag
147 for tag, revid in tags:
148 try:
149 revision = compiz_branch.revision_id_to_dotted_revno (revid)[0]
150
151- if int (revision) > most_recent_revision:
152+ if since != None:
153+ if tag == since:
154+ most_recent_revision = revision
155+
156+ elif int (revision) > most_recent_revision:
157 most_recent_revision = revision
158+
159 except (errors.NoSuchRevision,
160 errors.GhostRevisionsHaveNoRevno,
161 errors.UnsupportedOperation):

Subscribers

People subscribed via source and target branches

to all changes: