comparison debian/changelog @ 2238:a0784aa36bde

Update the debian changelog and copyright preparing for 3.1 release.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 06 Jan 2021 17:52:51 +0000
parents 7ffa1b256c33
children 904c3d1d0ec4
comparison
equal deleted inserted replaced
2237:3e9c5bff0a57 2238:a0784aa36bde
1 dwindows (3.1-1) unstable; urgency=low
2
3 * Added notification APIs: dw_notification_new() dw_notification_send() dw_app_id_set()
4 Unix requires a desktop file link with the application ID used in dw_app_id_set().
5 * Added webkit2gtk support and removed dead gtkmozembed and libgtkhtml2 support on Unix.
6 * Added embedded HTML javascript support on Mac, Windows and Unix with webkit(2)gtk.
7 Added function dw_html_javascript_run() to execute javascript code.
8 Added DW_SIGNAL_HTML_RESULT signal for getting the results from javascript.
9 DW_SIGNAL_HTML_RESULT requires webkit2gtk on Unix.
10 * Added DW_SIGNAL_HTML_CHANGED signal handler for getting the status of embedded HTML.
11 Status can be: DW_HTML_CHANGE_STARTED/REDIRECT/LOADING/COMPLETE
12 * Added dw_mle_set_auto_complete() to enable completion, only available on Mac.
13 * Changed to using GTK3 by default instead of GTK2. --with-gtk2 is now available.
14 * Added dw_feature_set/get() to test if certain features are available on the current
15 library and operating system combination at runtime or enabled/disable features.
16 * Added support for GResource embedded images on GTK2/3 with GLib 2.32. The old
17 resouce system is still available via configure --with-deprecated if needed.
18 * Fixed many small bugs, too numerous to list here.
19
20 -- Brian Smith <brian@dbsoft.org> Wed, 6 Jan 2021 08:00:00 +1000
21
1 dwindows (3.0-1) unstable; urgency=low 22 dwindows (3.0-1) unstable; urgency=low
2 23
3 * Added package configuration (pkg-config) support on Unix. 24 * Added package configuration (pkg-config) support on Unix.
4 * Changed DW_CLR_DEFAULT behavior to improve consistency. 25 * Changed DW_CLR_DEFAULT behavior to improve consistency.
5 * Added dw_signal_connect_data() which features a callback on signal disconnection. 26 * Added dw_signal_connect_data() which features a callback on signal disconnection.