Skip to content

Commit 261a64e

Browse files
committed
Release 2.6.17
1 parent c046d2c commit 261a64e

File tree

3 files changed

+202
-4
lines changed

3 files changed

+202
-4
lines changed

ChangeLog

+143-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,154 @@
1+
2017-06-30 John Ralls
2+
3+
* Update translations from the translation project. (HEAD, maint)
4+
5+
2017-06-29 Mike Evans
6+
7+
* Bug 784317 - typo in 'import customers or vendors from text file' dialog (origin/maint)
8+
9+
2017-06-25 John Ralls
10+
11+
* Bug 782274 - Transactions produced by Transfer Funds or Process...
12+
13+
2017-06-24 John Ralls
14+
15+
* Bug 782897 - Stock Split Assistant crashes GnuCash if you enter a New...
16+
17+
2017-06-20 Geert Janssens
18+
19+
* Bug 603379 - Prevent changing some Account Options if it has transactions - followup
20+
21+
2017-06-20 Geert Janssens
22+
23+
* Properly define the template namespace rather than using a local string everywhere
24+
25+
2017-06-16 Geert Janssens
26+
27+
* Bug 781634 followup - separate translatable commodity namespace strings from those uses in storage
28+
29+
2017-06-16 John Ralls
30+
31+
* Correctly store time64 0 in the SQL backend.
32+
33+
2017-06-16 John Ralls
34+
35+
* Clamp time64 values passed to GDateTime functions to the valid range.
36+
37+
2017-06-04 christopherlam
38+
39+
* Bug 776396 Further Fix
40+
41+
2017-05-26 John Ralls
42+
43+
* Bug 783095 - gnucash-2.6.16 segfaults on startup
44+
45+
2017-05-21 Mike Evans
46+
47+
* Change from deprecated gncEntrySetDate to gncEntrySetDateGDate. Again.
48+
49+
2017-05-21 Mike Evans
50+
51+
* Revert "Change from deprecated gncEntrySetDate to gncEntrySetDateGDate." Oops, more work required.
52+
53+
2017-05-21 Mike Evans
54+
55+
* Change from deprecated gncEntrySetDate to gncEntrySetDateGDate.
56+
57+
2017-05-19 Mike Evans
58+
59+
* Correct a typo.
60+
61+
2017-05-18 Mike Evans
62+
63+
* Use correct column for entry date.
64+
65+
2017-05-13 Bert
66+
67+
* Bug 776396 - Foreign currency reports, amounts are not aligned correctly
68+
69+
2016-08-10 fell
70+
71+
* Add XSU to iso-4217-currencies
72+
73+
2017-05-03 Geert Janssens
74+
75+
* Drop ifdeffed out code block
76+
77+
2017-05-03 Geert Janssens
78+
79+
* Bug 781634 - Alert on missing account currency when opening account
80+
81+
2017-04-29 John Ralls
82+
83+
* CMakeLists.txt: Remove Apple architecture settings.
84+
85+
2017-04-16 John Ralls
86+
87+
* Updated ar.po from [email protected]
88+
89+
2017-04-29 fell
90+
91+
* Fix wrong displayed position of the verbose flag in gnc-fq-dump
92+
93+
2017-04-16 John Ralls
94+
95+
* Merge branch 'PR140' into maint
96+
97+
2016-08-04 John Ralls
98+
99+
* Adjust CMAKE_C_FLAGS for better release/debug behavior.
100+
101+
2017-04-10 John Ralls
102+
103+
* Use the Mac Locale to find the account templates only when building with quartz.
104+
105+
2017-04-10 Mike Alexander
106+
107+
* Fix a minor typo.
108+
109+
2017-04-04 Mike Alexander
110+
111+
* Fix the SWIG Guile wrapping of functions that have a "struct tm" parameter.
112+
113+
2017-04-03 John Ralls
114+
115+
* Save Changes Bug 780889 - Split-register transactions result in invalid...
116+
117+
2017-04-02 John Ralls
118+
119+
* Bug 780845 - link in github repo README file needs correction/editing
120+
121+
2017-03-30 John Ralls
122+
123+
* Merge Ueli Neiderer's swift-transactiontxt branch into maint.
124+
125+
2017-03-30 Ueli Niederer
126+
127+
* Obey GNUcash coding style
128+
129+
2017-03-30 Ueli Niederer
130+
131+
* Added a preference to control import behaivour of transaction text
132+
133+
2017-03-28 Ueli Niederer
134+
135+
* Including the transaction text into the purpose text
136+
137+
2017-03-25 John Ralls
138+
139+
* Release 2.6.16 (tag: 2.6.16)
140+
1141
2017-03-25 John Ralls
2142

