# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1609955571 0 # Node ID a0784aa36bde06136c560421c2361ab06c8ec832 # Parent 3e9c5bff0a570ef0b4ace765d0a8d6632f4fe2c6 Update the debian changelog and copyright preparing for 3.1 release. diff -r 3e9c5bff0a57 -r a0784aa36bde debian/changelog --- a/debian/changelog Wed Jan 06 16:57:48 2021 +0000 +++ b/debian/changelog Wed Jan 06 17:52:51 2021 +0000 @@ -1,3 +1,24 @@ +dwindows (3.1-1) unstable; urgency=low + + * Added notification APIs: dw_notification_new() dw_notification_send() dw_app_id_set() + Unix requires a desktop file link with the application ID used in dw_app_id_set(). + * Added webkit2gtk support and removed dead gtkmozembed and libgtkhtml2 support on Unix. + * Added embedded HTML javascript support on Mac, Windows and Unix with webkit(2)gtk. + Added function dw_html_javascript_run() to execute javascript code. + Added DW_SIGNAL_HTML_RESULT signal for getting the results from javascript. + DW_SIGNAL_HTML_RESULT requires webkit2gtk on Unix. + * Added DW_SIGNAL_HTML_CHANGED signal handler for getting the status of embedded HTML. + Status can be: DW_HTML_CHANGE_STARTED/REDIRECT/LOADING/COMPLETE + * Added dw_mle_set_auto_complete() to enable completion, only available on Mac. + * Changed to using GTK3 by default instead of GTK2. --with-gtk2 is now available. + * Added dw_feature_set/get() to test if certain features are available on the current + library and operating system combination at runtime or enabled/disable features. + * Added support for GResource embedded images on GTK2/3 with GLib 2.32. The old + resouce system is still available via configure --with-deprecated if needed. + * Fixed many small bugs, too numerous to list here. + + -- Brian Smith Wed, 6 Jan 2021 08:00:00 +1000 + dwindows (3.0-1) unstable; urgency=low * Added package configuration (pkg-config) support on Unix. diff -r 3e9c5bff0a57 -r a0784aa36bde debian/copyright --- a/debian/copyright Wed Jan 06 16:57:48 2021 +0000 +++ b/debian/copyright Wed Jan 06 17:52:51 2021 +0000 @@ -12,7 +12,7 @@ Copyright: - Copyright (c) 2000-2012, Brian Smith + Copyright (c) 2000-2021, Brian Smith Copyright (c) 2003-2012, Mark Hessling Copyright (c) 2007, Alex Taylor Copyright (c) 2002, Nickolay V. Shmyrev