Revert "Add preliminary support for Opera Mobile"
[browser-switch] / debian / changelog
1 browser-switchboard (3.2-2fremantle1) extras-devel; urgency=low
2
3   * Beta release for Fremantle.
4   * Packaging changes:
5     - Clear hildon-control-panel's cached screenshot on package remove.
6     - Don't build with -mthumb, to avoid a SIGILL on PR1.2.
7
8  -- Steven Luo <steven+maemo@steven676.net>  Fri, 28 May 2010 01:40:27 -0700 
9
10 browser-switchboard (3.2-2) extras-devel; urgency=low
11
12   * Cherry-pick ebfd6218... ("Add preliminary support for Opera Mobile").
13
14  -- Steven Luo <steven+maemo@steven676.net>  Fri, 28 May 2010 01:35:22 -0700 
15
16 browser-switchboard (3.2-1fremantle1) extras-devel; urgency=low
17
18   * Beta release for Fremantle.
19   * Packaging changes:
20     - Ship a different microb.desktop file with the Fremantle location of the
21       stock web browser icon.
22     - Add a postinst that attempts to kill open MicroB browser processes, to
23       avoid having to restart for browser-switchboard to start handling
24       com.nokia.osso_browser.
25
26  -- Steven Luo <steven+maemo@steven676.net>  Mon, 22 Feb 2010 03:02:50 -0800 
27
28 browser-switchboard (3.2-1) extras-devel; urgency=low
29
30   * New "upstream" stable release.
31   * Upstream changes:
32     - make the "Web" menu entry and /usr/bin/browser open the default browser,
33       and provide a new "MicroB" menu entry and /usr/bin/microb script for
34       launching MicroB; the previous behavior was counterintuitive and
35       difficult to discover
36     - Fremantle: fix launching and closing MicroB on Fremantle; thanks Faheem
37       Pervez and Uwe Kaminski for extensive testing
38     - Fremantle: force the Ovi Store bookmark to open in MicroB, since Ovi
39       Store doesn't load in other browsers; thanks ToJa92 of t.m.o for
40       reporting
41     - add ability to send debug output to syslog and new config setting
42       ("logging") to control where debug output goes; thanks Faheem Pervez for
43       the suggestion
44     - close stdin/stdout/stderr in child processes before the exec(), to make
45       debug output on stdout less noisy
46     - fix some abuses of the D-Bus API in launcher.c:launch_tear()
47     - make sure a running browserd is detected correctly on all devices so that
48       we don't try to launch another one; thanks Faheem Pervez for reporting
49     - ensure that only one browser-switchboard is active at any time
50     - update build system; we now have "diablo" and "fremantle" targets that
51       build binaries for the selected OS release
52     - link binaries with -Wl,--as-needed to eliminate unnecessary dependencies
53   * Packaging changes:
54     - Build with Thumb by default and provide a "nothumb" build option to turn
55       it off, instead of building with Thumb only when requested; the
56       autobuilders aren't requesting Thumb, but we want it by default.
57     - Update debian/rules for the new upstream build system.
58
59  -- Steven Luo <steven+maemo@steven676.net>  Mon, 22 Feb 2010 02:14:19 -0800 
60
61 browser-switchboard (3.1-2fremantle4) extras-devel; urgency=low
62
63   * Alpha release for Fremantle.
64   * Cherry-pick 870b63f0... ("Install the inotify watch for lockfile creation
65     before forking").
66   * Cherry-pick a712d8d7... ("Avoid a race between MicroB startup and
67     establishing D-Bus watch for it").
68   * Cherry-pick 32801150... ("Ensure that only one browser-switchboard is
69     active at any time").
70
71  -- Steven Luo <steven+maemo@steven676.net>  Mon, 15 Feb 2010 18:57:46 -0800 
72
73 browser-switchboard (3.1-2fremantle3) extras-devel; urgency=low
74
75   * Alpha release for Fremantle.
76   * Cherry-pick e7bb0f3e... ("Take a different approach to detecting MicroB
77     browser window close").
78
79  -- Steven Luo <steven+maemo@steven676.net>  Sat, 13 Feb 2010 21:07:56 -0800 
80
81 browser-switchboard (3.1-2fremantle2) extras-devel; urgency=low
82
83   * Alpha release for Fremantle.
84   * Cherry-pick 5b7e4808... ("Make sure a running browserd is detected
85     correctly on all devices").
86   * Cherry-pick 88db9429... ("Kill MicroB browser UI processes instead
87     of using exit_browser").
88
89  -- Steven Luo <steven+maemo@steven676.net>  Sat, 06 Feb 2010 03:10:16 -0800 
90
91 browser-switchboard (3.1-2fremantle1) extras-devel; urgency=low
92
93   * Alpha release for Fremantle.
94   * No need to lose the tablet-browser-ui dependency on Fremantle.
95   * Cherry-pick d8d8d1ed... ("Close stdin/stdout/stderr in child
96     processes before exec()") and 53ba5ca0... ("Throw away stdout/stderr
97     for browserds we launch too") to make ongoing debugging efforts
98     easier.
99
100  -- Steven Luo <steven+maemo@steven676.net>  Fri, 05 Feb 2010 00:13:54 -0800 
101
102 browser-switchboard (3.1-2) extras-devel; urgency=low
103
104   * Drop the dependency on tablet-browser-ui for Diablo until maemo.org
105     Bugzilla #8806 gets fixed; this was preventing 3.1-1 from reaching
106     extras.
107
108  -- Steven Luo <steven+maemo@steven676.net>  Fri, 05 Feb 2010 00:05:27 -0800 
109
110 browser-switchboard (3.1-1fremantle2) extras-devel; urgency=low
111
112   * Alpha release for Fremantle.
113   * Cherry-pick 6b78dde6... ("Initial support for launching MicroB on
114     Fremantle") and associated cleanups.
115   * Revise build system to reflect updated dependencies.
116
117  -- Steven Luo <steven+maemo@steven676.net>  Tue, 02 Feb 2010 02:45:42 -0800
118
119 browser-switchboard (3.1-1fremantle1) extras-devel; urgency=low
120
121   * Alpha release for Fremantle.
122   * Pass EXTRA_CPPFLAGS=-DFREMANTLE to make to compile Fremantle-specific code.
123
124  -- Steven Luo <steven+maemo@steven676.net>  Fri, 15 Jan 2010 02:52:40 -0800
125
126 browser-switchboard (3.1-1) extras-devel; urgency=low
127
128   * New "upstream" stable release.
129   * Upstream changes:
130     - add a new, more finger-friendly GUI for Fremantle, based on work by
131       Faheem Pervez (build UI with EXTRA_CPPFLAGS=-DFREMANTLE)
132     - make sure reconfig signal (SIGHUP) doesn't interrupt dispatch of a
133       request when continuous mode is off
134     - disable autocapitalization and predictive text features for the
135       other_browser_cmd entry in the UI
136     - add support for EXTRA_CPPFLAGS in Makefiles, to allow package builds to
137       pass feature/configuration defines; add EXTRA_LDFLAGS too, just in case
138
139  -- Steven Luo <steven+maemo@steven676.net>  Fri, 15 Jan 2010 01:54:56 -0800
140
141 browser-switchboard (3.0-1fremantle1) extras-devel; urgency=low
142
143   * Experimental build for Fremantle.
144   * Add XSBC-Bugtracker to debian/control to indicate where bugs should be
145     filed; needed for maemo extras QA.
146   * No need to add CPU optimization flags, the Fremantle toolchain
147     automatically optimizes for N900/OMAP3.
148
149  -- Steven Luo <steven+maemo@steven676.net>  Wed, 23 Dec 2009 04:01:53 -0800
150
151 browser-switchboard (3.0-1) extras-devel; urgency=low
152
153   * New "upstream" stable release.
154   * Upstream changes:
155     - fix the UI so that it looks for C browser-switchboard processes to send
156       SIGHUP to, not Python browser-switchboards
157     - add support for EXTRA_CFLAGS in Makefiles, to allow package builds to
158       pass additional optimization flags
159     - replace calls to `pkg-config dbus-1` in config-ui/Makefile with calls to
160       `pkg-config libosso` instead; asking for dbus-1 was incorrect and
161       covering up a problem that caused maemo extras-devel autobuilds to fail
162   * Packaging changes:
163     - Use EXTRA_CFLAGS to generate N8x0 optimized builds, and use Thumb if
164       DEB_BUILD_OPTIONS requests it.
165     - Bump Standards-Version to 3.8.0; no changes required.
166     - 323bf8... ("config-ui: Teach UI how to HUP C browser-switchboards")
167       merged upstream, remove from diff.
168     - Remove unneeded file debian/dirs.
169
170  -- Steven Luo <steven+maemo@steven676.net>  Wed, 23 Dec 2009 03:48:02 -0800
171
172 browser-switchboard (3.0~rc1-2fremantle1) extras-devel; urgency=low
173
174   * Experimental build for Fremantle.
175   * Upload to extras-devel.
176
177  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 20:44:08 -0800
178
179 browser-switchboard (3.0~rc1-2) extras-devel; urgency=low
180
181   * Actually upload to extras-devel.
182   * Replace the dependency on libdbus-1-dev and the call to pkg-config for
183     dbus-1 with libosso-dev and libosso, respectively, as that's the package
184     the control panel plugin interface actually needs.  Fixes autobuild.
185
186  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 19:07:25 -0800
187
188 browser-switchboard (3.0~rc1-1fremantle1) extras-devel; urgency=low
189
190   * Experimental build for Fremantle.
191   * Packaging changes:
192     - Add a different .desktop file with the Fremantle location of the stock
193       web browser icon.
194
195  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 05:24:16 -0800
196
197 browser-switchboard (3.0~rc1-1) extras-devel; urgency=low
198
199   * New "upstream" prerelease.
200   * Upstream changes:
201     - move to an all-C implementation for better performance and memory usage
202     - add a configuration hildon-control-panel plugin
203     - make MicroB the default default browser
204   * Packaging changes:
205     - Accommodate the move to C:
206       + Package is now Arch: any.
207       + Revise Build-Depends and Depends appropriately.
208       + debian/postrm now kills off both Python and C browser-switchboards.
209       + debian/rules: build an Arch: any package, use the new Makefile-based
210         build and install, dh_strip the binaries, make shlibdeps.
211   * Cherry-pick 323bf8...
212     ("config-ui: Teach UI how to HUP C browser-switchboards") from Git master.
213
214  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 03:48:03 -0800
215
216 browser-switchboard (2.2-1) extras-devel; urgency=low
217
218   * New "upstream" release.
219   * Upstream changes:
220     - rename the package to browser-switchboard
221     - move the config file to $HOME/.config/browser-switchboard, and fall back
222       to the old location if no config file is found
223     - if no config file is found and Tear isn't installed, launch MicroB;
224       this avoids breaking link opening on a system with a freshly installed
225       browser-switchboard package and Tear not installed
226     - substantial documentation update
227   * Packaging changes:
228     - Rename the package to browser-switchboard; Conflict with browser-proxy
229       to make sure that users don't try to install over it.  browser-proxy
230       needs to be uninstalled before installing browser-switchboard.
231     - Drop the Depends on tear, now that installing browser-switchboard
232       doesn't break link opening when Tear isn't installed.  Recommend
233       tear | fennec | midori instead.
234     - Add a friendly display name for the application manager in
235       debian/control.
236     - Update the package description.
237
238  -- Steven Luo <steven+maemo@steven676.net>  Mon, 14 Dec 2009 03:39:04 -0800
239
240 browser-proxy (2.1-1) extras-devel; urgency=low
241
242   * New "upstream" release.
243   * Upstream changes:
244     - I'm now the upstream maintainer.
245     - License is clarified (GPLv2+).
246     - Use a config file ($HOME/.config/browser-proxy) for settings, if it
247       exists.
248     - Add support for launching Fennec and Midori out of the box.
249     - Introduce a config option default_browser for selecting the default
250       browser.
251     - Add support for launching an arbitrary browser using the
252       other_browser_cmd config option.
253     - Run maemo-invoker directly instead of /usr/bin/browser to avoid a loop
254       when /usr/bin/browser is a wrapper invoking browser-proxy.
255     - Add a new, private D-Bus method for a /usr/bin/browser wrapper to use.
256   * Packaging changes:
257     - Ship a /usr/bin/browser wrapper script which ensures that launching
258       MicroB with /usr/bin/browser works when browser-proxy is installed.
259     - Update copyright to reflect licensing changes.
260     - Conflict with Mozilla's fennec-dbus-proxy (see Mozilla Bugzilla
261       #499904); both provide the com.nokia.osso_browser service and the two
262       probably shouldn't be co-installed.
263
264  -- Steven Luo <steven+maemo@steven676.net>  Wed, 09 Dec 2009 17:54:16 -0800
265
266 browser-proxy (2.0-1) extras-devel; urgency=low
267
268   * Initial release. 
269
270  -- Steven Luo <steven+maemo@steven676.net>  Wed,  2 Dec 2009 17:56:24 -0800
271