SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for gnucash-lang-2.6.18-1.2.CS.noarch.rpm :

* Sun Nov 05 2017 badshah400AATTgmail.com- Update to version 2.6.18: + Added Catalan Accounts for the New Account Assistant. + Fixed errors from loading init.py. + Run the python bindings tests in a CMake build. + Implement dist, distcheck, and uninstall targets for CMake build. + Bugs fixed: bgo#644898, bgo#647805, bgo#771246, bgo#784284, bgo#787479. + Updated transactions.- Change Source url to one that works correctly with source services: the previous url was downloading a tarball called \"download\"; in addition, the new url is also less clumsy looking.- Upstream tarball is tagged 2.6.18-1; however, the configure.ac as well as the versioned directory in the tarball refer to the version as 2.6.18, so use this as the Version in the spec file.
* Thu Jul 20 2017 zaitorAATTopensuse.org- Update to version 2.6.17: + Properly define the template namespace rather than using a local string everywhere. + Correctly store time64 0 in the SQL backend: The SQL backend ignored time64 0 when saving dates. time64 is a perfectly valid timestamp (1970-01-01 00:00:00) and should be stored. + Clamp time64 values passed to GDateTime functions to the valid range. Fixes a bug reported on the mailing list wherein a date of 0000-00-00 in a MySql database would crash GnuCash. Such dates may come from a bad conversion of 1970-01-01 or from a crash. + Add XSU to iso-4217-currencies. + Some banks include additional purpose information for a transaction in non-swift-section 17 (aka transaction text). If available, this transaction text is put in front of the other purpose texts to provide full transaction information. Adds a preference to control import behaivour of transaction text. + Bugs fixed: bgo#603379, bgo#776396, bgo#780845, bgo#780889, bgo#781634, bgo#782274, bgo#782897, bgo#783095, bgo#784317.- Fix Source Url yet again, hopefully for the last time.
* Wed Mar 29 2017 sfalkenAATTopensuse.org- Update to version 2.6.16: + Use \"Billing Information\" as in other biz modules + Update local symbol for MUR. + Online banking: Add output of bank messages that might occasionally be received. + Allow only date entry for opening balances on new accounts. + Enable taxinvoice to show net price: Add gncEntryGetNetPrice. Create an option in taxinvoice to either use gncEntryGetNetPrice or gncEntryGetPrice + Make SQL full-DB sync safer and clean up automatically if it\'s interrupted by a system or network failure. + Extend account color to all columns in the account hierarchy page + Localize the word “CURRENCY” used in the commodity namespace selectors. + The following translations have been updated: Catalan, Dutch, Finnish, German. Portuguese, Russian, Serbian. + Bugs Fixed: bgo#516920, bgo#603379, bgo#670731, bgo#739571, bgo#759934, bgo#766630, bgo#767032, bgo#773945, bgo#776247, bgo#776380, bgo#776494, bgo#776517, bgo#776564, bgo#778208, bgo#779217, bgo#779217, bgo#779411, bgo#777875, bgo#777949.
* Fri Mar 10 2017 sfalkenAATTopensuse.org- Edited %files to clear unpackaged files builderror due to changes from rpm 4.13 and doc macro handling.
* Thu Jan 19 2017 chrisAATTcomputersalat.de- Update to version 2.6.15: + Fix report html header. + Changed the default value for date format in Business Options. + Change report resizing when not in view. + Add an image for the report tab. + Show empty business splits in lot viewer. + Business check & repair - correct lot invoice state. + When juggling business splits while scrubbing set both value and amount. + Update progress bar while running Check & Repair. + Remove lot from account while deleting the lot. + Ensure that the Namespace combo box is initialized to a valid iter. + Fix CSV importer to handle GMT + 13 Timezone (New Zealand Daylight). + Fix broken german account template \'Kontenrahmen für Wohnungswirtschaft\'.Time). + Bugs fixed: bgo#340991, bgo#516920, bgo#685329, bgo#769124, bgo#770364, bgo#771246, bgo#771617, bgo#772313, bgo#772369, bgo#772382, bgo#772484, bgo#773808, bgo#774237, bgo#775368, bgo#775385, bgo#775567, bgo#775912. + Updated translations.
* Wed Nov 02 2016 dimstarAATTopensuse.org- Update to version 2.6.14: + Build improvements with CMake, accomodation for Guile-2.0.12 on Gentoo. + Change the date_posted timestamp from midnight local to 11:00 AM GMT, which will be the same date in nearly all timezones. + SX - Recalculate all occurrences of all SX if the calendar is updated to start on another month. + SX Window: correctly show first sx on calendar when it is moved to next weekday. + Work around libofx bug which caused OFX imports to have the wrong date_posted when in an eastern-hemisphere timezone and not daylight time. + Indicate in the register when a transaction has an associated file or URI. The indicator will appear in the \"reconciled\" column in the second transaction line (enable double-line view to see it). + Bugs fixed: bgo#643025, bgo#733153, bgo#742461, bgo#756416, bgo#761667, bgo#762901, bgo#769730, bgo#769746, bgo#770113, bgo#770136, bgo#770181, bgo#770196, bgo#770303, bgo#771246, bgo#771379.- Changes from version 2.6.13: + Check printing: make logic easier to follow. + Fix adjust_sql_option_string test on Windows. + Don\'t try to compile test_adjust_sql_options on windows, it won\'t link. + Fix the CMake build by linking gnc-backend-dbi for test-backend-dbi. + Improved adjust_sql_options_string, added tests. + Improve quickfill performance on huge registers. + Mac Localization: Prefer the country to the language for fall-back locales. + Update README to refer to wiki Submitting_Patches and regarding pull request policy. + Bugs fixed: bgo#637004, bgo#736352, bgo#748983, bgo#760021, bgo#761672, bgo#764248, bgo#764871, bgo#765859, bgo#766028, bgo#766200, bgo#766688, bgo#766960, bgo#767824. + Updated translations.- Drop gnucash-libdbi-0.9.patch: fixed upstream.
* Tue Jun 21 2016 zaitorAATTopensuse.org- Update to version 2.6.12: + Various memory leaks. + More multi-currency fixes related to bgo#763146. + Be more liberal in accepting business counter custom formats: li, lli, I64i, and whatever is defined to G_GINT_64 or PRIx64 on the system on which GnuCash is compiled. + Correctly re-value splits when the transaction currency is changed. + Reset the transaction currency to match the currently open account when auto-completing. + Refine the MacOS X localization when the system-generated POSIX locale isn\'t a supported locale: Prefer the country to language when selecting an alternate locale, but still pass the original language to gettext. + Check printing: extract address from invoice/bill for payment transactions. + Bugs fixed: bgo#482186, bgo#620281, bgo#642292, bgo#687504, bgo#693342, bgo#719904, bgo#720934, bgo#722996, bgo#723689, bgo#728074, bgo#728722, bgo#733164, bgo#742352, bgo#744157, bgo#754209, bgo#754856, bgo#756469, bgo#760015, bgo#760529, bgo#760711, bgo#762971, bgo#763111, bgo#763146, bgo#763279. + Updated translations.- Replace guile-devel for pkgconfig(guile-2.0) BuildRequires following upstream changes, configure now looks for this correctly.
* Wed Jan 27 2016 dimstarAATTopensuse.org- Require python-gnucash from the main package: silence a warning on startup.
* Tue Jan 12 2016 dimstarAATTopensuse.org- Update to version 2.6.11: + Correct a QIF import regression. + Add Account.AssignLots to python bindings. + Allow panel that provides information about TXF categories to be adjusted by the user in the Income Tax Information dialog under Edit->Tax Report Options. + Bugs fixed: bgo#680104, bgo#756335, bgo#759570, bgo#759674, bgo#759859, bgo#760052, bgo#760079, bgo#760398.- Changes from version 2.6.10: + Bugs fixed: bgo#627692, bgo#646129, bgo#662126, bgo#742321, bgo#745101, bgo#746155, bgo#754192, bgo#754533, bgo#755781, bgo#756335, bgo#756339, bgo#756720, bgo#757378, bgo#759224, bgo#759294.- Changes from version 2.6.9: + Bugs fixed: bgo#755920, bgo#755778, bgo#755781.- Changes from version 2.6.8: + Bugs fixed: bgo#724738, bgo#746998, bgo#747795, bgo#749077, bgo#752035, bgo#752204, bgo#752879, bgo#753146, bgo#754617, bgo#754764. + Updated translations.
* Mon Sep 07 2015 dimstarAATTopensuse.org- openSUSE Leap 42.1 (suse_version = 1315, is_opensuse = 1) also contains an updated libdbi, thus we need to apply patch gnucash-libdbi-0.9.patch in this case.
* Wed Jul 08 2015 zaitorAATTopensuse.org- Update to version 2.6.7: + Fix hidden panes in lot viewer. + Fix some abs() errors from new clang and gcc versions. + Fix dbi driver detection on linux and similar. + Improve \"Auto pay on posting\" message. + Enable travis continuous integration tests on the gnucash repository. + Bugs fixed: bgo#681225, bgo#739271, bgo#744858, bgo#746792, bgo#734183, bgo#746163, bgo#746873, bgo#747812, bgo#747377, bgo#740955, bgo#747300, bgo#746977. + Updated translations.
* Tue Apr 07 2015 dimstarAATTopensuse.org- Update to version 2.6.6: + Let CPAN and ActiveState package managers take care of dependencies instead of explicitly installing a few of them directly. + Correct the number field displayed in the reconcile window to correspond with the source specified in File->Options. + Fix some bugs found by SWIG version 3.0.5. Prior to version 3.0.3 SWIG silently ignored invalid preprocessor directives. + Scrubbing Improvements, including avoiding a potential infinite loop. + Remove build and run of no-longer-existant intl-scm/guile-strings. + Rewrite gnc-test-env in perl. This eliminates another guile dependency in the build chain. + Switch from guile to xml to manage our iso-currencies source file. + Numeric values with more than commodity smallest fraction get silently dropped. + Update US Income Tax data to reflect minor changes for 2014. + Advanced portfolio should respect report date when looking for other income/expense. + Improve income and expense reporting in advanced portfolio report. + Accept prices of the form n.nnne[+-]nn, i.e. with an exponent. An example requiring this is currency conversion from IDR to USD. + Added Lithuanian language business accounts. + Fix crash when running check & repair on an open AP/AR register. + Bugs fixed: bgo#619899, bgo#649933, bgo#672760, bgo#721196, bgo#723409, bgo#727466, bgo#727647, bgo#731889, bgo#733685, bgo#738749, bgo#739228, bgo#739584, bgo#740471, bgo#741228, bgo#742089, bgo#742332, bgo#742624, bgo#743609, bgo#743807, bgo#745265, bgo#745354, bgo#746517, bgo#746977. + Updated translations.- Rebase gnucash-cpan-warning.patch.
* Wed Mar 04 2015 dimstarAATTopensuse.org- Switch to guile 2: + Change libguile1-devel BuildRequires to guile-devel. + Change guile1 Requires to guile. + Drop obsolete conditions to work around guile1 packaging issues in older openSUSE releases.
* Wed Jan 28 2015 zaitorAATTopensuse.org- Update to version 2.6.5: + Pre-compile scm files when building with guile 2. + Fix build-time hard-coded path introduced by the guile2 compile changes. + Prevent crash when standards-report dir doesn\'t exist. + QIF Import crashes when closing via the \'X\' button on the last page. + Omit extension on calls to load-extension. + Use one common base directory to store all scheme files and modules. + Guile module structure cleanup. + Harmonize variable names used to refer to guile modules in all makefiles. + Add missing comma in call to gtk_tree_store_set(). + Revert to using numerical indexes for the x-axis on bar charts. + Aqbanking: Add display of aqbanking subaccountid in initial correspondence setup. + Aqbanking online SEPA transfer: Allow transfers without BIC, only IBAN. Also add IBAN checking. + Aqbanking transfer: Make IBAN and BIC text entry fields filter digits or alphas correctly as needed. + Adapt german SKR03 account template to updated tax rate. + Allow GUILE1_PROGS as m4 name. + Add sv_AX, sv_FI, zh_HK, and zh_TW to Makefiles & configure. + Updated translations.- Drop gnucash-guile1.patch: Fixed upstream.
* Sat Oct 04 2014 novellAATTwhamra.com- Update gnucash-libdbi-0.9.patch: fix usage of internal function _gnucash-libdbi-0.9.patch (boo#898974).
* Tue Sep 30 2014 dimstarAATTopensuse.org- Update to version 2.6.4: + Add business lot scrubbing to Check & Repair->All/This transaction(s). + Add context to generic translatable string. + Add scrub function to reduce the amount of lot links used. + Add some date format checking and make sure generated dates are the correct user selected format, not always locale format. + Allow the ability to skip rows when importing transactions. + Always use the price we display to calculate the current value of an account. + Better period totals formatting in Invoices. + CSV Export: factor out function to generate regular expression. + CSV Import transform macro into function. + Convert ISO-8859-1 account chart templates to UTF-8. + Correct txf output to use a minus sign, rather than parenthesis. + Fix document type dispay for credit notes on owner report. + Fix test-backend-dbi segfault with libdbi-0.9.0. + Handle the case of scrubbing a lot link between two non-document lots. + Lots of refactoring. + Chart-of-Account Templates Updated. + Bugs fixed: bgo#120199, bgo#434462, bgo#509263, bgo#610202, bgo#630638, bgo#671615, bgo#688965, bgo#692249, bgo#695240, bgo#707243, bgo#711440, bgo#711567, bgo#719457, bgo#719457, bgo#720427, bgo#720934, bgo#722140, bgo#722200, bgo#723145, bgo#723442, bgo#725054, bgo#725366, bgo#726449, bgo#726888, bgo#727130, bgo#727338, bgo#728103, bgo#728717, bgo#728841, bgo#729157, bgo#729497, bgo#730255, bgo#731519, bgo#732545, bgo#733107, bgo#733283, bgo#733506, bgo#734183, bgo#736703. + Updated translations.- Rebase gnucash-cpan-warning.patch and gnucash-libdbi-0.9.patch.- Add gnucash-guile1.patch: properly detect GUILE1 on openSUSE. This patch replaces the sed hacks injecting GUILE1 into configure, but has a chance to land upstream.- Unconditionally run autoreconf now, as above patch is applied for all versions of openSUSE.- No longer export GUILE for configure: the patch above makes this work without hacks.
* Thu Jul 10 2014 dimstarAATTopensuse.org- Add gnucash-libdbi-0.9.patch: Fix build with libdbi-0.9.0+git23 and newer. Only applied on openSUSE > 13.1.5 (Factory, but not SLE12).
* Mon Mar 31 2014 mgorseAATTsuse.com- Update to version 2.6.3: + Fix resizing of columns in budget view. + Fix guile 2 stack overflow errors for large reports. + Fix basis calculation for FIFO or LIFO when less than one lot is sold. + Update Window and Menu item from \"Preconfigured-\" to \"Saved-\" Report and add lables to the dialog with help texts. + Aqbanking: SEPA transfer improvements - fix origin labels and add possibility to edit sender\'s name. + Bugs fixed: bgo#721196, bgo#721654, bgo#723975, bgo#724995, bgo#711567, bgo#726430, bgo#726891. + Updated translations.
* Fri Mar 07 2014 zaitorAATTopensuse.org- Update to version 2.6.2: + Advanced Portfolio Report have been reworked. + Bugs Fixed: bgo#497831, bgo#721472, bgo#721677, bgo#722123, bgo#722903, bgo#723051, bgo#723373, bgo#723644, bgo#724211, bgo#724426, bgo#724427, bgo#724578, bgo#724753, bgo#725131. + Updated translations.
* Tue Feb 18 2014 oheringAATTsuse.de- BuildRequire gtkmm-2.4 >= 2.24
* Sun Feb 02 2014 dimstarAATTopensuse.org- Update to version 2.6.1: + Bugs fixed: bgo#454827, bgo#553020, bgo#555182, bgo#605991, bgo#677489, bgo#721211, bgo#721251, bgo#721260, bgo#721290, bgo#721306, bgo#721447, bgo#721464, bgo#721576, bgo#721600, bgo#721607, bgo#721667, bgo#721770, bgo#721791, bgo#721825, bgo#721913, bgo#721929, bgo#721954, bgo#721966, bgo#722035, bgo#722123. + Updated translations.
* Thu Jan 23 2014 dimstarAATTopensuse.org- Do not remove %{_datadir}/doc: the about Dialog explicitly references LICENSE, AUTHORS and DOCUMENTS in this location.
* Sat Jan 04 2014 dimstarAATTopensuse.org- Update to version 2.6.0 (bnc#858502): + New Major release, see http://gnucash.org/2.6-release-tour.phtml for a tour through the new features. + Preferences have been migrated from GConf to GSettings. + New date handling which allows GnuCash to use dates after March 2038. + Guile-2 compatibility: GnuCash now requires either Guile-1.8 or Guile-2.0. + Documents outside of GnuCash, images of receipts for example, can now be linked to transactions, with the facility of opening them in the default application for the document type. + Cutsom Reports can now be saved without renaming the report, and modifications can overwrite an existing report. + The import assistant now finishes much more quickly after assigning contra-accounts. + GnuCash now requires Gtk+-2.24.0 and GLib-2.26.0. Most of the dependencies on obsolete libraries have been removed; only libgnomecanvas remains. Unfortunately the effort to rewrite the register code to use GtkTreeModel wasn\'t completed in time, so GnuCash is not on the cusp of converting to Gtk3. + The Business Module has been substantially revamped, including support for Credit Notes and import of customers and vendors from a CSV file. + The Num field in the register display is now optionally per-split, so for example a check number can be entered for the checking account split and an invoice number for the expense account split. + GnuCash can now open locked books read-only so that more than one user can view a file. GnuCash still does not support multiple simultaneous writers. + By agreement of all authors, GnuCash is now licensed under the GNU General Public License Version 2 or later rather than simply Version 2. This allows derivative works to be licensed under the GPL Version 3 if the author of such a work so desires. + Many bugfixes. + Updated translations.- Update License tag to GPL-2.0+, following upstreams relicensing.- Add %glib2_gsettings_schema_
* macros for schema handling.
* Sat Apr 20 2013 dimstarAATTopensuse.org- Update to version 2.4.13: + Bugs fixed: bgo#697133, bgo#697402. + Updated translations.
* Thu Apr 04 2013 dimstarAATTopensuse.org- Update to version 2.4.12: + Bugs fixed: bgo#696469, bgo#695423, bgo#661832, bgo#667093, bgo#680086, bgo#672364, bgo#638955, bgo#638971, bgo#680887, bgo#677488, bgo#632931, bgo#610648, bgo#680402, bgo#680613, bgo#680887, bgo#680576, bgo#680671. + Updated translations.- Rebase gnucash-cpan-warning.patch.
* Sun Aug 05 2012 dimstarAATTopensuse.org- For openSUSE 12.2, guile1 is sufficient (bnc#772490).
* Fri Aug 03 2012 dimstarAATTopensuse.org- Update to version 2.4.11: + Rewrite the tip-of-the-day parsing logic + Scheduled monthly transactions lose \"except on weekends\" setting when using MySQL (bgo#671323) + String fixes + Bugs fixed: bgo#611853, bgo#631611, bgo#632931, bgo#668196, bgo#669494, bgo#670727, bgo#674283, bgo#674494, bgo#674862, bgo#677570, bgo#677570, bgo#678214, bgo#678848.- Drop gnucash-fix-python-install.patch: upstream fixed.- Drop gnucash-tip-of-the-day.patch: upstream fixed.
* Sat Jul 21 2012 dimstarAATTopensuse.org- Add gnucash-tip-of-the-day.patch: Fix \"Tip of the day\" parsing when building with gcc 4.7: When making the text file tips-of-the-day, GnuCash expects \'gcc -E\' to preserve at least one of the whitespace lines between entries. However, this relies on behavior of \'gcc -E\' that isn\'t actually part of the spec, and is a historical accident. And it changed in gcc-4.7, such that all the whitespace is removed. Work around this by explicitly adding a newline in the sed expression. Pre gcc-4.7 there will be two newlines between tips, but this has no impact on the tip displaying code.
* Fri Feb 24 2012 vuntzAATTopensuse.org- Update to version 2.4.10: + Update txf.scm to reflect changes to US Income Tax Forms and Schedules for 2011. + Turn on AQBAnking 5. + Various code changes. + Windows-specific fixes. + Build fixes. + Bugs fixed: bgo#666849, bgo#667417, bgo#667900. + Updated translations.- Drop gnucash-glib-2.31.patch: fixed upstream.- On 12.1 and later, change back guile1 Requires to libguile1-devel: this is apparently still needed for some weird reason.- After discussion in bnc#743565, update license from GPL-2.0+ to SUSE-GPL-2.0-with-openssl-exception or SUSE-GPL-3.0-with-openssl-exception.
* Sun Feb 12 2012 dimstarAATTopensuse.org- Support building on openSUSE < 12.1 by conditionally changing: + libguile1-devel BuildRequires to guile-devel + guile1 Requires to guile + libguile1-devel Requires in the -devel package to guile-devel. + Don\'t do the hackery in %build to switch to guile1.
* Wed Jan 25 2012 vuntzAATTopensuse.org- Change libguile1-devel Requires to guile1: I don\'t think we need the devel package.
* Mon Jan 23 2012 pgajdosAATTsuse.com- Fuild against guile1 [bnc#724917]: + Drop gnucash-guile-2.0.patch: stop trying to port to guile 2.0. + Change guile-devel BuildRequires to libguile1-devel. + Change guile Requires to libguile1-devel. + Change guile-devel Requires in devel subpackage to libguile1-devel. + In %build, use some sed hacks and export GUILE environment variable to force the use of guile 1.x.
* Wed Jan 18 2012 vuntzAATTopensuse.org- Update to version 2.4.9: + Various code changes. + Don\'t install a script that is only used for building and testing. This fixes Secunia Advisory SA42048. + Bugs fixed: - bgo#457401: Enable printing for unposted invoices. - bgo#664764: Added Swedish chart of accounts for small businesses. - bgo#664862: Added new line chart report for assets. - bgo#630804, bgo#639082, bgo#642276, bgo#649362, bgo#658247, bgo#661383, bgo#662477, bgo#663368, bgo#663638, bgo#665202, bgo#665998, bgo#666329, bgo#667105, bgo#667276.- Drop gnucash-desktop.patch: fixed upstream.- Build python bindings: + Add python-devel BuildRequires. + Pass --enable-python-bindings to configure. + Create python-gnucash subpackage for the python bindings. + Add gnucash-fix-python-install.patch: correctly install the bindings so that they work. + Add call to autoreconf for the patch.- Add gtkmm support for plugins: + Add gcc-c++ and pkgconfig(gtkmm-2.4) BuildRequires. + Pass --enable-gtkmm to configure.- Remove %install_info_prereq PreReq and use of %install_info/%install_info_delete in scriptlets, following removal of an info page.
* Fri Jan 06 2012 vuntzAATTopensuse.org- Update to version 2.4.8: + Various code changes. + Bugs fixed: - bgo#644977: Add new Quicken Check 21 format. - bgo#655901: Fix build with guile 2.0. - bgo#365928, bgo#553432, bgo#612562, bgo#626970, bgo#645216, bgo#651522, bgo#658244, bgo#661721- Rebase gnucash-guile-2.0.patch.- Add gnucash-glib-2.31.patch: fix build with glib 2.31.
* Fri Dec 02 2011 cooloAATTsuse.com- Add automake and libtool BuildRequires to avoid implicit dependencies from prjconf.
* Mon Sep 26 2011 andrea.turriniAATTgmail.com- Fix typos in description.
* Wed Aug 03 2011 vuntzAATTopensuse.org- Update to version 2.4.7: + Various code changes. + Bugs fixed: - bgo#653056: Fix menu accelerators not working, crash on save-while-quitting. - bgo#646541: new invoice line items default to invoice open date instead of current date. - bgo#652257, bgo#652435, bgo#652377, bgo#632931, bgo#651889, bgo#651992, bgo#612562, bgo#652193. + Updated translations.
* Tue Jun 21 2011 pgajdosAATTnovell.com- Update to version 2.4.6: + Many style fixes for HTML reports. + Various other code changes. + Bugs fixed: - bgo#648554: SQL backend doesn\'t correctly save taxable flag on bills. - bgo#647242: Fix broken averaging for quarter or half-year step size - bgo#650241, bgo#650757, bgo#645221, bgo#620123, bgo#650163, bgo#650139, bgo#650138, bgo#649992, bgo#649608, bgo#646729, bgo#647945, bgo#644897, bgo#646268, bgo#644762, bgo#647360, bgo#647316, bgo#628342, bgo#629156. + Updated translations.- Add gnucash-guile-2.0.patch: fix build with guile 2.0.
* Fri Apr 29 2011 dimstarAATTopensuse.org- Update to version 2.4.5: + User-visible changes: - Improve message printed on screen - Note last stable version number + Build fixes. + Bugs fixed: bgo#645518, bgo#645640, bgo#64217 bgo#645173, bgo#641645, bgo#644688 + Updated translations.- Changes from version 2.4.4: + User-visible changes: - Implement automatic creation of stock account for newly imported OFX stocks. Only active if \"auto-create commodity\" is switched on in the preferences from r20376. - When setting the report print name, check whether this exact name has been used before. Append an increasing number if that was the case. - When setting a printer job name, remove slashes because they are not allowes in filenames. - Add the invoice number in the output printer job name, if an invoice report is printed. - Add option in OFX import to have newly encountered commodities automatically created. - Modify Tax Info on Account Page to display or not display sub-account info based on whether row is expanded. - Update page name if invoice/bill is renamed. - Present already open budget page if the user tries to open a budget more than once - Update page name if budget is renamed. + Bugs fixed: bgo#570042, bgo#644556, bgo#644557, bgo#642739, bgo#644036, bgo#521817, bgo#347265.- Changes from version 2.4.3: + User-visible changes: - Only show the Save As dialog at the end of the Hierarchy druid if it was called at the beginning of a new book, not when a hierarchy is added to from the actions menu. - Set a printer job name when printing reports and cheques - Fix invoice line ordering mismatch between register window and reports. - Add extra toolbar buttons as shortcuts for some business functions, \"New Invoice\" for now. The extra toolbar buttons are disabled until the user enables them manually in Preferences -> Business -> Extra buttons. - Implement command for changing the ordering of invoice entries by moving them up or down one row. - Extend the addr2/addr3 auto-completion also to the shipping addr2/addr3 lines. - Implement auto-completion on the addr2/addr3 lines of the \"New Customer\" dialog box. - Fix missing copying of invoice currency on \"Copy Invoice\". + Various other code changes. + Bugs fixed: bgo#635552, bgo#640357, bgo#640347, bgo#640328, bgo#639906, bgo#641832, bgo#642445, bgo#642284, bgo#641832, bgo#641909.- Changes from version 2.4.2: + User-visible changes: - Do not modify the entry\'s DateEntered when duplicating invoice to keep the entry ordering. - Open the newly created invoices for editing after import. - Make the splash screen stack as a regular window instead of stacking in front of everything else. - Finish SQL Backend Version Control. - Provide more detail in commit error when it\'s caused by a read-only book. - Throw an error and return if if the book is marked readonly. - Add a new option under Edit -> Preferences -> Date/Time for date completion. - Make it possible to include trading accounts in the Income Statement and Profit and Loss reports. - Implement \"Duplicate Invoice\" feature, where a new invoice is created as a copy of an old one with new date and new ID. - Make reconcile+update import action enabled by default because it\'s so useful. - Fix version number in welcome report. - Set sort order for GncEntry quickfill to LIFO by-date. - Activate balance averaging in account piechart report. - Add budget name to budget tab. - Add info about sub-accounts to Tax Info column on Accounts page. - A plugin to import CSV data as a new invoice or bill. - Add \"copy budget\" command to menu. - Fully implement auto-completion in the invoice entries on the description field, separately for bills or invoices. - Add a new report: Customer Summary. This report shows a table of all customers and the sales, profit, and markup in that table. - Add a new report: Future Scheduled Transaction Summary. - Improve GncEntry quickfill to create separate quickfills for invoices and bills. + Various other code changes. + Bugs fixed: bgo#639172, bgo#638621, bgo#502066, bgo#603334, bgo#638225, bgo#638962, bgo#638615, bgo#638543, bgo#636402, bgo#454109, bgo#373415, bgo#635355, bgo#95635, bgo#637346, bgo#636988, bgo#628444, bgo#565348, bgo#639365, bgo#638842, bgo#636907, bgo#639259, bgo#638225, bgo#639498, bgo#638689, bgo#639322, bgo#641628, bgo#641646, bgo#641557, bgo#640061, bgo#631789, bgo#637770, bgo#611936, bgo#639906, bgo#640233, bgo#638762, bgo#629501, bgo#467311, bgo#352057, bgo#535774, bgo#639980, bgo#639906, bgo#637346, bgo#343449.- Add libdbi-devel BuildRequires now that we have the package, and change --disable-dbi to --enable-dbi in configure call.- Replace obsolete --enable-hbci with --enable-aqbanking in configure call.
* Sat Feb 12 2011 vuntzAATTopensuse.org- Call relevant macros in %post/%postun: + %desktop_database_post/postun because the package ships at least one desktop file. + %icon_theme_cache_post/postun because the package ships themed icons.- Pass %{?no_lang_C} to %find_lang so that english documentation can be packaged with the program, and not in the lang subpackage.- Change Requires of lang subpackage to Recommends, since the english documentation is not there anymore.
* Fri Jan 07 2011 vuntzAATTopensuse.org- Update to version 2.4.0: + Use proper decimal separator for monetary amounts. + When creating a new style sheet, make sure the name for it is non-empty. + Implement auto-completion in various places, although this is still incomplete. + Partly implement the correct \"DTAUS import and send\" feature again. + Various bug fixes, including: bgo#637346, bgo#637041, bgo#629446, bgo#454109, bgo#635926, bgo#635967, bgo#635355, bgo#636459, bgo#635859, bgo#609472, bgo#635911, bgo#635469, bgo#635632, bgo#635632, bgo#635469, bgo#635355, bgo#635439, bgo#635439. + Build fixes. + Updated translations.
* Wed Dec 15 2010 vuntzAATTopensuse.org- Change libguile-devel Requires in devel package to guile-devel, which actually exists.
* Fri Dec 10 2010 vuntzAATTopensuse.org- This update is largely based on work done by Dominique Leuenberger .- Update to version 2.3.17: + Major new features in the 2.3.x branch: - A SQLite3, MySQL or PostgreSQL database to store the data can be used as backend, instead of the default XML backend. It requires libdbi. - WebKit can be used instead of GtkHTML to display reports and graphs. reports/charts with the WebKit engine used by Apple\'s Safari and Google\'s Chrome web browsers. + Enable the use of gnome-keyring during loading and saving of data, to not save password data in history. + Improved US Income Tax Report: updated tax codes, supports Individuals, Corporations & Partnerships. + Allow negative tax percentages. This allows to model some tax rules for trade between European countries. + Some new features in check printing. + New account type: Trading Account. + Many UI improvements. + Many bug fixes. + Updated translations. + For a full list of changes, see NEWS.- Remove no longer needed BuildRequires: glib2-devel, graphviz, ktoblzcheck-devel, libchipcard-devel, libgnomeprintui-devel, popt-devel, postgresql-devel and swig.- Update BuildRequires to use the pkgconfig() way: + Old ones: aqbanking-devel, gconf2-devel, goffice-devel, gtk2-devel, libglade2-devel, libgnomeui-devel, libxml2-devel. + New pkgconfig() ones: aqbanking, gconf-2.0, gdk-pixbuf-2.0, gtk+-2.0, gwengui-gtk2, gwenhywfar, libglade-2.0, libgnomeui-2.0, libgoffice-0.8, libxml-2.0.- Add pkgconfig(gnome-keyring-1) BuildRequires.- Use webkit HTML backend: change gtkhtml2-devel BuildRequires to pkgconfig(webkit-1.0), and pass --with-html-engine=webkit to configure. Also change gtkhtml2-devel Requires of devel package to libwebkitgtk-devel.- Drop gnucash-latest-goffice.patch: fixed upstream.- Remove unneeded Requires from the devel package: aqbanking-devel, goffice-devel, libgsf-devel, gtkhtml2-devel, gwenhywfar-devel, ktoblzcheck-devel, libgnomeprint-devel, libgnomeprintui-devel, libofx-devel, libtool, popt-devel.- Add libguile-devel Requires to devel package.- Add --disable-dbi to configure: until libdbi enters Factory, we cannot build the sql backend. The default is still the xml backend upstream, so it\'s not a big issue at the moment.- Remove --with-qt3-wizard-package configure option: we use a new aqbanking that doesn\'t come with this anymore.- Remove no longer supported parameters --enable-aqbanking-test and - -enable-sql from configure.- Remove GUILE_WARN_DEPRECATED=no and aclocal call from the build section.- Do not install update-gnucash-gconf: it\'s not needed in a package, as it only installs gconf schemas.
* Wed Jul 21 2010 cooloAATTnovell.com- fix name of perl module, perl-DateManip is gone since 2008
* Thu Oct 01 2009 vuntzAATTopensuse.org- Changes libchipcard3-devel BuildRequires to libchipcard4-devel, and remove libchipcard3 BuildRequires.
* Thu Oct 01 2009 vuntzAATTopensuse.org- Update gnucash-latest-goffice.patch to latest goffice API. Update taken from Mandriva.
* Mon Apr 27 2009 vuntzAATTnovell.com- Update to version 2.2.9: + Bugs fixed: bgo#339027, bgo#435642, bgo#438132, bgo#462148, bgo#514455, bgo#526775, bgo#542382, bgo#564209, bgo#564450, bgo#564928, bgo#565421, bgo#565721, bgo#566198, bgo#566352, bgo#566567, bgo#567174, bgo#568327, bgo#568653, bgo#568945, bgo#569734, bgo#570166, bgo#570894, bgo#571220: + Added German account template for a Wohnungswirtschaft business + Fixed french business account templates + Translation updates- Add gnucash-latest-goffice.patch to fix compilation with goffice 0.7.5.- Update gnucash-desktop.patch to apply without fuzz.- Remove check for old version of openSUSE.- Do not set CFLAGS to default value.- Use makeinstall.
 
ICM