Share

Uget

File Release Notes and Changelog

Release Name: 1.4.8.4

Notes:

Program will create an empty file when start downloading. (works like firefox)
Delete empty downloaded file when download stops.
Uget requires libcurl 7.17+ now. (Remove source code that use OBSOLETE code of libcurl)
Uget data file structure was changed. (version 1.0 to 1.1)
Fix bug about resumable download.
Fix other issues and bugs.


Changes: 2009-06-05 Raymond Huang * ug_category.c (ug_category_queue_refresh): function doesn't return TRUE if category was updated. (category_data_entry): mark obsolete: "nCapacity" and "nRunning". * uget-callback.c (uget_on_about): restore code that discard in 2009-06-02. * ug_category.h, ug_category.c, ug_category_widget.c, uget-callback.c: UgCategory member "n_capacity" and "n_running" was renamed to "capacity" and "running_count". * ug_ipc.h: UgIpcCommand was renamed to UgIpcCode. * ug_ipc.c (server_connect): don't compile debug code if defined NDEBUG. * ug_data.c, ug_data_download.h, ug_dataset.c, ug_plugin_curl.c, uget.c: maintain and make code clear. * ChangeLog: change format. * configure.ac, uget-callback.c: change version to 1.4.8.4 2009-06-04 Raymond Huang * ug_category.c (ug_category_queue_refresh): improve download state handling. (plugin_callback): avoid crash if message queue doesn't clear. * ug_plugin_curl.c (ug_plugin_curl_thread): delete empty downloaded file when download stops. 2009-06-03 Raymond Huang * ug_plugin_curl.c (ug_plugin_curl_thread): Remove source code that use OBSOLETE code of libcurl. (ug_plugin_curl_open_file): Fix bug about resumable download. * ug_plugin.c (ug_plugin_create_file): if output file exist, program will get wrong filename in message. * ug_message.c: Add message string for UG_MESSAGE_INFO. * uget.c (uget_update_summary): Fix: summary view display wrong item when "name" item not visible. (uget_entry): program can't save default value for new category. * ug_markup.h, ug_plugin.c: Code cleanup. 2009-06-02 Raymond Huang * ug_plugin_curl.c: cleanup code about libcurl. * ug_dataset.c: change structure. * ug_message.c: change structure. * uget.c: change Uget data file structure. (version 1.0 to 1.1) * ug_plugin_curl.c (ug_plugin_create_file): Program will create an empty file when start downloading. (works like firefox) * uget-main.c (main): Clean tail character (space,0x20) in ALL arguments from command line. (Windows only) * uget-callback.c (uget_on_about): discard code changed in 2009-05-27. (It’s my fault) 2009-05-31 Raymond Huang * ug_path.c: Fix: filename extension handle issued. 2009-05-27 Raymond Huang * uget-callback.c (uget_on_about): Fix: the image in about dialog still don't use stock image.