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