3-
* Reduce the gate on get_random_gnc_numeric. (HEAD, maint)
143+
* Reduce the gate on get_random_gnc_numeric.
4144

5145
2017-03-25 John Ralls
6146

7147
* Update translations ca, nl, and sr from the translation project.
8148

9149
2017-03-24 John Ralls
10150

11-
* Bug 670731 - Future Value not working with Loan Scheduled transaction (origin/maint)
151+
* Bug 670731 - Future Value not working with Loan Scheduled transaction (manjusri/maint)
12152

13153
2017-03-24 fell
14154

@@ -172,7 +312,7 @@
172312

173313
2017-02-18 sdementen
174314

175-
* add gnc_get_current_session to swig interface (manjusri/maint)
315+
* add gnc_get_current_session to swig interface
176316

177317
2017-02-14 fell
178318

NEWS

+58
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
11
Version history:
22
------- -------
3+
2.6.17 - 2 July 2017
4+
5+
The following bugs are fixed:
6+
Bug 603379 - Prevent changing some Account Options if it has transactions
7+
Followup: Relax the account type change restrictions again.
8+
In the new implementation account types can'tz be changed
9+
for an account with splits:
10+
- if the change woud force a commodity change
11+
(to/from normal accounts from/to stock related accounts)
12+
- for immutable accounts
13+
At the time of this commit the following account types are
14+
considered immutable:
15+
- Accounts Receivable
16+
- Accounts Payable
17+
- Trading accounts
18+
Bug 776396 - Foreign currency reports, amounts are not aligned correctly
19+
Improve the styling of the table element used for foreign
20+
currencies in the Balance sheet report so they end up
21+
aligned with the other currencies.
22+
Bug 780845 - link in github repo README file needs correction/editing
23+
Bug 780889 - Split-register transactions result in invalid price:type
24+
"transaction": Add 'transaction' to the schema and document
25+
it in gnc-pricedb.h.
26+
Bug 781634 - Alert on missing account currency when opening account
27+
Also separate translatable commodity namespace strings
28+
from those used in storage:
29+
There is now a separate GNC_COMMODITY_NS_ISO_GUI
30+
label to be used everywhere the user needs to read
31+
'Currency namespace'. It's currently set to
32+
'Currencies' and can be translated.
33+
34+
Bug 782274 - Transactions produced by Transfer Funds or Process Payment
35+
dialogs sort to beginning of day and do not honor NUM field
36+
for custom sorting.
37+
Bug 782897 - Stock Split Assistant crashes GnuCash if you enter a New
38+
Price and that already exists in the Price DB
39+
Bug 783095 - gnucash-2.6.16 segfaults on startup
40+
Bug 784317 - typo in 'import customers or vendors from text file' dialog
41+
42+
Other repairs not marked as bugs in git:
43+
Properly define the template namespace rather than using a local string
44+
everywhere
45+
Correctly store time64 0 in the SQL backend: The SQL backend ignored
46+
time64 0 when saving dates. time64 is a perfectly valid timestamp
47+
(1970-01-01 00:00:00) and should be stored.
48+
Clamp time64 values passed to GDateTime functions to the valid range.
49+
Fixes a bug reported on the mailing list wherein a date of 0000-00-00
50+
in a MySql database would crash GnuCash. Such dates may come from a bad
51+
conversion of 1970-01-01 or from a crash.
52+
Add XSU to iso-4217-currencies
53+
Some banks include additional purpose information for a transaction in
54+
non-swift-section 17 (aka transaction text). If available, this
55+
transaction text is put in front of the other purpose texts to provide
56+
full transaction information. Adds a preference to control import
57+
behaivour of transaction text.
58+
59+
Updated Translations: Arabic, Turkish
60+
361
2.6.16 - 26 March 2017
462

563
The following bugs are fixed:

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
2020

2121
# Autoconf initialization
2222
AC_PREREQ(2.60)
23-
AC_INIT([GnuCash], [2.6.16], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
23+
AC_INIT([GnuCash], [2.6.17], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
2424
AC_CONFIG_HEADERS(config.h)
2525
AC_CONFIG_SRCDIR(src/engine/Transaction.h)
2626
AC_CONFIG_MACRO_DIR([macros])

0 commit comments

Comments
 (0)