Update package description
[browser-switch] / debian / changelog
1 browser-switchboard (3.2-2) extras-devel; urgency=low
2
3   * Cherry-pick ebfd6218... ("Add preliminary support for Opera Mobile").
4
5  -- Steven Luo <steven+maemo@steven676.net>  Fri, 28 May 2010 01:35:22 -0700 
6
7 browser-switchboard (3.2-1) extras-devel; urgency=low
8
9   * New "upstream" stable release.
10   * Upstream changes:
11     - make the "Web" menu entry and /usr/bin/browser open the default browser,
12       and provide a new "MicroB" menu entry and /usr/bin/microb script for
13       launching MicroB; the previous behavior was counterintuitive and
14       difficult to discover
15     - Fremantle: fix launching and closing MicroB on Fremantle; thanks Faheem
16       Pervez and Uwe Kaminski for extensive testing
17     - Fremantle: force the Ovi Store bookmark to open in MicroB, since Ovi
18       Store doesn't load in other browsers; thanks ToJa92 of t.m.o for
19       reporting
20     - add ability to send debug output to syslog and new config setting
21       ("logging") to control where debug output goes; thanks Faheem Pervez for
22       the suggestion
23     - close stdin/stdout/stderr in child processes before the exec(), to make
24       debug output on stdout less noisy
25     - fix some abuses of the D-Bus API in launcher.c:launch_tear()
26     - make sure a running browserd is detected correctly on all devices so that
27       we don't try to launch another one; thanks Faheem Pervez for reporting
28     - ensure that only one browser-switchboard is active at any time
29     - update build system; we now have "diablo" and "fremantle" targets that
30       build binaries for the selected OS release
31     - link binaries with -Wl,--as-needed to eliminate unnecessary dependencies
32   * Packaging changes:
33     - Build with Thumb by default and provide a "nothumb" build option to turn
34       it off, instead of building with Thumb only when requested; the
35       autobuilders aren't requesting Thumb, but we want it by default.
36     - Update debian/rules for the new upstream build system.
37
38  -- Steven Luo <steven+maemo@steven676.net>  Mon, 22 Feb 2010 02:14:19 -0800 
39
40 browser-switchboard (3.1-2) extras-devel; urgency=low
41
42   * Drop the dependency on tablet-browser-ui for Diablo until maemo.org
43     Bugzilla #8806 gets fixed; this was preventing 3.1-1 from reaching
44     extras.
45
46  -- Steven Luo <steven+maemo@steven676.net>  Fri, 05 Feb 2010 00:05:27 -0800 
47
48 browser-switchboard (3.1-1) extras-devel; urgency=low
49
50   * New "upstream" stable release.
51   * Upstream changes:
52     - add a new, more finger-friendly GUI for Fremantle, based on work by
53       Faheem Pervez (build UI with EXTRA_CPPFLAGS=-DFREMANTLE)
54     - make sure reconfig signal (SIGHUP) doesn't interrupt dispatch of a
55       request when continuous mode is off
56     - disable autocapitalization and predictive text features for the
57       other_browser_cmd entry in the UI
58     - add support for EXTRA_CPPFLAGS in Makefiles, to allow package builds to
59       pass feature/configuration defines; add EXTRA_LDFLAGS too, just in case
60
61  -- Steven Luo <steven+maemo@steven676.net>  Fri, 15 Jan 2010 01:54:56 -0800
62
63 browser-switchboard (3.0-1) extras-devel; urgency=low
64
65   * New "upstream" stable release.
66   * Upstream changes:
67     - fix the UI so that it looks for C browser-switchboard processes to send
68       SIGHUP to, not Python browser-switchboards
69     - add support for EXTRA_CFLAGS in Makefiles, to allow package builds to
70       pass additional optimization flags
71     - replace calls to `pkg-config dbus-1` in config-ui/Makefile with calls to
72       `pkg-config libosso` instead; asking for dbus-1 was incorrect and
73       covering up a problem that caused maemo extras-devel autobuilds to fail
74   * Packaging changes:
75     - Use EXTRA_CFLAGS to generate N8x0 optimized builds, and use Thumb if
76       DEB_BUILD_OPTIONS requests it.
77     - Bump Standards-Version to 3.8.0; no changes required.
78     - 323bf8... ("config-ui: Teach UI how to HUP C browser-switchboards")
79       merged upstream, remove from diff.
80     - Remove unneeded file debian/dirs.
81
82  -- Steven Luo <steven+maemo@steven676.net>  Wed, 23 Dec 2009 03:48:02 -0800
83
84 browser-switchboard (3.0~rc1-2) extras-devel; urgency=low
85
86   * Actually upload to extras-devel.
87   * Replace the dependency on libdbus-1-dev and the call to pkg-config for
88     dbus-1 with libosso-dev and libosso, respectively, as that's the package
89     the control panel plugin interface actually needs.  Fixes autobuild.
90
91  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 19:07:25 -0800
92
93 browser-switchboard (3.0~rc1-1) extras-devel; urgency=low
94
95   * New "upstream" prerelease.
96   * Upstream changes:
97     - move to an all-C implementation for better performance and memory usage
98     - add a configuration hildon-control-panel plugin
99     - make MicroB the default default browser
100   * Packaging changes:
101     - Accommodate the move to C:
102       + Package is now Arch: any.
103       + Revise Build-Depends and Depends appropriately.
104       + debian/postrm now kills off both Python and C browser-switchboards.
105       + debian/rules: build an Arch: any package, use the new Makefile-based
106         build and install, dh_strip the binaries, make shlibdeps.
107   * Cherry-pick 323bf8...
108     ("config-ui: Teach UI how to HUP C browser-switchboards") from Git master.
109
110  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 03:48:03 -0800
111
112 browser-switchboard (2.2-1) extras-devel; urgency=low
113
114   * New "upstream" release.
115   * Upstream changes:
116     - rename the package to browser-switchboard
117     - move the config file to $HOME/.config/browser-switchboard, and fall back
118       to the old location if no config file is found
119     - if no config file is found and Tear isn't installed, launch MicroB;
120       this avoids breaking link opening on a system with a freshly installed
121       browser-switchboard package and Tear not installed
122     - substantial documentation update
123   * Packaging changes:
124     - Rename the package to browser-switchboard; Conflict with browser-proxy
125       to make sure that users don't try to install over it.  browser-proxy
126       needs to be uninstalled before installing browser-switchboard.
127     - Drop the Depends on tear, now that installing browser-switchboard
128       doesn't break link opening when Tear isn't installed.  Recommend
129       tear | fennec | midori instead.
130     - Add a friendly display name for the application manager in
131       debian/control.
132     - Update the package description.
133
134  -- Steven Luo <steven+maemo@steven676.net>  Mon, 14 Dec 2009 03:39:04 -0800
135
136 browser-proxy (2.1-1) extras-devel; urgency=low
137
138   * New "upstream" release.
139   * Upstream changes:
140     - I'm now the upstream maintainer.
141     - License is clarified (GPLv2+).
142     - Use a config file ($HOME/.config/browser-proxy) for settings, if it
143       exists.
144     - Add support for launching Fennec and Midori out of the box.
145     - Introduce a config option default_browser for selecting the default
146       browser.
147     - Add support for launching an arbitrary browser using the
148       other_browser_cmd config option.
149     - Run maemo-invoker directly instead of /usr/bin/browser to avoid a loop
150       when /usr/bin/browser is a wrapper invoking browser-proxy.
151     - Add a new, private D-Bus method for a /usr/bin/browser wrapper to use.
152   * Packaging changes:
153     - Ship a /usr/bin/browser wrapper script which ensures that launching
154       MicroB with /usr/bin/browser works when browser-proxy is installed.
155     - Update copyright to reflect licensing changes.
156     - Conflict with Mozilla's fennec-dbus-proxy (see Mozilla Bugzilla
157       #499904); both provide the com.nokia.osso_browser service and the two
158       probably shouldn't be co-installed.
159
160  -- Steven Luo <steven+maemo@steven676.net>  Wed, 09 Dec 2009 17:54:16 -0800
161
162 browser-proxy (2.0-1) extras-devel; urgency=low
163
164   * Initial release. 
165
166  -- Steven Luo <steven+maemo@steven676.net>  Wed,  2 Dec 2009 17:56:24 -0800
167