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