[grisbi-cvs] [git push]Grisbi annotated tag upstream_version_0_9_92 created. upstream_version_0_9_92
Pierre Biava
noreply at sourceforge.net
Sun Jul 28 09:37:13 CEST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grisbi".
The annotated tag, upstream_version_0_9_92 has been created
at 56a89b402a5fe9f08e94490d4dc387e5369d374c (tag)
tagging 6da4771ea4727f62f2d57ae4d47eb9d2484fad25 (commit)
replaces upstream_version_0_9_90
tagged by pbiava
on Sun Jul 21 22:43:27 2013 +0200
- Log -----------------------------------------------------------------
Release version 0.9.92
Gérald Niel (2):
Update dirs for Mac OS X
Print environnement variables after init dirs.
Rémi Cardona (69):
Only link to and enable correct plugins when building statically
Remove HAVE_PLUGINS conditional
Remove ENABLE_STATIC conditional
Remove gsb_dirs_get_plugins_dir()
Remove all traces of GModule support
Replace run-time plugin listing with build-time list of enabled extensions
Move ofx related defines to where they are used
Make ofx_plugin_run() a dummy function as it's never called
Fix OFX import function prototype
Remove useless "import_function" typedef
Turn the OFX and GnuCash plugins into regular code
Turn the OpenSSL plugin into regular code
Kill remaining plugins code
Remove unused plugin-loading related defines
Drop dead code in OpenSSL support
Fix memory leak in make_pango_attribut()
Fix memory leak in efface_etat()
Replace uses of dialogue_special() with dialogue_*_hint() calls
Fix build with gtk+ 2.20
Fix null-pointer dereference in gtk_combofix_select_item()
Remove leaking and unused variable in gsb_assistant_first_page_3()
Remove dead assignments in gsb_currency_config_add_currency()
Fix null-pointer dereference in file_obfuscate_qif_run()
Fix potential memory leak in file_obfuscate_qif_run()
Remove deleted gsb_plugins.c from POTFILES.in
Compress tarball with bz2 instead of gzip
Release version 0.9.91
Remove unused variables in gsb_real_raw_get_from_string()
Remove unused variable in gsb_transaction_list_config_drag_end()
Remove unused variable in recuperation_noms_colonnes_et_tips()
Remove dead assignment in bet_config_general_create_general_page()
Remove unused variables (and expensive GObject type casts) in 2 custom_list.c functions
Remove unused variable in bet_config_account_get_select_historical_data()
Remove unused variable 'found' in etat_affiche_affichage_ligne_ope()
Remove unused 'row' variable in onglet_etat_dates()
Remove unused variable 'realcolumns' in html_attach_label()
Remove unused variable in exporter_etat()
Remove unused variable in export_create_selection_page()
Remove unused variable in onglet_localisation()
Remove unused variable (and expensive GObject cast) in gsb_assistant_payees_enter_page_finish()
Make the payee editing wizard work when deselecting all payees
Reuse existing GtkListStore in payee editing wizard
Fix memory leak in payees_create_list()
Fix many string-related memory leaks in gsb_assistant_payees_enter_page_3()
Fix GSList leak in payees_fill_list()
Fix 2 leaks of GSList "sup_payees" in tiers_onglet.c
Remove unused function gsb_gui_is_hpaned_general()
Fix double-free crash in gsb_file_close()
Disconnect signals before unref()ing form widgets to fix use-after-free crash
Fix huge memory leak in gtk_combofix.c
Fix memory leak in gsb_data_category_get_name()
Fix GDate memory leaks in gsb_file_load_transactions()
Use error-proof macros to declare CustomList in GType
Use proper ref counting to free transaction_model's CustomList
Fix leak of 'navigation_model' gsb_gui_navigation_create_navigation_pane()
Fix leak of 'pixbuf' gsb_gui_navigation_update_account_iter()
Fix GdkPixbuf leak in gsb_data_account_get_account_icon_pixbuf()
Fix a GdkPixbuf leak in gsb_file_load_logo_accueil()
Fix leak of account icon GdkPixbufs in navigation.c
Fix leak of the main menu's GtkUIManager
Fix GtkAction and GtkActionGroup memory leaks
Revert "Fix double-free crash in gsb_file_close()"
Fix use-after-free errors in gsb_file_close()
Fix use-after-free error in gsb_main_page_update_homepage_title()
Fix leaked strings from g_utf8_casefold() in gtk_combofix_select_item()
Fix string memory leak in gsb_assistant_payees_enter_page_finish()
Fix 2 memory leaks in gsb_data_account_change_account_icon()
Fix large (but rare) memory leak gsb_select_icon_fill_icon_view()
Fix a use-after-free() crash when loading a second file
pbiava (66):
changes to gtk-mac-integration-2.01
backward to initialize gtkosx_application
Fixed a bug when creating context menu for a new operation
add an accelerator key for New Transaction(cherry picked from commit 8f16a12d3cd35635792a0eba0963ea8755e4991a)
fixes the indenting(cherry picked from commit fc8505b0cc88532ae142c62eee0e72e712eca535)
prohibits the modification of the voucher for a child transaction(cherry picked from commit a22e4fa2789c827c34ae3a2608c358cedcdb298d)
minor change(cherry picked from commit 2131feccad22cd6105c0c9bd880939db6114af45)
replacement of "Effective date" by "Date of debit"(cherry picked from commit c33062528575b8c980f3ee2c041d80d73a1a0033)
update all strings
fixes a potential crash see bug 1549 not reproduced here
add test-driver file in .gitignore
adding a third decimal for the interest rate see bug 1556
removal of the Apply button in the configuration of a credit for a liability account
Change of validation for the capital and fees in the preferences of a credit for a liability account
Fix memory leak in bet_data_transfert_create_new_transaction ()
bug fixed of calculating the debit transaction of the balance of deferred debit card
Correction of a message to create a balance of a deferred debit
update all strings
Adding a validation message for the change of period for a deferred debit card account.
update all strings
change the style of comment for remove an error of compiling
fixes bug of translation
update all strings
Fixes bug 1565: crash when calculating the variance of a split transaction(cherry picked from commit fa1420e43a873d95d09a881301d77ed51a2ae063)
Added the declaration of gsb_menu_free_ui_manager () in menu.h
update french translation
fixes a bug to update the list of transactions after a reconcile.
update the anonymize module for the new data
Fixes a bug of updating when creating a report as payee of a gtk_combofix
Update french strings
rename function bet_data_hist_set_all_retened_amount_null() to bet_data_hist_reset_all_amounts ()
Formatting and indenting text
Fixes bug 1582. Simplification of research of existing transactions
Adding a search interval for replacement of the planned operation associated with a deferred debit account
Fix use-after-free error in gsb_data_archive_store_init_variables ( void )
fix use-before-allocated error in gsb_reconcile_build_label ()
Fix 3 memory leaks in accueil.c
Fix memory leaks in my_strcmp ()
Fix memory leaks in gsb_data_payee_get_name_and_report_list () and gsb_form_widget_create ()
fix memory leak in bet_graph_button_menu_new ()
update strings
fix bug 1591: change the ISO Code of Polish currency in PLN. Thanks kosciej
Adding the display of payees without transactions in the tab of payees
Fixed a bug to update the grisbi file after deleting a division without transactions
Fixes a bug of displaying in form when update a report as payee
add possibility to create a transaction from a report with payee without transaction
fix bug in import of cheques
remove unused function gsb_data_transaction_find_by_payment_content ()
Limitation of the balance of cash accounts has a positive value (>= 0)
Update all strings
Fix memory leaks in gsb_file_save_logo_part () and gsb_file_save_account_icon_part ()
Fix memory leaks in construct of the iterator in save_file.c
ffix memory leaks by freeing the memory used by the hash table in bet_data.c
fix memory leaks in gsb_file_load_reconcile ()
fix memory leaks in gsb_import_define action ()
Integration of global variables of the scheduled tab in structure "etat"
update french string
adding some indicators: selected periodicity, number of scheduled and the custom periodicity
Fix calculation of term to display scheduled transactions
fix memory leaks in gsb_scheduler_list_default_sort_function ()
fix memory leaks when use gsb_select_icon_resize_logo_pixbuf ()
fix memory leaks in metatree_sort_column ()
fix memory leaks in division_column_expanded ()
fix memeory leaks in gsb_form_widget_create () for categories
fix memory leaks in gsb_main_page_get_default_label_style ()
Release version 0.9.92
-----------------------------------------------------------------------
hooks/post-receive
--
Grisbi
More information about the cvs
mailing list