Skip to content

Commit 72a1778

Browse files
committed
Release GnuCash 2.6.16.
1 parent 0d58316 commit 72a1778

File tree

9 files changed

+216
-70
lines changed

9 files changed

+216
-70
lines changed

ChangeLog

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,111 @@
1+
2017-03-25 John Ralls
2+
3+
* Merge branch 'regview' into maint (HEAD, origin/maint, maint)
4+
5+
2017-03-23 goodvibes2
6+
7+
* Remove section "Changing the Register View" as better handled in Guide section 4.2
8+
9+
2017-03-10 goodvibes2
10+
11+
* Bug 769457 More info re register views
12+
13+
2017-03-25 John Ralls
14+
15+
* Merge branch 'viewlots3' into maint
16+
17+
2017-03-22 goodvibes2
18+
19+
* Bug 774658 Add warning to delete lot before deleting a cap gain/loss transaction
20+
21+
2017-03-20 goodvibes2
22+
23+
* Use − instead of - for subtraction or -ve nos
24+
25+
2017-03-20 goodvibes2
26+
27+
* Fix indentation and some long lines ch_invest.xml
28+
29+
2017-03-02 goodvibes2
30+
31+
* Bug 755174 How to handle commission when buying and selling securities
32+
33+
2017-02-10 fell
34+
35+
* Set PACKAGE_BUGREPORT and PACKAGE_URL
36+
37+
2017-02-08 fell
38+
39+
* Glossary: Transactions have at least 2 splits
40+
41+
2017-01-23 Derek Atkins
42+
43+
* it's builddir, not buildir
44+
45+
2017-02-06 David Thomas
46+
47+
* Bug 777891 - Guide Glossary lacks proper ID tag or mention in Basics Chapter.
48+
49+
2017-02-05 Geert Janssens
50+
51+
* Update Italian guide translation following the merge of business chapters
52+
53+
2017-01-28 David Thomas
54+
55+
* Golly. Keep missing things!
56+
57+
2017-01-28 David Thomas
58+
59+
* Commit to rename to ch_bus_features.xml
60+
61+
2017-01-28 David Thomas
62+
63+
* Bug 777318 - Restructure Business Features Chapters.
64+
65+
2017-01-16 David Thomas
66+
67+
* Bug 777287: Guide portion
68+
69+
2017-01-16 David Thomas
70+
71+
* Bug 777287: Small changes to Guide Chapter 4.4 and Help Chapter 5.8 to add info about selecting all transactions in reconcile window.
72+
73+
2017-01-17 Mechtilde
74+
75+
* add translation of the new parts of ch_currency.xml
76+
77+
2017-01-16 Mechtilde
78+
79+
* change date of Englisch text in ch_oview.xml
80+
81+
2017-01-16 Mechtilde
82+
83+
* complete translation of ch_oview.xml
84+
85+
2017-01-16 Mechtilde
86+
87+
* translation of about author
88+
89+
2017-01-07 Christian Stimming
90+
91+
* Updated German translation of initial Help chapter.
92+
93+
2016-12-18 John Ralls
94+
95+
* Merge Phil Davis's gramnar and spelling fixes into maint
96+
97+
2016-12-18 Phil Davis
98+
99+
* Review of Help docs for typos and grammar (davis3)
100+
101+
2016-12-18 Phil Davis
102+
103+
* gnucash-guide.xml minor comment typo
104+
105+
2016-12-18 Phil Davis
106+
107+
* xmldocs.make minor comment typo (davis)
108+
1109
2016-12-17 John Ralls
2110

3111
* Update AUTHORS. (HEAD, maint)

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Version History
22
---------------
3+
2.6.16 - 26 March 2017
4+
o Remove section "Changing the Register View" as better handled in Guide
5+
section 4.2
6+
o Bug 755174 - How to handle commission when buying and selling securities
7+
o Bug 769457 - More info re register views
8+
o Bug 774658 - Add warning to delete lot before deleting a cap gain/loss
9+
transaction
10+
o Glossary: Transactions have at least 2 splits
11+
o Bug 777318 - Restructure Business Features Chapters.
12+
o Bug 777287 - add tips on changing reconcile status of all transactions
13+
in reconcile window panes
314
2.6.15 - 18 December 2016
415
o Bug 397135 - Hidden Accounts Show in ComboBox.
516
o Bug 633590 - Add a Reports Chapter to the Tutorial and

configure.ac

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

