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