Skip to content

Commit d10c579

Browse files
committed
Release 2.6.4
1 parent 2df2822 commit d10c579

File tree

7 files changed

+107
-29
lines changed

7 files changed

+107
-29
lines changed

NEWS

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,43 @@
11
Version History
22
---------------
3+
2.6.4 - 28 September 2014
4+
o Add sentence about manually editing payment information for customers.
5+
o Add warning and tip about account separator character.
6+
o Correct field format in python-import-fields.
7+
o Currency movements .. remain fully balanced if "Trading Accounts"
8+
is enabled; "double entry" was not sufficient.
9+
o Ersetze umgangssprachliches "Passiva" durch "Fremdkapital" und
10+
zugehöriges Bild
11+
o German translation of Transactions chapter.
12+
o Guide C oview: update processor architecture: "backport" from de
13+
o Guide C txns: Add a warning about dummy transactions and auditors.
14+
o Guide C txns: Thinking is not enough for the cleared state of a
15+
transaction
16+
o Guide C txns: Upgrade note to warning "It is important to understand
17+
that reconciliation..."
18+
o Guide C txns: explain reconcilation state "cleared"; improved
19+
wording by lmat
20+
o Guide de ch_accts: Several minor corrections.
21+
o Guide de ch_basics: several corrections.
22+
o Guide de ch_oview: orthography and processor architecture update.
23+
o Guide de ch_txns: several improvements, txns-sxn1 complete.
24+
o Help Documentation: Add Advanced Portfolio Rpt details, Thanks to
25+
Chris Good
26+
o Improve explanation that Credit does NOT decrease equity accounts
27+
o Improve readability of "Credit does NOT decrease ...".
28+
o New chapters in the German translation: Overview, Basics, and
29+
Accounts. Thanks to Mechtilde.
30+
o Reduced proportional width of description column to increase overall
31+
font size for a 510 pixel width image.
32+
o Remove a few discrepancies between the german guide overview and
33+
other components.
34+
o Update of translators in gnucash-guide-de.omf
35+
o Updated documentation to explain how to tie dividends received in
36+
cash to the appropriate stock holding.
37+
338
2.6.3 - 30 March 2014
439
o There have been no documentation changes since 2.6.2
40+
541
2.6.2 - 2 March 2014
642
o Bug 547386 - Help text for Employee section missing.
743
o Bug 723173 - One error and some typos in documentation. Thanks to

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# copyright (c) 2003-2013 GnuCash Development Team
33

44
dnl Process this file with autoconf to produce a configure script.
5-
AC_INIT(gnucash-docs, 2.6.3)
5+
AC_INIT(gnucash-docs, 2.6.4)
66

77
dnl ==========================================================================
88
dnl

guide/C/gnucash-guide.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
Some global declarations which are used in the files. For easier
3939
maintainance they should be collected here.
4040
-->
41-
<!ENTITY manrevision "2.6.3">
42-
<!ENTITY date "30 March 2014">
41+
<!ENTITY manrevision "2.6.4">
42+
<!ENTITY date "28 September 2014">
4343
<!ENTITY vers-unstable "master">
44-
<!ENTITY vers-stable "2.6.3">
44+
<!ENTITY vers-stable "2.6.4">
4545
<!ENTITY series-unstable "master">
4646
<!ENTITY series-stable "2.6">
4747
<!--
@@ -60,8 +60,8 @@
6060
-->
6161
<!--
6262
(Do not remove this comment block.)
63-
Version: 2.6.3
64-
Last modified: 30 March 2014
63+
Version: 2.6.4
64+
Last modified: 28 September 2014
6565
Maintainers:
6666
Gnucash Development Team <gnucash-devel@gnucash.org>
6767
Translators:
@@ -275,6 +275,14 @@
275275
</authorgroup>
276276

277277
<revhistory>
278+
<revision>
279+
<revnumber>&app; Tutorial and Concepts Guide v2.6.3</revnumber>
280+
<date>30 March 2014</date>
281+
<revdescription>
282+
<para role="author">Multiple authors</para>
283+
<para role="publisher">&app; Documentation Team</para>
284+
</revdescription>
285+
</revision>
278286
<revision>
279287
<revnumber>&app; Tutorial and Concepts Guide v2.6.2</revnumber>
280288
<date>2 March 2014</date>

guide/de/gnucash-guide.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
Some global declarations which are used in the files. For easier
4646
maintainance they should be collected here.
4747
-->
48-
<!ENTITY manrevision "2.6.3">
49-
<!ENTITY date "30 March 2014">
48+
<!ENTITY manrevision "2.6.4">
49+
<!ENTITY date "28 September 2014">
5050
<!ENTITY vers-unstable "master">
51-
<!ENTITY vers-stable "2.6.3">
51+
<!ENTITY vers-stable "2.6.4">
5252
<!ENTITY series-unstable "master">
5353
<!ENTITY series-stable "2.6">
5454
<!--
@@ -69,8 +69,8 @@
6969
-->
7070
<!--
7171
(Do not remove this comment block.)
72-
Version: 2.6.3
73-
Last modified: 30 March 2014
72+
Version: 2.6.4
73+
Last modified: 28 September 2014
7474
Maintainers:
7575
GnuCash Development Team <gnucash-devel@gnucash.org>
7676
Translators:
@@ -289,6 +289,14 @@
289289
</authorgroup>
290290

