Update changelog, bump version number
[browser-switch] / debian / changelog
1 browser-switchboard (3.1-1fremantle2) extras-devel; urgency=low
2
3   * Alpha release for Fremantle.
4   * Cherry-pick 6b78dde6... ("Initial support for launching MicroB on
5     Fremantle") and associated cleanups.
6   * Revise build system to reflect updated dependencies.
7
8  -- Steven Luo <steven+maemo@steven676.net>  Tue, 02 Feb 2010 02:45:42 -0800
9
10 browser-switchboard (3.1-1fremantle1) extras-devel; urgency=low
11
12   * Alpha release for Fremantle.
13   * Pass EXTRA_CPPFLAGS=-DFREMANTLE to make to compile Fremantle-specific code.
14
15  -- Steven Luo <steven+maemo@steven676.net>  Fri, 15 Jan 2010 02:52:40 -0800
16
17 browser-switchboard (3.1-1) extras-devel; urgency=low
18
19   * New "upstream" stable release.
20   * Upstream changes:
21     - add a new, more finger-friendly GUI for Fremantle, based on work by
22       Faheem Pervez (build UI with EXTRA_CPPFLAGS=-DFREMANTLE)
23     - make sure reconfig signal (SIGHUP) doesn't interrupt dispatch of a
24       request when continuous mode is off
25     - disable autocapitalization and predictive text features for the
26       other_browser_cmd entry in the UI
27     - add support for EXTRA_CPPFLAGS in Makefiles, to allow package builds to
28       pass feature/configuration defines; add EXTRA_LDFLAGS too, just in case
29
30  -- Steven Luo <steven+maemo@steven676.net>  Fri, 15 Jan 2010 01:54:56 -0800
31
32 browser-switchboard (3.0-1fremantle1) extras-devel; urgency=low
33
34   * Experimental build for Fremantle.
35   * Add XSBC-Bugtracker to debian/control to indicate where bugs should be
36     filed; needed for maemo extras QA.
37   * No need to add CPU optimization flags, the Fremantle toolchain
38     automatically optimizes for N900/OMAP3.
39
40  -- Steven Luo <steven+maemo@steven676.net>  Wed, 23 Dec 2009 04:01:53 -0800
41
42 browser-switchboard (3.0-1) extras-devel; urgency=low
43
44   * New "upstream" stable release.
45   * Upstream changes:
46     - fix the UI so that it looks for C browser-switchboard processes to send
47       SIGHUP to, not Python browser-switchboards
48     - add support for EXTRA_CFLAGS in Makefiles, to allow package builds to
49       pass additional optimization flags
50     - replace calls to `pkg-config dbus-1` in config-ui/Makefile with calls to
51       `pkg-config libosso` instead; asking for dbus-1 was incorrect and
52       covering up a problem that caused maemo extras-devel autobuilds to fail
53   * Packaging changes:
54     - Use EXTRA_CFLAGS to generate N8x0 optimized builds, and use Thumb if
55       DEB_BUILD_OPTIONS requests it.
56     - Bump Standards-Version to 3.8.0; no changes required.
57     - 323bf8... ("config-ui: Teach UI how to HUP C browser-switchboards")
58       merged upstream, remove from diff.
59     - Remove unneeded file debian/dirs.
60
61  -- Steven Luo <steven+maemo@steven676.net>  Wed, 23 Dec 2009 03:48:02 -0800
62
63 browser-switchboard (3.0~rc1-2fremantle1) extras-devel; urgency=low
64
65   * Experimental build for Fremantle.
66   * Upload to extras-devel.
67
68  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 20:44:08 -0800
69
70 browser-switchboard (3.0~rc1-2) extras-devel; urgency=low
71
72   * Actually upload to extras-devel.
73   * Replace the dependency on libdbus-1-dev and the call to pkg-config for
74     dbus-1 with libosso-dev and libosso, respectively, as that's the package
75     the control panel plugin interface actually needs.  Fixes autobuild.
76
77  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 19:07:25 -0800
78
79 browser-switchboard (3.0~rc1-1fremantle1) extras-devel; urgency=low
80
81   * Experimental build for Fremantle.
82   * Packaging changes:
83     - Add a different .desktop file with the Fremantle location of the stock
84       web browser icon.
85
86  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 05:24:16 -0800
87
88 browser-switchboard (3.0~rc1-1) extras-devel; urgency=low
89
90   * New "upstream" prerelease.
91   * Upstream changes:
92     - move to an all-C implementation for better performance and memory usage
93     - add a configuration hildon-control-panel plugin
94     - make MicroB the default default browser
95   * Packaging changes:
96     - Accommodate the move to C:
97       + Package is now Arch: any.
98       + Revise Build-Depends and Depends appropriately.
99       + debian/postrm now kills off both Python and C browser-switchboards.
100       + debian/rules: build an Arch: any package, use the new Makefile-based
101         build and install, dh_strip the binaries, make shlibdeps.
102   * Cherry-pick 323bf8...
103     ("config-ui: Teach UI how to HUP C browser-switchboards") from Git master.
104
105  -- Steven Luo <steven+maemo@steven676.net>  Fri, 18 Dec 2009 03:48:03 -0800
106
107 browser-switchboard (2.2-1) extras-devel; urgency=low
108
109   * New "upstream" release.
110   * Upstream changes:
111     - rename the package to browser-switchboard
112     - move the config file to $HOME/.config/browser-switchboard, and fall back
113       to the old location if no config file is found
114     - if no config file is found and Tear isn't installed, launch MicroB;
115       this avoids breaking link opening on a system with a freshly installed
116       browser-switchboard package and Tear not installed
117     - substantial documentation update
118   * Packaging changes:
119     - Rename the package to browser-switchboard; Conflict with browser-proxy
120       to make sure that users don't try to install over it.  browser-proxy
121       needs to be uninstalled before installing browser-switchboard.
122     - Drop the Depends on tear, now that installing browser-switchboard
123       doesn't break link opening when Tear isn't installed.  Recommend
124       tear | fennec | midori instead.
125     - Add a friendly display name for the application manager in
126       debian/control.
127     - Update the package description.
128
129  -- Steven Luo <steven+maemo@steven676.net>  Mon, 14 Dec 2009 03:39:04 -0800
130
131 browser-proxy (2.1-1) extras-devel; urgency=low
132
133   * New "upstream" release.
134   * Upstream changes:
135     - I'm now the upstream maintainer.
136     - License is clarified (GPLv2+).
137     - Use a config file ($HOME/.config/browser-proxy) for settings, if it
138       exists.
139     - Add support for launching Fennec and Midori out of the box.
140     - Introduce a config option default_browser for selecting the default
141       browser.
142     - Add support for launching an arbitrary browser using the
143       other_browser_cmd config option.
144     - Run maemo-invoker directly instead of /usr/bin/browser to avoid a loop
145       when /usr/bin/browser is a wrapper invoking browser-proxy.
146     - Add a new, private D-Bus method for a /usr/bin/browser wrapper to use.
147   * Packaging changes:
148     - Ship a /usr/bin/browser wrapper script which ensures that launching
149       MicroB with /usr/bin/browser works when browser-proxy is installed.
150     - Update copyright to reflect licensing changes.
151     - Conflict with Mozilla's fennec-dbus-proxy (see Mozilla Bugzilla
152       #499904); both provide the com.nokia.osso_browser service and the two
153       probably shouldn't be co-installed.
154
155  -- Steven Luo <steven+maemo@steven676.net>  Wed, 09 Dec 2009 17:54:16 -0800
156
157 browser-proxy (2.0-1) extras-devel; urgency=low
158
159   * Initial release. 
160
161  -- Steven Luo <steven+maemo@steven676.net>  Wed,  2 Dec 2009 17:56:24 -0800
162