Make signal handlers async-signal-safe
[browser-switch] / Changelog
1 version 3.3:
2 * add support for Opera Mobile
3 * only offer installed browsers in the config GUI
4 * make continuous mode operation the default; disable non-continuous-mode on
5   Fremantle (needed for correct operation on D-Bus system bus)
6 * Fremantle: major overhaul of MicroB launching to improve robustness; should
7   result in speed and behavior indistinguishable from when Browser Switchboard
8   isn't installed when MicroB is configured as default browser
9 * fall back to the built-in default if the user's configured default browser
10   isn't installed
11 * listen on D-Bus system bus as well as session bus, to accommodate some broken
12   applications that send their requests on the system bus
13 * Fremantle: start browser-switchboard on X session startup, and also prestart
14   MicroB if it's the default browser or the user asks for it
15 * Fremantle: prestart MicroB when the user changes to MicroB as the default
16   browser
17 * introduce a command-line config utility; this is mainly intended to give
18   browser vendors a way to set their browser as the default
19 * config UI: provide a description for users who don't know what MicroB is;
20   thanks Emanuele Cassioli for pointing out the need
21 * major rewrite of configuration loading/saving code
22
23 version 3.2:
24 * make the "Web" menu entry and /usr/bin/browser open the default browser, and
25   provide a new "MicroB" menu entry and /usr/bin/microb script for launching
26   MicroB; the previous behavior was counterintuitive and difficult to discover
27 * Fremantle: fix launching and closing MicroB on Fremantle; thanks Faheem
28   Pervez and Uwe Kaminski for extensive testing
29 * Fremantle: force the Ovi Store bookmark to open in MicroB, since Ovi Store
30   doesn't load in other browsers; thanks ToJa92 of t.m.o for reporting
31 * add ability to send debug output to syslog and new config setting ("logging")
32   to control where debug output goes; thanks Faheem Pervez for the suggestion
33 * close stdin/stdout/stderr in child processes before the exec(), to make debug
34   output on stdout less noisy
35 * fix some abuses of the D-Bus API in launcher.c:launch_tear()
36 * make sure a running browserd is detected correctly on all devices so that we
37   don't try to launch another one; thanks Faheem Pervez for reporting
38 * ensure that only one browser-switchboard is active at any time
39 * update build system; we now have "diablo" and "fremantle" targets that build
40   binaries for the selected OS release
41 * link binaries with -Wl,--as-needed to eliminate unnecessary dependencies
42
43 version 3.1:
44 * add a new, more finger-friendly GUI for Fremantle, based on work by
45   Faheem Pervez (build UI with EXTRA_CPPFLAGS=-DFREMANTLE)
46 * make sure reconfig signal (SIGHUP) doesn't interrupt dispatch of a request
47   when continuous mode is off
48 * disable autocapitalization and predictive text features for the
49   other_browser_cmd entry in the UI
50 * add support for EXTRA_CPPFLAGS in Makefiles, to allow package builds to pass
51   feature/configuration defines; add EXTRA_LDFLAGS too, just in case
52
53 version 3.0:
54 * fix the UI so that it looks for C browser-switchboard processes to send
55   SIGHUP to, not Python browser-switchboards 
56 * add support for EXTRA_CFLAGS in Makefiles, to allow package builds to pass
57   additional optimization flags
58 * replace calls to `pkg-config dbus-1` in config-ui/Makefile with calls to
59   `pkg-config libosso` instead; asking for dbus-1 was incorrect and covering
60   up a problem that caused maemo extras-devel autobuilds to fail
61
62 version 3.0rc1:
63 * reimplement the main browser-switchboard process in C, which leads to much
64   faster startup times and much lower memory usage
65 * implement a configuration UI, which can be used as a standalone app or as a
66   hildon-control-panel applet
67 * default to launching MicroB if no config file is found -- with a config UI,
68   it's best to keep things unchanged in a fresh install and let the user
69   configure them him/herself
70 * EXPERIMENTAL Fremantle support
71
72 version 2.2:
73 * rename the package to browser-switchboard
74 * move the config file to $HOME/.config/browser-switchboard, and fall back
75   to the old location if no config file is found
76 * if no config file is found and Tear isn't installed, launch MicroB;
77   this avoids breaking link opening on a system with a freshly installed
78   browser-switchboard package and Tear not installed
79 * substantial documentation update
80
81 version 2.1:
82 * Steven Luo is now the primary maintainer
83 * use a config file, /home/user/.config/browser-proxy, if available
84 * add support for launching Fennec and Midori out of the box
85 * introduce a config option default_browser for selecting the default browser
86   ("tear", "microb", "fennec", "midori", "other")
87 * add support for launching an arbitrary browser using the other_browser_cmd
88   config option
89 * run maemo-invoker directly instead of /usr/bin/browser to avoid a loop when
90   /usr/bin/browser is a wrapper invoking this script
91 * add a new, private D-Bus method for a /usr/bin/browser wrapper to use to
92   launch MicroB with a URI
93
94 version 2.0:
95 * several patches contributed by Steven Luo:
96   - only launch one window if Tear isn't already running
97   - use gobject instead of gtk+ for main loop, uses less memory
98   - use python dbus interface instead of shelling out for dbus-send
99   - add 'continuous mode' option to keep proxy running (faster response)
100   - kill browserd on exit if launched from the script
101   - add option to use MicroB by default
102
103 version 1.5:
104 * added mime_open method used by File manager to open .html files
105
106 version 1.4:
107 * can now manually launch MicroB/browser -- while open, it will be used instead
108 * without --print-reply, the initial launching message seems to get lost
109
110 version 1.3:
111 * sniff for local paths, prefix with file:// (fixes feedcircuit)
112
113 version 1.2:
114 * removed return values, added osso_browser/request namespace (fixes Pidgin)
115
116 version 1.1:
117 * fixed wrong capitalization in dbus message
118
119 version 1.0:
120 * initial release