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