summaryrefslogtreecommitdiff
path: root/finance
AgeCommit message (Collapse)AuthorFilesLines
2021-09-18finance/ruby-activemerchant: update to 1.122.0taca3-8/+13
Version 1.122.0 (2021-08-03) * Orbital: Correct success logic for refund [tatsianaclifton] #4014 * usaepay: Added pin gateway setting [DustinHaefele] #4026 * MercadoPago: Added external_reference, more payer object options, and metadata field [DustinHaefele] #4020 * Element: Add duplicate_override_flag [almalee24] #4012 * PayTrace: Support gateway [meagabeth] #3985 * vPOS: Support credit + refund [therufs] #3998 * PayArc: Support gateway [senthil-code] #3974 * NMI: Support cardholder_auth field for 3DS2 [cdmackeyfree] #4002 * Confiable: Support cardtype [therufs] #4004 * Maestro: Add BIN [therufs] #4003 * PayULatam: Ensure phone number is pulled from shipping_address correctly [dsmcclain] #4005 * SafeCharge: Add challenge_preference for 3DS [klaiv] #3999 * Adyen: Pass networkTxReference in all transactions [naashton] #4006 * Adyen: Ensure correct transaction reference is selected [dsmcclain] #4007 * PayTrace: Support level_3_data fields [meagabeth] #4008 * BluePay: Add support for Stored Credentials [dsmcclain] #4009 * Orbital: Add support for SCARecurringPayment [jessiagee] #4010 * Braintree: Support recurring_first and moto reasons [curiousepic] #4013 * PayTrace: Adjust capture method [meagabeth] #4015 * BarclaysEpdqExtraPlus: updated custom_eci test + remote tests [yyapuncich] #4022 * CyberSource: Add customerID field [deemeyers] #4025 * CyberSource: Adjust Auth [naashton] #3956 * Valid Canadian Institution Numbers [naashton] #4024 * PayTrace: Adjust purchase and capture methods to handle MultiResponse scenarios [meagabeth] #4027 * Payflow: Add support for MERCHDESCR field [rachelkirk] #4028 * PayTrace: Support $0 authorize in verify method [meagabeth] #4030 * PayArc: Add error_code in response [cdm-83] #4021 * Update bank routing account validation check [jessiagee] #4029 * Kushki: Add 'contactDetails' fields [mbreenlyles] #4033 * Adyen: Truncating order_id and remote test [yyapuncich] #4036 * CyberSource: Allow string content for Ignore AVS/CVV flags [curiousepic] #4043 * Decidir: Update validation error message handling [arbianchi] #4042 * Authorize.net: Remove cardholderAuthentication for non-3DS transactions [BritneyS] #4045 * BlueSnap: Handle 429 errors [britth] #4044 * Orbital: Update unit test files [meagabeth] #4046 * Orbital: Strip null characters from responses [britth] #4041 * Merchant Warrior: Handle invalid XML responses [arbianchi] #4047 * Braintree: Fix NoMethodError for failed card verification [molbrown] #4048 * Worldpay: Accepting 3DS1 and 3DS2 authentication data from external MPI [chandan-PS] #4017 * PayArc: Currency and parameters updates [jessiagee] #4051 * Elavon: Add support for special characters [mbreenlyles] #4049 * PayArc: Formatting CC month, adding tax_rate, removing default void reason [jessiagee] #4053 * Kushki: Add support for fullResponse field [rachelkirk] #4057 * Element: Add support for MerchantDescriptor field [BritneyS] #4058 * PayArc: Added email and phone to credit and charge [jessiagee] #4056 * Mundipagg: Added support for 'authentication_secret_key' for 'api_key' overwrite [DustinHaefele] #4059 * Payflow: Raise an error if store method is called [dsmcclain] #4066 * Monei: JSON API implementation [jimmyn] #3613 * Maestro: Update BINs [therufs] #4067 * Monei: Change domain to monei.com [jimmyn] #4068 * Spreedly: Support gateway_specific_response_fields in response params [abarrak] #4064 * Payeezy: Add support for add_soft_descriptors [rachelkirk] #4069 * Stripe Payment Intents: Add support for network_transaction_id field [cdmackeyfree] #4060 * Worldpay: Support 'CAPTURED' response for authorize transactions [naashton] #4070 * Ingenico (Global Collect): New idempotence key header [BritneyS] #4073 * PayTrace: Adjust handling of line_items subfields [meagabeth] #4074 * Worldpay: Correct Expiration Year Format [tatsianaclifton] #4076 * Monei: Improve Scrub Regex [tatsianaclifton] #4072 * Payflow: add THREEDSVERSION and DSTRANSACTIONID when present [bbraschi] #4075 1.121.0 (2021-06-09) * Braintree: Lift restriction on gem version to allow for backwards compatibility [naashton] #3993 * Payment Express/Windcave: Send amount on verify calls [cdmackeyfree] #3995 * Orbital: Use billing_address name as fallback [curiousepic] #3966 * vPOS: handle shop_process_id correctly [therufs] #3996 * Checkout v2: Support metadata field [saschakala] #3992 * Adyen: Support networkTxReference field [naashton] #3997 * Paypal Express: Enable PayPal express reference transaction request to send merchant session id [janees-e] #3994
2021-09-13py-eth-hash: updated to 0.3.2adam2-9/+7
eth-hash v0.3.2 (2021-09-03) Miscellaneous changes Drop eth-utils requirement, to fix dependency cycle
2021-09-13ledger2beancount: fix dependencywiz1-3/+3
Bump PKGREVISION
2021-08-29bitcoin: actually ship the RC script for bitcoindkhorben2-8/+11
While there, take advantage of the introduction of the SYSCONFBASE variable. Tested on NetBSD/amd64. Bumps PKGREVISION.
2021-08-28finance/electrum: Drop maintainershipjs1-2/+2
2021-08-22finance/ruby-braintree: update to 4.4.0taca3-8/+13
4.2.0 (2021-06-21) * Add default? to PaymentMethodNonce (thanks @klouvas) * Add error code TaxAmountIsRequiredForAibSwedish for attribute tax_amount in transaction key for AIB:Domestic Transactions in Sweden 4.3.0 (2021-07-15) * Add a log message to the ArgumentError at TransactionGateway.find * Add exchange_rate_quote_id to Transaction.create * Add error code ExchangeRateQuoteIdTooLong to Transaction * Add the following fields to ApplePayCard and GooglePayCard: - commercial - debit - durbin_regulated - healthcare - payroll - prepaid - product_id - country_of_issuance - issuing_bank * Add the following fields to PayPalDetails: - tax_id - tax_id_type 4.4.0 (2021-08-05) * Sanitize encrypted_card_data logs * Add LocalPaymentExpired and LocalPaymentFunded webhook notification support
2021-08-20py-braintree: updated to 4.12.0adam3-8/+14
4.12.0 Add localPaymentFunded and localPaymentExpired webhooks
2021-08-03finance/rates: simplify Makefilepin1-3/+1
2021-07-30*: Recursive revbump from audio/pulseaudio-15.0ryoon1-1/+2
2021-07-23py-eth-account: updated to 0.5.5adam3-11/+14
eth-account v0.5.5 (2021-07-21) Features Added support for EIP-2718 (Typed Transaction) and EIP-2939 (Access List Transaction) Added support for EIP-1559 (Dynamic Fee Transaction) Bugfixes Structured messages (EIP-712) new permit leaving some (but not all) domain fields undefined. Internal Changes - for eth-account Contributors Upgrade project template, of note: a new mypy & pydocstyle, and types being exported correctly.
2021-07-16py-braintree: updated to 4.11.0adam2-7/+7
4.11.0 Add exchange_rate_quote_id to Transaction.sale Add validation error code ExchangeRateQuoteIdIsTooLong to Transaction Add the following fields to ApplePayCard and AndroidPayCard: commercial debit durbin_regulated healthcare payroll prepaid product_id country_of_issuance issuing_bank Add error code Transaction.TaxAmountIsRequiredForAibSwedish for attribute tax_amount to handle validation for AIB:Domestic Transactions in Sweden
2021-07-16py-stripe: updated to 2.60.0adam2-7/+7
2.60.0: * Add support for `list_computed_upfront_line_items` method on resource `Quote`
2021-07-10py-stripe: updated to 2.59.0adam3-8/+11
2.59.0: Add support for new `Quote` API.
2021-07-01gnucash: remove unused patchwiz1-28/+0
2021-06-28gnucash-docs: update to 4.6.wiz3-24/+48
Concurrent with the release of GnuCash 4.6 we're pleased to also release a new version of the companion Help and Tutorial and Concepts Guide Between 4.5 and 4.6, the following bugfixes were accomplished: Bug 798178 - : Wrong Color in Scheduled Transactions Window text Bug 798217 - minor mistakes in Tutorial and Concepts guide The following fixes and improvements were not associated with bug reports: Update ch_invest.xml Help/C: New screenshots, remove unused images, and image optimization New help/de/figures/Main-window-callouts + helper files Add ENTITY vers-last-2 for reference of major changes Make calibre optional in cmake Create Github actions to replace TravisCI Fixes reference to Help Manual Help: link Setup for Online Transactions in C, de Help: Replace most <literallayout> by <screen> Help pt: Add missing xmlns:xi parameters Replace most <literallayout> by <screen>; <screen> uses Monospace while <literallayout> keeps the default (proportional) font Backport of improvements from de/Help_ch_GUIMenus.xml Added new menu items Corrected the order of menu items Removed duplicate descriptions insert <accel>-Tags Update PACKAGE_URL of configure.ac xmlformat all docs EEC became EU decades ago, but we had still references Several fixes of shortcuts in C and pt Check for " >" to avoid unwanted wraps Add xmlformat incl. configuration Improve the wiki link in the note for translators
2021-06-28gnucash: update to 4.6.wiz3-11/+26
The GnuCash development team announces GnuCash 4.6, the sixth release in the stable 4.x series Between 4.5 and 4.6, the following bugfixes were accomplished: Bug 648335 - Display Created Transactions setting Add a preference for the 'Review Created Transactions' setting in the 'Since Last Run' dialog so that the default can be specified. Bug 743753 - Nearest in time security price selection is incorrect in reports Add new price source - 'nearest before report date' will ignore prices *after* report date. Bug 743999 - Deleting a digit from an existing number greater than four digits in length generates an error message. Because the grouping is off. Checking grouping on input is pointless so just ignore the grouping separator when parsing number input. Bug 753283 - Current Selection Highlight Lost After Transaction Edit in Scheduled Transaction Window Bug 787813 - Price change from editing a transaction not reflected in pricedb. Bug 794877 - Intro text of "Online Banking Setup" is outdated Bug 795804 - Extremely slow save Only update the status bar when the percentage changes by at least 1% because running the mainloop is expensive on macOS and Microsoft Windows. This speeds up all operations that run the progress bar with overly-fine resolution. Bug 796761 - Newline (char(10)) is inserted into the end of the string if copy & paste text from excel into the description field of transaction Bug 797787 - Feature request: preference setting to open new tabs adjacent to currently active tab tests preference; if enabled then new tab inserted after current. if disabled then new tab is at the end. Bug 797928 - Since last run asks for security price when no shares traded Bug 798093 - Changing the symbol/abbreviation of a security after the trading account was created breaks GnuCash.(Reopened) Bug 798133 - Gnucash crash when any custom action is entered Bug 798144 - Reconciliation uses different number than entered If a number was pasted into the balance end value with a currency symbol the number would silently fail on evaluate and cause the wrong value to be used. With previous changes to the GNCAmountEdit widget a warning symbol will indicate a validation error and prevents going forward. Bug 798148 - "Accounts" page Present (USD) column uses future prices Bug 798151 - Value entry box not tied to associated transaction in Since Last Run assistant Bug 798156 - glib 2.68.0 breaks gnucash Bug 798159 - Keyboard shortcut bug in 'manage document link' Bug 798162 - Type Ahead Initialization Problem Bug 798170 - Unbound variable: gnc-budget-lookup when running saved report Budget Report via gnucash-cli Bug 798177 - Price of new stock transactions not saved in price database Bug 798186 - Incorrect result editting account in register when overtyping a part selection. Bug 798188 - The Invoice Editor -> Printable Invoice toolbar button crashes on Windows Bug 798196 - not building with Boost 1.76 Bug 798199 - Pasting invalid value in date column crashes GnuCash Bug 798202 - Register input ignores theme on KDE rendering black text on black background Bug 798203 - g_assert fault while reversing transaction Bug 798204 - Creation of Imbalance Accounts Bug 798212 - right-click the down-arrow in the date register changes focus to first split The following fixes and improvements were not associated with bug reports: Improve transaction sorting on effective num field so that alpha charachters and numbers larger than 1 billion will be ordered. Ordering is now numeric for leading numbers (so that 9 sorts before 10) and lexical beginning with the first non-numeric character. Note that if one of the values begins with an alpha character ordering will be entirely lexical. Lexical sorting is localized; as in the rest of GnuCash only standard ASCII numbers (codepoints U+0030 - U+0039) are treated as numbers. Add import preferences for the difference in time considered when matching an existing transaction to an imported one. A difference less than the matching-date-threshold raises the score of the match; a difference greater than match-date-not-threshold lowers the score. Add experimental report "IFRS weighted-average cost basis report". This is a work-in-progress to help calculate the cost basis of securities priced in a foreign currency. [income-gst-statement] amend headers post Brexit. UK left EU, therefore VAT headers have now changed. Plug a bunch of memory leaks. Change how the print_info is obtained for the register: Currently the register sets up some 'print_info' values using the default account but if the register is a stock register they should be obtained from a parent account with a currency. Change monetary value for gnc_default_share_print_info: Share values are not currencies so set the monetary value to 0 for the GNCPrintAmountInfo Parse the register monetary cells for a currency symbol: Add the ability to strip the currency symbol from a registry monetary cell if it is pasted with one so it can be validated. SKR-49 Account Template: Add codes 4500-4504, drop a duplicate, correct code 0674. [gnc-plugin-page-register] Disable reverse on blank split Make balancing transactions with trading accounts easier by removing and recalculating all trading splits. This ensures that there will be only one trading split pair per exchange and relieves the user of having to adjust the trading splits to match the accounting splits. Don't bother scrubbing for orphans if there's no transaction currency. If it found one it would try to create an orphan account with no currency which will crash later. [chartjs] upgrade chartjs to 2.9.4. Fixes CVE-2020-7746 [report-core] disallow define-report with incomplete export info. If exporting is allowed, 'export-types and 'export-thunk must both be defined. [test-engine-extras] augment book data generators ignore .vscode folder Reorder and relabel price source list for better coherence Python Bindings: Provide a deprecated GncPriceDB.lookup_latest_before_t64 to avoid breaking user scripts. Update gnucash_core.py with gnc-pricedb function name change Change some functions to use const gnc_commodity for gnc_pricedb Reformat schedule transaction source files for white space Add depreciation warnings for the removal of individual option tool tips Remove individual tool tips from radio button options Removes the function gnc_option_permissible_value_description ESC key was not working on load of Scheduled Transaction Editor [budget.scm] show correct tooltip for report option [html-acct-table] Remove unused 'pre-adjusting balances option Bugfix: export-code for category-barchart reports would fail. This stems from trying to handle file-name when calling export code. Export code no longer require file-name, The export-code returns a string in the html-document object instead. Remove all file-name handling in reports. No backward compatibility issues because most users would not copy a GnuCash >=4.6 report code onto a <4.5 installation. [gnucash-cli] improve discoverability of export-type. Formerly, selecting --export-type EXT would dump the cryptic "Report REPORTNAME has no export code". Modify to hint the user on acceptable reports with export-code. New API [report-utilities] Functions to dump splits in whole book: gnc:dump-book - splits grouped by account gnc:dump-all-transactions - splits grouped by transaction gnc:dump-split - dumps single split Rename a couple of gnc-pricedb functions that have not been used: gnc_pricedb_lookup_latest_before_t64 to gnc_pricedb_lookup_nearest_before_t64 gnc_pricedb_lookup_latest_before_any_currency_t64 to gnc_pricedb_lookup_nearest_before_any_currency_t64 Add retrieval functions for price before the date given: gnc_pricedb_convert_balance_nearest_before_price_t64 that retrieves the balance using the last price dated before a specified date like today for the preset value. gnc_pricedb_get_nearest_before_price does the retrieval. Deprecations gnc:get-start-next-year gnc:get-end-next-year gnc:get-start-next-month gnc:get-end-next-month gnc:get-start-next-quarter nc:get-end-next-quarter gnc:get-one-month-ago gnc:get-one-month-ahead gnc:account-code-less-p gnc:account-name-less-p
2021-06-25py-ofxparse: updated to 0.21adam2-7/+7
0.21: fix travis
2021-06-24py-braintree: updated to 4.10.0adam2-7/+7
4.10.0 Add payment_reader_card_details parameter to Transaction.sale Add webhook sample for GrantedPaymentMethodRevoked Add chargeback_protection_level to DisputeSearch Add skip_advanced_fraud_checking to: PaymentMethod.create and PaymentMethod.update CreditCard.create and CreditCard.update
2021-06-14finance/ruby-activemerchant: update to 1.121.0taca2-7/+7
1.121 (2021-06-08) * Braintree: Lift restriction on gem version to allow for backwards compatibility [naashton] #3993 * Payment Express/Windcave: Send amount on verify calls [cdmackeyfree] #3995 * Orbital: Use billing_address name as fallback [curiousepic] #3966 * vPOS: handle shop_process_id correctly [therufs] #3996 * Checkout v2: Support metadata field [saschakala] #3992 * Adyen: Support networkTxReference field [naashton] #3997 * Paypal Express: Enable PayPal express reference transaction request to send merchant session id [janees-e] #3994
2021-06-05py-stripe: updated to 2.58.0adam3-8/+11
2.58.0: * Add support for new `TaxCode` API.
2021-06-03finance/ruby-braintree: update to 4.1.0taca3-9/+15
4.1.0 (2021-05-25) * Add payment_reader_card_details parameter to Transaction.sale * Add webhook sample for GrantedPaymentMethodRevoked * Add skip_advanced_fraud_checking to: - Customer#create and Customer#update - PaymentMethod#create and PaymentMethod#update - CreditCard#create and CreditCard#update * Include rexml in Gemspec (fixes #214) * Fix incorrect error code constants (fixes #213) - PaymentMethodNonceConsumed is now 93107 - CannotForwardPaymentMethodType is now 93106 4.0.0 (2021-05-10) * Breaking Changes - Update gemspec to require ruby >= 2.6.0 - Remove ExternalVault::CardTypeIsInvalid error code - Remove RiskData::CustomerBrowserIsTooLong error code - Remove paypal_vault_without_upgrade parameter from PaymentMethod#create - Add PaymentMethodNonceDetails and PaymentMethodNonceDetailsPayerInfo o PaymentMethodNonce#details is now an instance of PaymentMethodNonceDetails rather than a hash o PaymentMethodNonceDetails#payer_info is now an instance of PaymentMethodNonceDetailsPayerInfo rather than a hash * Add phone_number to Address * Add paypal_messages to Dispute * Add tax_identifiers parameter to Customer.create and Customer.update * Add chargeback_protection_level into dispute search * Make libxml-ruby an optional dependency instead of required (addresses JRuby incompatibility issues raised in #203 and #205)
2021-06-03finance/ruby-activemerchant: update to 1.120.0taca3-8/+10
1.120.0 (2021-05-31) * Stripe PI: ensure setup_future_sage and off_session work when using SetupIntents. * Orbital: Update commit to accept retry_logic in params [jessiagee] #3890 * Orbital: Update remote 3DS tests [jessiagee] #3892 * Mercado Pago: support Creditel card type [therufs] #3893 * Payeezy: Update error mapping [meagabeth] #3896 * HPS: Add support for stored_credential [cdmackeyfree] #3894 * Orbital: Ensure payment_detail sends for ECP [jessiagee] #3899 * Payeezy: Update error_code_from method [meagabeth] #3900 * Worldpay: Add support for statementNarrative field [meagabeth] #3901 * Mercado Pago: Give ability to pass capture option in authorize txn field [naashton] #3897 * Orbital: Ensure correct fields sent in refund [jessiagee] #3903 * WorldPay: remove some defaults in billing address [carrigan] #3902 * Adyen: Support for General Credit [naashton] #3904 * Worldpay: reintroduce address1 and city defaults [carrigan] #3905 * Stripe: ensure potentially nested data is scrubbed #3907 * Stripe PI: Send Validate on Payment Method Attach [tatsianaclifton] #3909 * Adyen: Update handling of authorization returned from gateway [meagabeth] #3910 * Update gateway templates for Rubocop compliance [therufs] #3912 #3895 * Orbital: Send AVSname for all eCheck transactions [jessiagee] #3911 * Litle: update support of customerId field [cdmackeyfree] #3913 * Payment Express: fix signature for verify [therufs] #3914 * Forte: Send xdata fields [dsmcclain] #3915 * PaywayDotCom: Add New Gateway [DanAtPayway] #3898 * Orbital: Remove unnecessary requirements [jessiagee] #3917 * SafeCharge (Nuvei): Add network tokenization support [DStoyanoff] #3847 * Stripe PI: Enhance testing of SetupIntents API #3908 * SafeCharge (Nuvei): Fix NT related bug [jimilpatel24] #3921 * Worldpay: Only override cardholdername for 3ds tests [curiousepic] #3918 * Orbital: Add support for general credit [meagabeth] #3922 * Banco Sabadell: Ensure sca_exemption field is used #3923 * Redsys: Refactor XML character escape logic #3925 * HPS: Strip zip codes of non-alphanumeric characters [dsmcclain] #3926 * Orbital: $0 PreNote using authorize for eCheck force_capture [jessiagee] #3927 * Worldpay: synchronous response changes [naashton] #3928 * PaywayDotCom: Add more thorough scrubbing [tatsianaclifton] #3929 * Remove CONTRIBUTING.md and update README.md to reflect new repository wiki [dsmcclain] #3930 * Qvalent: Add customer_reference_number [fredo-] #3931 * Orbital: Add 'ND' ECPActionCode to $0 Prenote Check [jessiagee] #3935 * Checkout: Add support for stored_credential [meagabeth] #3934 * Credorax: Add support for 3ds_reqchallengeind [dsmcclain] #3936 * Adyen: cancelOrRefund endpoint when passed as option [naashton] #3937 * Qvalent: Add customer reference number FIX [fredo-] #3939 * Orbital: Pass line_items in capture [jessiagee] #3941 * BraintreeBlue: Add support for $0 auth verification [meagabeth] #3944 * JCB: Add additional BIN ranges [dsmcclain] #3946 * vPOS: Support new gateway type [therufs] #3906 * Braintree: Add support for AVS and CVV results in $0 credit card verification transactions [meagabeth] #3951 * Braintree: Return cvv_code and avs_code in response [meagabeth] #3952 * vPOS: Stringify values [therufs] #3954 * Payeezy: Send level2 fields [dsmcclain] #3953 * Credorax: adjust logic for sending 3ds shipping address fields [dsmcclain] #3959 * Orbital: Ensure ECP always sends AVSName [jessiagee] #3963 * Orbital: Add middle name to EWSMiddleName for ECP [jessiagee] #3962 * Support Canadian Bank Accounts [naashton] #3964 * Windcave/Payment Express: Add support for AvsAction and EnableAVSData fields [meagabeth] #3967 * CyberSource: Update XML tag for merchantDefinedData [meagabeth] #3969 * Elavon: Send ssl_vendor_id field [dsmcclain] #3972 * Credorax: Add support for echo field [meagabeth] #3973 * Worldpay: support cancelOrRefund via options [therufs] #3975 * Payeezy: support general credit [cdmackeyfree] #3977 * Ripley and Hipercard: Add BIN ranges [naashton] #3978 * Adyen: Default card holder name for credit cards [shasum] #3980 * PaywayDotCom: make source_id a required field [dsmcclain] #3981 * Qvalent: remove pem_password from required credentials [dsmcclain] #3982 * Authorize.net: Fix stored credentials [tatsianaclifton] #3971 * CyberSource: Add support for multiple new fields [dsmcclain] #3984 * CASHNet: Update gateway adapter [dsmcclain] #3986 * Elavon: Send ssl_vendor_id field via options on gateway initialization [dsmcclain] #3989 * Braintree: Bump required braintree gem version to 3.0.1 #3987
2021-05-30finance/rates: update to 0.5.0pin2-7/+7
-Improve input handling
2021-05-29cpuminer: typo in the RC scriptkhorben2-3/+4
Bumps PKGREVISION.
2021-05-29cpuminer: appease pkglint(1)khorben1-4/+3
This simply corrects the order of variables; NFCI.
2021-05-29cpuminer: update to version 2.5.1khorben4-12/+39
This release adds support for bech32 addresses (BIP 173). While there, this applies a patch from upstream to fix the build on Aarch64, and improves the RC script provided.
2021-05-25finance/rates: update to 0.4.0pin3-8/+28
-Hot fix for broken API
2021-05-25bitcoin: updated to 0.21.1adam2-8/+7
0.21.1 change log Consensus * Speedy trial support for versionbits (ajtowns) * Speedy trial activation parameters for Taproot (achow101) P2P protocol and network code * allow CSubNet of non-IP networks (vasild) * Avoid UBSan warning in ProcessMessage(…) (practicalswift) Wallet * Introduce DeferredSignatureChecker and have SignatureExtractorClass subclass it (achow101) * Avoid requesting fee rates multiple times during coin selection (achow101) RPC and other APIs * Disallow sendtoaddress and sendmany when private keys disabled (achow101) Build system * link against -lsocket if required for *ifaddrs (fanquake) * Fix MSVC build after gui-176 (hebasto) Tests and QA * Add fuzzing harness for versionbits (ajtowns) * fuzz: Bump FuzzedDataProvider.h (MarcoFalke) * fuzz: Update FuzzedDataProvider.h from upstream (LLVM) (practicalswift) * Update vcpkg checkout commit (sipsorcery) * fuzz: Bump FuzzedDataProvider.h (MarcoFalke) * Fix the unreachable code at feature_taproot (brunoerg) * Test that a fully signed tx given to signrawtx is unchanged (achow101) * Make sure non-IP peers get discouraged and disconnected (vasild, MarcoFalke) * fuzz: cleanups for versionbits fuzzer (ajtowns)
2021-05-24*: recursive bump for perl 5.34wiz9-16/+18
2021-05-20py-stripe: updated to 2.57.0adam3-8/+17
2.57.0 * Add support for Identity VerificationSession and VerificationReport APIs
2021-05-17finance/rates: update to 0.3.0pin3-139/+104
0.3.0 ===== -Update Cargo.lock -Add better input handling with structopt 0.2.1 ===== -Switch from openssl to rustls
2021-05-15electrum: install desktop files on all operating systemsnia4-3/+23
not just FreeBSD and Linux
2021-05-06py-braintree: updated to 4.9.0adam3-8/+11
4.9.0 Add paypal_messages to Dispute Add tax_identifiers parameter to Customer.create and Customer.update
2021-05-04finance/ruby-braintree: update to 3.4.0taca3-9/+9
3.4.0 (2021-04-12) * Add local_payment_reversed webhook notification * Add Transaction.adjust_authorization method to support for multiple authorizations for a single transaction * Add merchant_account_id parameter to Transaction#refund * Add store_id and store_ids parameters to Transaction#search * Add support for ActiveSupport::TimeWithZone when generating XML (thanks @Tonkpils!)
2021-05-03*: Bump PKGREVISION for ghc-9.0.1pho5-7/+10
2021-04-26Add a comment about the kludgepho1-1/+9
2021-04-24finance/rates: reset maintainerpin1-2/+2
2021-04-24I forgot to add the PLIST filepho1-0/+204
2021-04-24Update to hledger-1.21pho5-35/+92
The change log is too long to paste here. See http://hackage.haskell.org/package/hledger-1.21/changelog
2021-04-24Update to hledger-lib-1.21pho5-27/+314
The change log is Too long to paste here. See http://hackage.haskell.org/package/hledger-lib-1.21/changelog
2021-04-24Update to Decimal-0.5.2pho4-38/+32
No change logs are provided by the upstream.
2021-04-21revbump for boost-libsadam6-12/+12
2021-04-21revbump for textproc/icuadam4-7/+8
2021-04-16py-braintree: updated to 4.8.0adam3-8/+11
4.8.0 Add LocalPaymentReversed webhook Add store_id and store_ids to Transaction.search
2021-04-09propagate python incompatibilitiestnn2-4/+4
2021-04-09revert wrong fix for py-scipy python 3.6 deprecation, fix properlytnn2-4/+4
2021-04-07Unbreak bulk builds.nia2-4/+4
A dependency became incompatible with Python 3.6.
2021-04-05py-braintree: updated to 4.7.0adam2-7/+7
4.7.0 Add merchant_account_id to Transaction.refund Add Transaction.adjust_authorization method to support for multiple authorizations for a single transaction
2021-04-01gnucash-docs: update to 4.5.wiz3-8/+221
4.5 - 28 March 2021 o Bug 798089 - Starting "Tutorial and Concepts Guide" writes namespace error to console o Add wiki links about Online Banking Setup o Online banking: Table of protocols o Rewording of tools abstract o Add IDs to all html chunks of help o Explain default sort order and a partial review of the register view menus. o Update links about tax report … o New section &quot;Country Specific Reports&quot;<p>Moved US:TXF, added de:ElStEr o Report: Join several notes in one footnote o Several updates in report-create o Guide: New year o Update saved-reports location o Update copyright year of german guide o Specify ISO currencies in overview (English, German)
2021-04-01gnucash: update to 4.5.wiz4-8/+39
Fix build with glib 2.68. GnuCash 4.5 Released The GnuCash development team announces GnuCash 4.5, the sixth release in the stable 4.x series Between 4.4 and 4.5, the following bugfixes were accomplished: Bug 783283 - Multi-Currency payments use wrong date Bug 797621 - GnuCash freezes temporarily and sometimes crashes when selecting Sales Tax Table in Invoices Bug 797630 - Check for missing dependencies of 'Get Quotes' to avoid Gnucash crash. Bug 797906 - GnuCash data file is locked after a "save-as" to mysql database. Bug 797924 - Crash when searching for customer to process payment. Bug 797997 - File gnucash could note be found Bug 798019 - Currency rates in OFX file are ignored Bug 798044 - Adding splits to a lot is extremely slow Bug 798060 - Invoices are missing on Customer report after upgrade Bug 798070 - Opening balance does not update when creating account from Account Hierarchy Bug 798078 - Report 'Income Chart' prints stacktrace when end date before start date Bug 798085 - Incorrect transactions import of entires with large number amount Bug 798093 - Changing the symbol/abbreviation of a security after the trading account was created breaks GnuCash. Bug 798096 - can't duplicate TX previous to red line threshold Bug 798098 - Crash popup show when have 3 Windows in OSX Bug 798100 - Equity totals calculating incorrectly Bug 798101 - Do not #undef __STRICT_ANSI__ Bug 798104 - Menu item for "Import Account" is wrong in danish Bug 798112 - An error occurred while processing mysql ... Bug 798132 - Invoice Importing crashes when importing low quantity values. Bug 798135 - GtkEntry text with search list: shows selected entry again for no reason Bug 798147 - Notes entry crashes program Bug 798149 - CSV transaction Import setting loses account name if it is changed after setting is memorized Bug 798150 - Error on report over time Bug 798154 - Tooltips wrong when multiple charts in one report The following fixes and improvements were not associated with bug reports: Fix building based on unix makefiles Make the chart on the report page icon larger to align better with the account page icon. Allow the context menu when GncCellRendererTextView is in edit mode. Restructure early locale initialization Fix GncDateTime::format_zulu to emit the UTC timezone instead of the GncDateTime's timezone with the UTC timestamp. Fix the implementations of gnc_foo_get_day_neutral. As implemented these returned 10:59 AM local on the day but neutral time is 10:59 UTC. gnc_invoice_window_print_invoice return NULL if invoice is NULL. [dialog-invoice] invoice editor reuses invoice report tab. Allow for Header Bar use in CSV transaction Assistant Drop default locale currency special case for euro Fix fencepost error in calculating the week_num for POSIX timezone rules. Include the contents of PROJECT_DESCRIPTION in the PACKAGE_PREFIX. Update python/gnucash_business.py to reflect rename of gncOwnerApplyPayment. I18N: don't mark "<<", ">>" translatable From Budget editor, add toolbar and Edit menu to run budget report [gnc-plugin-page-budget] change note icon to a note page Allow the find account dialog position to be saved when using 'X' Update price database for imported transactions. Replace g_memdup by memcpy [html-fonts] Prevent sup/sub from affecting baseline Replace stat calls with GFile to retrieve last modified info [gnc-tree-model-split-reg.c] use xaccSplitListGetUniqueTransactionsReversed [Split.c]New function xaccSplitListGetUniqueTransactionsReversed [gnc-recurrence.c] avoid O(N^2) children traversal Ensure that any GncMainWindows containing no tabs are destroyed at shutdown. I18N: drop translatable flag from "xxx" dummies and remove trailing spaces from translatable strings Update Form/Schedule line references for 2020 for the US Income Tax Report. Fix build with glib2 2.67.x. [balsheet-pnl] Use last day of the month prices instead of first day of next month. [options.scm API] Remove canonically-tabbed parent-subtotal-mode Accommodate Gwenhywfar 5.5.0 signature change for some GUI callbacks. L10N: Move translation authority for Turkish from the GNU Translation Project to Weblate. Make prototypes static for autoclear unit test, fixes build on Debian Buster. [income-gst-statement] trep-engine currency section moved [test-scm-utilities] test-end properly so that test failures set the exit code correctly Create opening balance accounts only when there are opening balances. [qif-file.scm] Don't use match as an identifier Change the CSV export account tree header line [new-owner-report] Don't create empty rows on report when splits have no entry in the memo field. [gnc-report] dump backtrace to console when report crashes [report-core] remove 2.6/2.4 compatibility code [gnucash-commands.cpp] display report errors to stderr New API [report-core.scm] create and expose gnc:render-report [report-core.scm] create and expose gnc:render-report [gnc-plugin-page-report] add gnc_plugin_page_report_reload Deprecations [c-interface.scm] deprecate gnc:last-captured-error [report-core] deprecate gnc:restore-report-by-guid gnc:get-three-months-ago gnc:get-six-months-ago gnc:get-one-year-ago gnc:get-three-months-ahead gnc:get-six-months-ahead gnc:get-one-year-ahead traverse-list->vec traverse-vec->list New and Updated Translations: Bodo, Croatian, Danish, Dutch, English (United Kingdom), Finnish, French, German, Greek, Hebrew, Hindi, Indonesian, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Turkish, Ukrainian, Urdu, Vietnamese