Merge lp:~midori/midori/release0.5.10 into lp:midori

Proposed by Cris Dywan
Status: Merged
Approved by: Paweł Forysiuk
Approved revision: 6940
Merged at revision: 6940
Proposed branch: lp:~midori/midori/release0.5.10
Merge into: lp:midori
Diff against target: 147 lines (+60/-8)
6 files modified
CMakeLists.txt (+1/-1)
ChangeLog (+49/-0)
katze/katze-arrayaction.c (+1/-1)
midori/midori-view.c (+1/-1)
tools/release (+7/-4)
win32/makedist/midori.nsi (+1/-1)
To merge this branch: bzr merge lp:~midori/midori/release0.5.10
Reviewer Review Type Date Requested Status
gue5t gue5t Approve
Review via email: mp+256763@code.launchpad.net

Commit message

Bump version to 0.5.10

To post a comment you must log in.
lp:~midori/midori/release0.5.10 updated
6940. By Cris Dywan

Bump version to 0.5.10

Revision history for this message
gue5t gue5t (gue5t) wrote :

Looks good!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2015-04-09 20:50:32 +0000
3+++ CMakeLists.txt 2015-04-19 23:03:51 +0000
4@@ -11,7 +11,7 @@
5 add_definitions("-DPACKAGE_NAME=\"${CMAKE_PROJECT_NAME}\"")
6 add_definitions("-DPACKAGE_BUGREPORT=\"https://bugs.launchpad.net/midori\"")
7
8-set(VERSION 0.5.9)
9+set(VERSION 0.5.10)
10 add_definitions("-DMIDORI_VERSION_SUFFIX=\"${VERSION}\"")
11
12 string(REPLACE "." ";" VERSION_LIST ${VERSION})
13
14=== modified file 'ChangeLog'
15--- ChangeLog 2014-11-10 22:59:26 +0000
16+++ ChangeLog 2015-04-19 23:03:51 +0000
17@@ -1,5 +1,54 @@
18 This file is licensed under the terms of the expat license, see the file EXPAT.
19
20+v0.5.10
21+ use exit instead of return in license script
22+ Fix HAVE_GCR guards after GtkPopover port
23+ Remove example app and .desktop before creating it in the unit test
24+ Fix cache dir path in Adblock and always mkdir tmp
25+ Port location action from Granite.PopOver to Gtk.Popover
26+ Match https site when user-style is using domain syntax
27+ Always disable developer tools on Win32
28+ Reimplement Midori.URI.unescape and add various tests
29+ Make the inspector resizable with GTK3 by packing into a GtkScrolledWindow
30+ Don't build tabs2one in release builds
31+ Don't assume GNotification works on Win32
32+ update copyright date in About dialog
33+ Don't entity-escape history and bookmark results in location completion
34+ Only set tabs' error state if errors come from the main frame
35+ Implement Paste and Proceed as an action
36+ No Gcr on Win for the moment
37+ Yet another Speed Dial CSS update:
38+ Port bookmark popover from Granite to Gtk.Popover
39+ Make application choosers resizable with a sane default size
40+ Use GNotification >= 2.40 and use Midori.App API in webmedia
41+ Rework mouse button handling in KatzeArrayAction
42+ Don't bind :day in HistoryDatabase.query
43+ Make GCR mandatory for all builds
44+ Update coub support in mediaHerald
45+ history-list: Fix gtk+3 build caused by dropping "using Gtk;"
46+ Drop all remaining usages of "using *;"
47+ Don't open search engines menu when clearing search action
48+ Only remove apps in the sidepanel when left-clicking the delete icon
49+ Improve robustness of GTK3-compatibility placeholder text fallback
50+ Clean up vapi dependency
51+ tls_flags from webkit_web_view_get_tls_info need to be 0
52+ Don't add failed pages to history
53+ Throw error for wrong paramter in Statement.bind
54+ Replace NoJS "allow all pages" setting with "allow local pages"
55+ Avoid bugs due to race condition in addons delete dialog
56+ Calculate transfer progress at regular intervals to fix 0B/s bug and recalcitrant progess bars
57+ Fix warnings occurring with EXTRA_WARNINGS
58+ Escape parentheses in adblock_fixup_regexp()
59+ Use File.query_exist() on win32 when checking for db to attach
60+ Handle _NEW_WINDOW_ACTION explicitly to make _blank targets work
61+ Fix undefined behavior uint in mouse gestures
62+ fix JavaScript keyup event by calling inherited key-release-event handler in MidoriBrowser
63+ Inline renaming of speed dials
64+ Handle current_size and last_size of Download being equal
65+ Add proper copyright headers to element_hider and autosuggestcontrol
66+ Add X-GNOME-UsesNotifications to indicate the use of notifications
67+ Fix typo in Bookmarks menu UI definition
68+
69 v0.5.9
70 Remove dead code from browser and preferences
71 Build-fix: Make PanedAction's Child.widget public
72
73=== modified file 'katze/katze-arrayaction.c'
74--- katze/katze-arrayaction.c 2015-03-23 20:00:30 +0000
75+++ katze/katze-arrayaction.c 2015-04-19 23:03:51 +0000
76@@ -165,7 +165,7 @@
77 *
78 * An item was activated and should be opened in a new tab.
79 *
80- * Since: 0.6.0
81+ * Since: 0.5.10
82 **/
83 signals[ACTIVATE_ITEM_NEW_TAB] = g_signal_new ("activate-item-new-tab",
84 G_TYPE_FROM_CLASS (class),
85
86=== modified file 'midori/midori-view.c'
87--- midori/midori-view.c 2015-04-12 12:40:38 +0000
88+++ midori/midori-view.c 2015-04-19 23:03:51 +0000
89@@ -3561,7 +3561,7 @@
90 *
91 * Return value: (allow-none): the widget containing the inspector, or NULL.
92 *
93- * Since: 0.6.0
94+ * Since: 0.5.10
95 */
96 static GtkWidget*
97 midori_view_web_inspector_get_parent (gpointer inspector)
98
99=== modified file 'tools/release'
100--- tools/release 2014-04-03 20:28:14 +0000
101+++ tools/release 2015-04-19 23:03:51 +0000
102@@ -10,7 +10,8 @@
103 # See the file COPYING for the full license text.
104
105 OLDVER=$(grep -r --color=no '^set(VERSION' CMakeLists.txt | sed -r "s@.+ ([0-9.]+)\)@\1@")
106-NEWVER=$(python -c "print('0.'+str(float('$OLDVER'[2:])+.1))")
107+NEWVER="$2"
108+test -z "$NEWVER" && NEWVER=$(python -c "print('0.'+str(float('$OLDVER'[2:])+.1))")
109 if [ "x$1" = "xbefore" ]; then
110 echo Bumping from $OLDVER to $NEWVER
111 sed -i "s@$OLDVER@$NEWVER@g" CMakeLists.txt win32/makedist/midori.nsi
112@@ -27,10 +28,12 @@
113 rm ChangeLog.old
114 curl http://wiki.xfce.org/_export/raw/midori/contribute | \
115 sed -r 's@\[\[([^|]+)\|([^]]+)\]\]@\1 \2@g' | \
116- sed -r 's@<code( bash|)>|</code>@@g' > HACKING
117+ sed -r 's@<code( bash|)>|</code>@@g' > HACKING.new
118+ test -s HACKING.new && mv HACKING{.new,} || rm HACKING.new
119 curl http://wiki.xfce.org/_export/xhtml/midori/faq | \
120 sed 's@This is a list of frequently asked questions@This is <a href="http://wiki.xfce.org/midori/faq">a snapshot of the online FAQ</a>@g' | \
121- sed 's@<link rel="style.*>@<link rel="stylesheet" href="faq.css" />@g' > data/faq.html
122+ sed 's@<link rel="style.*>@<link rel="stylesheet" href="faq.css" />@g' > data/faq.html.new
123+ test -s data/faq.html.new && mv data/faq.html{.new,} || rm data/faq.html.new
124 echo -n bzr commit -p -m "'Bump version to $NEWVER'"
125 case $SHELL in
126 *fish*)
127@@ -49,6 +52,6 @@
128 echo bzr branch lp:~mgiuca/+junk/launchpad-tools
129 fi
130 else
131- echo 'Usage: ['$(basename $0)']' 'before|after'
132+ echo 'Usage: ['$(basename $0)']' 'before|after' [NEW VERSION]
133 exit 1
134 fi
135
136=== modified file 'win32/makedist/midori.nsi'
137--- win32/makedist/midori.nsi 2014-11-10 22:59:26 +0000
138+++ win32/makedist/midori.nsi 2015-04-19 23:03:51 +0000
139@@ -21,7 +21,7 @@
140 ; helper defines ;
141 ;;;;;;;;;;;;;;;;;;;
142 !define PRODUCT_NAME "Midori"
143-!define PRODUCT_VERSION "0.5.9"
144+!define PRODUCT_VERSION "0.5.10"
145 !define PRODUCT_BUILD "0"
146 !define PRODUCT_VERSION_ID "${PRODUCT_VERSION}.${PRODUCT_BUILD}"
147 !define PRODUCT_PUBLISHER "Christian Dywan"

Subscribers

People subscribed via source and target branches

to all changes: