Update debian/changelog
[browser-switch] / debian / changelog
1 browser-switchboard (3.0-1) extras-devel; urgency=low
2
3   * New "upstream" stable release.
4   * Upstream changes:
5     - fix the UI so that it looks for C browser-switchboard processes to send
6       SIGHUP to, not Python browser-switchboards
7     - add support for EXTRA_CFLAGS in Makefiles, to allow package builds to
8       pass additional optimization flags
9     - replace calls to `pkg-config dbus-1` in config-ui/Makefile with calls to
10       `pkg-config libosso` instead; asking for dbus-1 was incorrect and
11       covering up a problem that caused maemo extras-devel autobuilds to fail
12   * Packaging changes:
13     - Use EXTRA_CFLAGS to generate N8x0 optimized builds, and use Thumb if
14       DEB_BUILD_OPTIONS requests it.
15     - Bump Standards-Version to 3.8.0; no changes required.
16     - 323bf8... ("config-ui: Teach UI how to HUP C browser-switchboards")
17       merged upstream, remove from diff.
18     - Remove unneeded file debian/dirs.
19
20  -- Steven Luo <steven+maemo@steven676.net>  Wed, 23 Dec 2009 03:48:02 -0800
21
22 browser-switchboard (3.0~rc1-2) extras-devel; urgency=low
23
24   * Actually upload to extras-devel.
25   * Replace the dependency on libdbus-1-dev and the call to pkg-config for
26     dbus-1 with libosso-dev and libosso, respectively, as that's the package
27     the control panel plugin interface actually needs.  Fixes autobuild.
28
29  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 19:07:25 -0800
30
31 browser-switchboard (3.0~rc1-1) extras-devel; urgency=low
32
33   * New "upstream" prerelease.
34   * Upstream changes:
35     - move to an all-C implementation for better performance and memory usage
36     - add a configuration hildon-control-panel plugin
37     - make MicroB the default default browser
38   * Packaging changes:
39     - Accommodate the move to C:
40       + Package is now Arch: any.
41       + Revise Build-Depends and Depends appropriately.
42       + debian/postrm now kills off both Python and C browser-switchboards.
43       + debian/rules: build an Arch: any package, use the new Makefile-based
44         build and install, dh_strip the binaries, make shlibdeps.
45   * Cherry-pick 323bf8...
46     ("config-ui: Teach UI how to HUP C browser-switchboards") from Git master.
47
48  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 03:48:03 -0800
49
50 browser-switchboard (2.2-1) extras-devel; urgency=low
51
52   * New "upstream" release.
53   * Upstream changes:
54     - rename the package to browser-switchboard
55     - move the config file to $HOME/.config/browser-switchboard, and fall back
56       to the old location if no config file is found
57     - if no config file is found and Tear isn't installed, launch MicroB;
58       this avoids breaking link opening on a system with a freshly installed
59       browser-switchboard package and Tear not installed
60     - substantial documentation update
61   * Packaging changes:
62     - Rename the package to browser-switchboard; Conflict with browser-proxy
63       to make sure that users don't try to install over it.  browser-proxy
64       needs to be uninstalled before installing browser-switchboard.
65     - Drop the Depends on tear, now that installing browser-switchboard
66       doesn't break link opening when Tear isn't installed.  Recommend
67       tear | fennec | midori instead.
68     - Add a friendly display name for the application manager in
69       debian/control.
70     - Update the package description.
71
72  -- Steven Luo <steven+maemo@steven676.net>  Mon, 14 Dec 2009 03:39:04 -0800
73
74 browser-proxy (2.1-1) extras-devel; urgency=low
75
76   * New "upstream" release.
77   * Upstream changes:
78     - I'm now the upstream maintainer.
79     - License is clarified (GPLv2+).
80     - Use a config file ($HOME/.config/browser-proxy) for settings, if it
81       exists.
82     - Add support for launching Fennec and Midori out of the box.
83     - Introduce a config option default_browser for selecting the default
84       browser.
85     - Add support for launching an arbitrary browser using the
86       other_browser_cmd config option.
87     - Run maemo-invoker directly instead of /usr/bin/browser to avoid a loop
88       when /usr/bin/browser is a wrapper invoking browser-proxy.
89     - Add a new, private D-Bus method for a /usr/bin/browser wrapper to use.
90   * Packaging changes:
91     - Ship a /usr/bin/browser wrapper script which ensures that launching
92       MicroB with /usr/bin/browser works when browser-proxy is installed.
93     - Update copyright to reflect licensing changes.
94     - Conflict with Mozilla's fennec-dbus-proxy (see Mozilla Bugzilla
95       #499904); both provide the com.nokia.osso_browser service and the two
96       probably shouldn't be co-installed.
97
98  -- Steven Luo <steven+maemo@steven676.net>  Wed, 09 Dec 2009 17:54:16 -0800
99
100 browser-proxy (2.0-1) extras-devel; urgency=low
101
102   * Initial release. 
103
104  -- Steven Luo <steven+maemo@steven676.net>  Wed,  2 Dec 2009 17:56:24 -0800
105