gnucash master: Multiple changes pushed
J. Alex Aycinena
alex.aycinena at code.gnucash.org
Wed Aug 19 13:19:31 EDT 2015
Updated via https://github.com/Gnucash/gnucash/commit/7e07e6ce (commit)
via https://github.com/Gnucash/gnucash/commit/18073f61 (commit)
via https://github.com/Gnucash/gnucash/commit/8b665906 (commit)
from https://github.com/Gnucash/gnucash/commit/558cae3d (commit)
commit 7e07e6ce9b3673420f96ae1d706badf4762138bc
Merge: 558cae3 18073f6
Author: Alex Aycinena <alex.aycinena at gmail.com>
Date: Wed Aug 19 11:18:35 2015 -0700
Merge branch 'maint'
commit 18073f61631811e565152b5cf383941f54c7b8a1
Author: Alex Aycinena <alex.aycinena at gmail.com>
Date: Wed Aug 19 11:13:22 2015 -0700
Remove e-mail form AUTHORS and DOCUMENTERS
diff --git a/AUTHORS b/AUTHORS
index bef5d94..d2546e8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -109,7 +109,7 @@ Andrew Arensburger <arensb at cfar.umd.edu> for FreeBSD & other patches
Matt Armstrong <matt_armstrong at bigfoot.com> for misc fixes
Jon Arney <jarney1 at cox.net> Windows porting patches, misc fixes
A. Alper Atici <alper_atici at yahoo.com> Turkish translation
-J. Alex Aycinena <alex.aycinena at gmail.com> Heavily improved Tax Report & TXF export
+J. Alex Aycinena Heavily improved Tax Report & TXF export
Fred Baube <fred at moremagic.com> for attempted Java port/MoneyDance
Roman Bertle <bertle at smoerz.org> Austrian German account templates
Jan-Pascal van Best <j.p.vanbest at tbm.tudelft.nl> MT940 importer
diff --git a/DOCUMENTERS b/DOCUMENTERS
index 595f4c6..062a54c 100644
--- a/DOCUMENTERS
+++ b/DOCUMENTERS
@@ -14,7 +14,7 @@ Christian Stimming <stimming at tuhh.de>
Cristian Marchi <cri79 at libero.it>
Dave Herman <dvherman at bigfoot.com>
David Hampton <hampton at employees.org>
-J. Alex Aycinena <alex.aycinena at gmail.com>
+J. Alex Aycinena
Niklas Spille <see-g at web.de>
Patrick Schweiger <pks at spiffykitty.com>
Yasuaki Taniguchi
commit 8b66590631d4f93f2c739b1dc92b3fa85bb4cd39
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Aug 17 10:12:22 2015 +0100
Sort the source list from gnc-fq-check.
diff --git a/src/quotes/gnc-fq-check.in b/src/quotes/gnc-fq-check.in
old mode 100644
new mode 100755
index 771072e..48f31e6
--- a/src/quotes/gnc-fq-check.in
+++ b/src/quotes/gnc-fq-check.in
@@ -96,7 +96,7 @@ my @sources = $quoter->sources();
foreach my $source (@sources) {
push(@qsources, "\"$source\"");
}
-printf "(\"%s\" %s)\n", $Finance::Quote::VERSION, join(" ", qq/@qsources/);
+printf "(\"%s\" %s)\n", $Finance::Quote::VERSION, join(" ", sort(@qsources));
## Local Variables:
## mode: perl
Summary of changes:
AUTHORS | 2 +-
DOCUMENTERS | 2 +-
src/quotes/gnc-fq-check.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
mode change 100644 => 100755 src/quotes/gnc-fq-check.in
More information about the gnucash-changes
mailing list