44
dnl Process this file with autoconf to produce a configure script.
5-
AC_INIT([gnucash-docs], [2.6.15], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
5+
AC_INIT([gnucash-docs], [2.6.16], [https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GnuCash], , [http://www.gnucash.org/])
66

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

guide/C/gnucash-guide.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
Some global declarations which are used in the files. For easier
4040
maintenance they should be collected here.
4141
-->
42-
<!ENTITY manrevision "2.6.14">
43-
<!ENTITY date "17 September 2016">
42+
<!ENTITY manrevision "2.6.16">
43+
<!ENTITY date "26 March 2017">
4444
<!ENTITY vers-unstable "master">
45-
<!ENTITY vers-stable "2.6.14">
45+
<!ENTITY vers-stable "2.6.16">
4646
<!ENTITY series-unstable "master">
4747
<!ENTITY series-stable "2.6">
4848
<!--
@@ -73,8 +73,8 @@
7373
-->
7474
<!--
7575
(Do not remove this comment block.)
76-
Version: 2.6.11
77-
Last modified: 11 January 2016
76+
Version: 2.6.16
77+
Last modified: 26 March 2017
7878
Maintainers:
7979
Gnucash Development Team <gnucash-devel@gnucash.org>
8080
Translators:
@@ -88,7 +88,7 @@
8888
<edition>V&manrevision;</edition>
8989

9090
<copyright>
91-
<year>2009-2016</year>
91+
<year>2009-2017</year>
9292
<holder>&app; Documentation Team</holder>
9393
</copyright>
9494

@@ -151,6 +151,14 @@
151151
</authorgroup>
152152

153153
<revhistory>
154+
<revision>
155+
<revnumber>&app; Tutorial and Concepts Guide v2.6.15</revnumber>
156+
<date>26 March 2017</date>
157+
<revdescription>
158+
<para role="author">Multiple authors</para>
159+
<para role="publisher">&app; Documentation Team</para>
160+
</revdescription>
161+
</revision>
154162
<revision>
155163
<revnumber>&app; Tutorial and Concepts Guide v2.6.15</revnumber>
156164
<date>18 December 2016</date>

guide/de/gnucash-guide.xml

Lines changed: 14 additions & 6 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.14">
49-
<!ENTITY date "17 September 2016">
48+
<!ENTITY manrevision "2.6.16">
49+
<!ENTITY date "26 March 2017">
5050
<!ENTITY vers-unstable "master">
51-
<!ENTITY vers-stable "2.6.14">
51+
<!ENTITY vers-stable "2.6.16">
5252
<!ENTITY series-unstable "master">
5353
<!ENTITY series-stable "2.6">
5454
<!--
@@ -82,8 +82,8 @@
8282
-->
8383
<!--
8484
(Do not remove this comment block.)
85-
Version: 2.6.13
86-
Last modified: 26 June 2016
85+
Version: 2.6.16
86+
Last modified: 26 March 2017
8787
Maintainers:
8888
GnuCash Development Team <gnucash-devel@gnucash.org>
8989
Translators:
@@ -100,7 +100,7 @@
100100
<edition>V&manrevision;</edition>
101101
102102
<copyright>
103-
<year>2009-2015</year>
103+
<year>2009-2017</year>
104104
<holder>&app; Documentation Team</holder>
105105
</copyright>
106106
@@ -172,6 +172,14 @@
172172
</authorgroup>
173173
174174
<revhistory>
175+
<revision>
176+
<revnumber>&app; Tutorial and Concepts Guide v2.6.16</revnumber>
177+
<date>26 March 2017</date>
178+
<revdescription>
179+
<para role="author">Multiple authors</para>
180+
<para role="publisher">&app; Documentation Team</para>
181+
</revdescription>
182+
</revision>
175183
<revision>
176184
<revnumber>&app; Tutorial and Concepts Guide v2.6.11</revnumber>
177185
<date>11 January 2016</date>

guide/pt/gnucash-guide.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
Some global declarations which are used in the files. For easier
4242
maintainance they should be collected here.
4343
-->
44-
<!ENTITY manrevision "2.6.14">
45-
<!ENTITY date "17 de setembro de 2016">
44+
<!ENTITY manrevision "2.6.16">
45+
<!ENTITY date "26 de marcha de 2016">
4646
<!ENTITY vers-unstable "master">
47-
<!ENTITY vers-stable "2.6.14">
47+
<!ENTITY vers-stable "2.6.16">
4848
<!ENTITY series-unstable "master">
4949
<!ENTITY series-stable "2.6">
5050
<!--
@@ -75,8 +75,8 @@
7575
-->
7676
<!--
7777
(Do not remove this comment block.)
78-
Version: 2.6.13
79-
Last modified: 26 June 2016
78+
Version: 2.6.16
79+
Last modified: 26 March 2017
8080
Maintainers:
8181
Gnucash Development Team <gnucash-devel@gnucash.org>
8282
Translators:
@@ -90,7 +90,7 @@
9090
<edition>V&manrevision;</edition>
9191

9292
<copyright>
93-
<year>2009-2015</year>
93+
<year>2009-2017</year>
9494
<holder>Equipa de documentação do &app;</holder>
9595
</copyright>
9696

@@ -154,6 +154,14 @@
154154
</authorgroup>
155155

156156
<revhistory>
157+
<revision>
158+
<revnumber>&app;Tutorial e guia de conceitos v2.6.16</revnumber>
159+
<date>26 de marcha de 2017</date>
160+
<revdescription>
161+
<para role="author">Múltiplos autores</para>
162+
<para role="publisher">Equipa de documentação do &app;</para>
163+
</revdescription>
164+
</revision>
157165
<revision>
158166
<revnumber>&app;Tutorial e guia de conceitos v2.6.8</revnumber>
159167
<date>27 de setembro de 2015</date>

help/C/gnucash-help.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
Some global declarations which are used in the files. For easier
3232
maintenance they should be collected here.
3333
-->
34-
<!ENTITY manrevision "2.6.14">
35-
<!ENTITY date "17 September2016">
34+
<!ENTITY manrevision "2.6.16">
35+
<!ENTITY date "26 March 2017">
3636
<!ENTITY vers-unstable "master">
37-
<!ENTITY vers-stable "2.6.14">
37+
<!ENTITY vers-stable "2.6.16">
3838
<!ENTITY series-unstable "master">
3939
<!ENTITY series-stable "2.6">
4040
<!--
@@ -65,8 +65,8 @@
6565
-->
6666
<!--
6767
(Do not remove this comment block.)
68-
Version: 2.6.13
69-
Last modified: 26 June 2016
68+
Version: 2.6.16
69+
Last modified: 26 March 2017
7070
Maintainers:
7171
Gnucash Development Team <gnucash-devel@gnucash.org>
7272
Translators:
@@ -82,7 +82,7 @@
8282
<edition>v&manrevision;</edition>
8383

8484
<copyright>
85-
<year>2002-2016</year>
85+
<year>2002-2017</year>
8686
<holder>GnuCash Documentation Team</holder>
8787
</copyright>
8888

@@ -109,6 +109,14 @@
109109
</authorgroup>
110110

111111
<revhistory>
112+
<revision>
113+
<revnumber>&app; Help Manual v2.6.16</revnumber>
114+
<date>26 March 2017</date>
115+
<revdescription>
116+
<para role="author">Multiple authors</para>
117+
<para role="publisher">&app; Documentation Team</para>
118+
</revdescription>
119+
</revision>
112120
<revision>
113121
<revnumber>&app; Help Manual v2.6.11</revnumber>
114122
<date>11 January 2016</date>

help/de/gnucash-help.xml

Lines changed: 15 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.14">
32-
<!ENTITY date "17 September 2016">
31+
<!ENTITY manrevision "2.6.17">
32+
<!ENTITY date "26 March 2017">
3333
<!ENTITY vers-unstable "master">
34-
<!ENTITY vers-stable "2.6.14">
34+
<!ENTITY vers-stable "2.6.17">
3535
<!ENTITY series-unstable "master">
3636
<!ENTITY series-stable "2.6">
3737
<!--
@@ -63,8 +63,8 @@
6363
-->
6464
<!--
6565
(Do not remove this comment block.)
66-
Version: 2.6.8
67-
Last modified: 27 September 2015
66+
Version: 2.6.16
67+
Last modified: 26 March 2017
6868
Maintainers:
6969
Gnucash Development Team <gnucash-devel@gnucash.org>
7070
Translators:
@@ -87,7 +87,7 @@
8787
<edition>v&manrevision;</edition>
8888

8989
<copyright>
90-
<year>2014-2016</year>
90+
<year>2014-2017</year>
9191
<holder>&app; Documentation Team</holder>
9292

9393
</copyright>
@@ -131,6 +131,15 @@
131131

132132
<revhistory>
133133

134+
<revision>
135+
<revnumber>&app; Hilfe v2.6.16</revnumber>
136+
<date>26 March 2017</date>
137+
<revdescription>
138+
<para role="author">Multiple Authors </para>
139+
<para role="publisher">&app; Development Team</para>
140+
</revdescription>
141+
</revision>
142+
134143
<revision>
135144
<revnumber>&app; Hilfe v2.6.11</revnumber>
136145
<date>11 January 2016</date>

0 commit comments

Comments
 (0)