291291
<revhistory>
292+
<revision>
293+
<revnumber>&app; Tutorial and Concepts Guide v2.6.3</revnumber>
294+
<date>30 March 2014</date>
295+
<revdescription>
296+
<para role="author">Multiple authors</para>
297+
<para role="publisher">&app; Documentation Team</para>
298+
</revdescription>
299+
</revision>
292300
<revision>
293301
<revnumber>&app; Tutorial and Concepts Guide v2.6.2</revnumber>
294302
<date>2 March 2014</date>

help/C/gnucash-help.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
Some global declarations which are used in the files. For easier
3030
maintainance they should be collected here.
3131
-->
32-
<!ENTITY manrevision "2.6.3">
33-
<!ENTITY date "30 March 2014">
32+
<!ENTITY manrevision "2.6.4">
33+
<!ENTITY date "28 September 2014">
3434
<!ENTITY vers-unstable "master">
35-
<!ENTITY vers-stable "2.6.3">
36-
<!ENTITY series-unstable "trunk">
35+
<!ENTITY vers-stable "2.6.4">
36+
<!ENTITY series-unstable "master">
3737
<!ENTITY series-stable "2.6">
3838
<!--
3939
Translators:
@@ -51,8 +51,8 @@
5151
-->
5252
<!--
5353
(Do not remove this comment block.)
54-
Version: 2.6.3
55-
Last modified: 30 March 2014
54+
Version: 2.6.4
55+
Last modified: 28 September 2014
5656
Maintainers:
5757
Gnucash Development Team <gnucash-devel@gnucash.org>
5858
Translators:
@@ -194,6 +194,14 @@
194194
</authorgroup>
195195

196196
<revhistory>
197+
<revision>
198+
<revnumber>&app; Help Manual v2.6.3</revnumber>
199+
<date>30 March 2014</date>
200+
<revdescription>
201+
<para role="author">Multiple authors</para>
202+
<para role="publisher">&app; Documentation Team</para>
203+
</revdescription>
204+
</revision>
197205
<revision>
198206
<revnumber>&app; Help Manual v2.6.2</revnumber>
199207
<date>2 March 2014</date>

help/de/gnucash-help.xml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
Some global declarations which are used in the files. For easier
2929
maintainance they should be collected here.
3030
-->
31-
<!ENTITY manrevision "2.6.3">
32-
<!ENTITY date "30 March 2014">
33-
<!ENTITY vers-unstable "trunk">
34-
<!ENTITY vers-stable "2.6.3">
31+
<!ENTITY manrevision "2.6.4">
32+
<!ENTITY date "28 September 2014">
33+
<!ENTITY vers-unstable "master">
34+
<!ENTITY vers-stable "2.6.4">
3535
<!ENTITY series-unstable "master">
3636
<!ENTITY series-stable "2.6">
3737
<!--
@@ -50,8 +50,8 @@
5050
-->
5151
<!--
5252
(Do not remove this comment block.)
53-
Version: 2.6.3
54-
Last modified: 30 March 2014
53+
Version: 2.6.4
54+
Last modified: 28 September 2014
5555
Maintainers:
5656
Gnucash Development Team <gnucash-devel@gnucash.org>
5757
Translators:
@@ -237,6 +237,16 @@
237237

238238
<revhistory>
239239

240+
<revision>
241+
<revnumber>&app; Hilfe v2.6.3</revnumber>
242+
<date>30 March 2014</date>
243+
<revdescription>
244+
<para role="author">Multiple Authors
245+
</para>
246+
<para role="publisher">&app; Development Team</para>
247+
</revdescription>
248+
</revision>
249+
240250
<revision>
241251
<revnumber>&app; Hilfe v2.6.2</revnumber>
242252
<date>2 March 2014</date>

help/it/gnucash-help.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
Some global declarations which are used in the files. For easier
2424
maintainance they should be collected here.
2525
-->
26-
<!ENTITY manrevision "2.6.3">
27-
<!ENTITY date "30 March 2014">
28-
<!ENTITY vers-unstable "trunk">
29-
<!ENTITY vers-stable "2.6.3">
26+
<!ENTITY manrevision "2.6.4">
27+
<!ENTITY date "28 September 2014">
28+
<!ENTITY vers-unstable "master">
29+
<!ENTITY vers-stable "2.6.4">
3030
<!ENTITY series-unstable "master">
3131
<!ENTITY series-stable "2.6">
3232
<!--
@@ -45,8 +45,8 @@
4545
-->
4646
<!--
4747
(Do not remove this comment block.)
48-
Version: 2.6.3
49-
Last modified: 30 March 2014
48+
Version: 2.6.4
49+
Last modified: 28 September 2014
5050
Maintainers:
5151
Gnucash Development Team <gnucash-devel@gnucash.org>
5252
Translators:
@@ -202,6 +202,14 @@
202202
</authorgroup>
203203

204204
<revhistory>
205+
<revision>
206+
<revnumber>Manuale di aiuto di &app; v2.6.3</revnumber>
207+
<date>30 Marzo 2014</date>
208+
<revdescription>
209+
<para role="author">Vari autori</para>
210+
<para role="publisher">Gruppo della documentazione di &app;</para>
211+
</revdescription>
212+
</revision>
205213
<revision>
206214
<revnumber>Manuale di aiuto di &app; v2.6.2</revnumber>
207215
<date>2 Marzo 2014</date>

0 commit comments

Comments
 (0)