]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
10 years ago[master] Added ChangeLog entry for #3517.
Marcin Siodelski [Thu, 14 Aug 2014 13:13:31 +0000 (15:13 +0200)] 
[master] Added ChangeLog entry for #3517.

10 years ago[master] Merge branch 'trac3517'
Marcin Siodelski [Thu, 14 Aug 2014 12:37:34 +0000 (14:37 +0200)] 
[master] Merge branch 'trac3517'

10 years ago[3517] Addressed review comments.
Marcin Siodelski [Thu, 14 Aug 2014 12:35:03 +0000 (14:35 +0200)] 
[3517] Addressed review comments.

Removed the IfaceMgr.detectIfaces_linux test as it is covered in the
IfaceMgr.detectIfaces test already.

10 years ago[3517] Corrected test for interface detection.
Marcin Siodelski [Thu, 14 Aug 2014 11:08:08 +0000 (13:08 +0200)] 
[3517] Corrected test for interface detection.

The original version of this test incorrectly matched the names of the
interfaces detected by the IfaceMgr and those detected by the unit test.
As a result, the interfaces with similar names (e.g. virbr0 and virbr0-nic)
where compared for the equality of indexes, addresses and flags.

10 years agotrivial misspelling fix of a tool
Jeremy C. Reed [Wed, 13 Aug 2014 16:40:00 +0000 (16:40 +0000)] 
trivial misspelling fix of a tool

11 years agoMerge branch 'master' of ssh://git.kea.isc.org/git/kea
Jeremy C. Reed [Tue, 12 Aug 2014 22:40:01 +0000 (22:40 +0000)] 
Merge branch 'master' of ssh://git.kea.isc.org/git/kea

11 years agoadd libdhcp.xml to dist file
Jeremy C. Reed [Tue, 12 Aug 2014 22:37:22 +0000 (22:37 +0000)] 
add libdhcp.xml to dist file

This was noticed by wlodek.
The docbook source was not added to the DOCBOOK list, but
the master file brings it in.
This breaks the document generation from the tarball (which was
missing the file).

I didn't get it reviewed, but I tested it and it is a one-line
trivial change.

Note that my distcheck automated builder has document generation
not enabled so this was not seen. We need to make sure the
document generation is automated using a "dist" tarball.
(My other automated document generation is from the git repo.)

11 years ago[master] Added ChangeLog entry for #3507.
Marcin Siodelski [Tue, 12 Aug 2014 18:12:55 +0000 (20:12 +0200)] 
[master] Added ChangeLog entry for #3507.

11 years ago[master] Merge branch 'trac3507'
Marcin Siodelski [Tue, 12 Aug 2014 18:09:03 +0000 (20:09 +0200)] 
[master] Merge branch 'trac3507'

11 years agomerge in trac3429
Jeremy C. Reed [Tue, 12 Aug 2014 17:38:14 +0000 (17:38 +0000)] 
merge in trac3429

handled conflicts (keactl to keactrl)

Conflicts:
doc/guide/ddns.xml

11 years agomention the --server synonym earlier
Jeremy C. Reed [Tue, 12 Aug 2014 17:27:15 +0000 (17:27 +0000)] 
mention the --server synonym earlier

discussed on jabber

11 years ago[3429] A couple of additional fixes to the User Guide.
Marcin Siodelski [Tue, 12 Aug 2014 17:03:01 +0000 (19:03 +0200)] 
[3429] A couple of additional fixes to the User Guide.

Various fixes are applied as a result of reading the whole document up to
the section about the DHCPv4 server configuration.

11 years ago[3429] Minor fixes to the text added by Jeremy.
Marcin Siodelski [Tue, 12 Aug 2014 15:38:45 +0000 (17:38 +0200)] 
[3429] Minor fixes to the text added by Jeremy.

11 years agodisable the MemorySegmentLocal.TestTooMuchMemory test
Jeremy C. Reed [Tue, 12 Aug 2014 15:28:11 +0000 (08:28 -0700)] 
disable the MemorySegmentLocal.TestTooMuchMemory test

It was failing on a few different systems.
Okay to disable via jabber.
The ticket is #3510.

11 years agostandardized changelog
Jeremy C. Reed [Tue, 12 Aug 2014 15:20:25 +0000 (08:20 -0700)] 
standardized changelog

use two tabs before the committer username.
too long lines fixed

11 years agoadd space after comma
Jeremy C. Reed [Tue, 12 Aug 2014 15:11:26 +0000 (08:11 -0700)] 
add space after comma

11 years agoimprove grammar and remove double "to to"
Jeremy C. Reed [Tue, 12 Aug 2014 15:10:53 +0000 (08:10 -0700)] 
improve grammar and remove double "to to"

not reviewed, trivial

11 years ago[3507] Updated logging.dox to use KEA_LOGGER_, not B10_LOGGER_.
Marcin Siodelski [Tue, 12 Aug 2014 12:37:04 +0000 (14:37 +0200)] 
[3507] Updated logging.dox to use KEA_LOGGER_, not B10_LOGGER_.

11 years ago[3507] Renamed B10_LOGGER_DESTINATION to KEA_LOGGER_DESTINATION in keactrl.
Marcin Siodelski [Tue, 12 Aug 2014 12:35:02 +0000 (14:35 +0200)] 
[3507] Renamed B10_LOGGER_DESTINATION to KEA_LOGGER_DESTINATION in keactrl.

11 years ago[3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS.
Marcin Siodelski [Tue, 12 Aug 2014 11:11:38 +0000 (13:11 +0200)] 
[3507] Renamed B10_CXXFLAGS to KEA_CXXFLAGS.

11 years ago[3507] Renamed AX_BOOST_FOR_BIND10 macro to AX_BOOST_FOR_KEA.
Marcin Siodelski [Tue, 12 Aug 2014 11:09:33 +0000 (13:09 +0200)] 
[3507] Renamed AX_BOOST_FOR_BIND10 macro to AX_BOOST_FOR_KEA.

11 years ago[3507] Renamed variables using "bind10" to use "kea" in configure.ac.
Marcin Siodelski [Tue, 12 Aug 2014 11:03:33 +0000 (13:03 +0200)] 
[3507] Renamed variables using "bind10"  to use "kea" in configure.ac.

11 years ago[master] Merge branch 'trac3508' (version reporting)
Tomek Mrugalski [Mon, 11 Aug 2014 21:00:55 +0000 (23:00 +0200)] 
[master] Merge branch 'trac3508' (version reporting)

Conflicts:
ChangeLog

11 years agobe clear that past BIND 10 sponsors were in the past
Jeremy C. Reed [Mon, 11 Aug 2014 20:43:19 +0000 (20:43 +0000)] 
be clear that past BIND 10 sponsors were in the past

and not current.

Also mention ISC is the maintainer.

11 years agoGet rid of errant ) close parenthesis.
Jeremy C. Reed [Mon, 11 Aug 2014 20:38:49 +0000 (20:38 +0000)] 
Get rid of errant ) close parenthesis.

11 years ago[3508] Changes after review
Tomek Mrugalski [Mon, 11 Aug 2014 20:37:29 +0000 (22:37 +0200)] 
[3508] Changes after review

 - Daemon::getVersion() added
 - exists => exits in docs
 - fixed comment in dhcp_test_lib.sh.in

11 years agomodify warning about abuse of the dhcp-ddns server
Jeremy C. Reed [Mon, 11 Aug 2014 20:29:57 +0000 (20:29 +0000)] 
modify warning about abuse of the dhcp-ddns server

discussed little on jabber.
I opened a new ticket to fix code to at #3514

11 years ago[master] Added ChangeLog entry #3487.
Marcin Siodelski [Mon, 11 Aug 2014 20:18:14 +0000 (22:18 +0200)] 
[master] Added ChangeLog entry #3487.

11 years agofix script that creates log messages HTML to say Kea instead of BIND 10
Jeremy C. Reed [Mon, 11 Aug 2014 20:12:48 +0000 (20:12 +0000)] 
fix script that creates log messages HTML to say Kea instead of BIND 10

11 years agoremove my years old comments (no content change)
Jeremy C. Reed [Mon, 11 Aug 2014 20:03:46 +0000 (20:03 +0000)] 
remove my years old comments (no content change)

11 years agochange BIND 10 reference to Kea
Jeremy C. Reed [Mon, 11 Aug 2014 20:03:28 +0000 (20:03 +0000)] 
change BIND 10 reference to Kea

11 years agochange BIND 10 references to Kea.
Jeremy C. Reed [Mon, 11 Aug 2014 20:02:01 +0000 (20:02 +0000)] 
change BIND 10 references to Kea.

11 years agojust keep sentence together
Jeremy C. Reed [Mon, 11 Aug 2014 19:54:29 +0000 (19:54 +0000)] 
just keep sentence together

versus splitting sentence with example in  middle.
This is just my style preference.

While doing this fix the explanation for enabling mysql and postgres
as previously it appeared to imply that you had to specify
the path to the config script (but first example didn't follow what
was stated).

11 years agofix typo for keactrl name
Jeremy C. Reed [Mon, 11 Aug 2014 19:39:52 +0000 (19:39 +0000)] 
fix typo for keactrl name

11 years agoAdd the RFC titles
Jeremy C. Reed [Mon, 11 Aug 2014 19:35:31 +0000 (19:35 +0000)] 
Add the RFC titles

and remove comment about "drafts" since none here

fix one grammar plural mistake

for titles of this section mention DCHP or DHCPv6

11 years agotrivial typo fix in comment
Jeremy C. Reed [Mon, 11 Aug 2014 19:12:37 +0000 (19:12 +0000)] 
trivial typo fix in comment

11 years agojust keep statement as one sentence
Jeremy C. Reed [Mon, 11 Aug 2014 19:08:10 +0000 (19:08 +0000)] 
just keep statement as one sentence

versus splitting sentence with example in  middle.
This is just my style preference.

11 years agouse entity — instead of - dash
Jeremy C. Reed [Mon, 11 Aug 2014 19:03:58 +0000 (19:03 +0000)] 
use entity — instead of - dash

11 years agoinstall ddns example configurations
Jeremy C. Reed [Mon, 11 Aug 2014 19:01:25 +0000 (19:01 +0000)] 
install ddns example configurations

(I also fixed docs in different commit to
fix pointer to examples in installed location instead of source tree.)

Okayed ("seems ok") via jabber.

11 years agomisc improvements:
Jeremy C. Reed [Mon, 11 Aug 2014 19:00:52 +0000 (19:00 +0000)] 
misc improvements:

BUNDY instead of BIND10

remove old comment

shell instead of bash

fix pointer to examples in installed location instead of source tree

11 years agofix typos in configurations
Jeremy C. Reed [Mon, 11 Aug 2014 18:53:47 +0000 (18:53 +0000)] 
fix typos in configurations

missing " quote for json configuration

11 years agochange pool: to "pool": in examples
Jeremy C. Reed [Mon, 11 Aug 2014 18:48:49 +0000 (18:48 +0000)] 
change pool: to "pool": in examples

(wlodek told me)

11 years ago[master] Merge branch 'trac3487'
Marcin Siodelski [Mon, 11 Aug 2014 18:30:24 +0000 (20:30 +0200)] 
[master] Merge branch 'trac3487'

11 years ago[3508] Removed unnecessary echo in configure.ac
Tomek Mrugalski [Mon, 11 Aug 2014 18:20:17 +0000 (20:20 +0200)] 
[3508] Removed unnecessary echo in configure.ac

11 years ago[3487] Minor correction in IfaceMgr method descriptions.
Tomek Mrugalski [Mon, 11 Aug 2014 17:48:41 +0000 (19:48 +0200)] 
[3487] Minor correction in IfaceMgr method descriptions.

11 years agomisc improvements:
Jeremy C. Reed [Mon, 11 Aug 2014 17:29:44 +0000 (17:29 +0000)] 
misc improvements:

fixed install directories

mention openssl

fix url for tarball download (note doesn't exist at time of this
commit)

add some more common configure switches

change kea config "BIND10" to "BUNDY"

fix some paths from bind10 to kea.

minor rewording

11 years ago[3508] Correction is example DHCPv6 config
Tomek Mrugalski [Mon, 11 Aug 2014 16:59:24 +0000 (18:59 +0200)] 
[3508] Correction is example DHCPv6 config

11 years ago[3508] Fix in -V option for DHCPv6
Tomek Mrugalski [Mon, 11 Aug 2014 16:59:05 +0000 (18:59 +0200)] 
[3508] Fix in -V option for DHCPv6

11 years agofix typo
Jeremy C. Reed [Mon, 11 Aug 2014 16:36:18 +0000 (16:36 +0000)] 
fix typo

11 years agoRemove old out-dated BIND10 content.
Jeremy C. Reed [Mon, 11 Aug 2014 16:34:40 +0000 (16:34 +0000)] 
Remove old out-dated BIND10 content.

Mention some more Kea tools and minor rewording.

Note that the brief sections on starting and stopping and managing
the software are now gone.

11 years ago[master] ChangeLog update (added Kea 0.8/bind10 1.2.0 release date)
Tomek Mrugalski [Mon, 11 Aug 2014 16:07:51 +0000 (18:07 +0200)] 
[master] ChangeLog update (added Kea 0.8/bind10 1.2.0 release date)

11 years ago[master] ChangeLog updated.
Tomek Mrugalski [Mon, 11 Aug 2014 15:49:59 +0000 (17:49 +0200)] 
[master] ChangeLog updated.

11 years ago[master] Merge branch 'trac3469' (AUTHORS update)
Tomek Mrugalski [Mon, 11 Aug 2014 15:49:08 +0000 (17:49 +0200)] 
[master] Merge branch 'trac3469' (AUTHORS update)

11 years ago[3508] D2 command line help improved.
Tomek Mrugalski [Mon, 11 Aug 2014 15:43:44 +0000 (17:43 +0200)] 
[3508] D2 command line help improved.

11 years ago[3508] ARM updated.
Tomek Mrugalski [Mon, 11 Aug 2014 15:42:39 +0000 (17:42 +0200)] 
[3508] ARM updated.

11 years ago[3508] Added missing version_test check.
Tomek Mrugalski [Mon, 11 Aug 2014 15:33:15 +0000 (17:33 +0200)] 
[3508] Added missing version_test check.

11 years ago[3487] Ignore loopback interfaces when opening sockets.
Marcin Siodelski [Mon, 11 Aug 2014 15:32:29 +0000 (17:32 +0200)] 
[3487] Ignore loopback interfaces when opening sockets.

11 years ago[3508] version reporting added to Kea4,Kea6,D2
Tomek Mrugalski [Mon, 11 Aug 2014 14:59:26 +0000 (16:59 +0200)] 
[3508] version reporting added to Kea4,Kea6,D2

11 years ago[3508] Unit-tests added for version reporting.
Tomek Mrugalski [Mon, 11 Aug 2014 14:58:53 +0000 (16:58 +0200)] 
[3508] Unit-tests added for version reporting.

11 years ago[3487] Log error from the IfaceMgr if the interface is misconfigured/down.
Marcin Siodelski [Mon, 11 Aug 2014 14:37:15 +0000 (16:37 +0200)] 
[3487] Log error from the IfaceMgr if the interface is misconfigured/down.

11 years ago[3508] git version is now detected.
Tomek Mrugalski [Mon, 11 Aug 2014 14:09:43 +0000 (16:09 +0200)] 
[3508] git version is now detected.

11 years agoFix my typo introduced months ago and minor change.
Jeremy C. Reed [Mon, 11 Aug 2014 13:53:21 +0000 (06:53 -0700)] 
Fix my typo introduced months ago and minor change.

Remove the sentence "This is the source" because same README
also is installed with binaries (no source).
So mention developed by ISC.

This was not reviewed.

11 years agoMinor improvements
Jeremy C. Reed [Mon, 11 Aug 2014 13:46:37 +0000 (06:46 -0700)] 
Minor improvements

- middle initial for a name (consistent with below)

- consistent BIND10/BIND 10

- Add Francis and John DuBois to BIND 10 code contributors

- capitalize Boost

11 years ago[3469] AUTHORS file rewritten
Tomek Mrugalski [Mon, 11 Aug 2014 11:33:28 +0000 (13:33 +0200)] 
[3469] AUTHORS file rewritten

11 years ago[master] Merge branch 'trac3464' (pool definitions are now structures)
Tomek Mrugalski [Fri, 8 Aug 2014 17:13:38 +0000 (19:13 +0200)] 
[master] Merge branch 'trac3464' (pool definitions are now structures)

Conflicts:
ChangeLog
doc/examples/kea4/several-subnets.json
doc/examples/kea4/single-subnet.json
doc/examples/kea6/several-subnets.json
doc/guide/dhcp4-srv.xml

11 years ago[3464] Minor tweak in DHCPv4 section in User's Guide
Tomek Mrugalski [Fri, 8 Aug 2014 16:45:00 +0000 (18:45 +0200)] 
[3464] Minor tweak in DHCPv4 section in User's Guide

11 years ago[master] Merge branch 'trac3427' (logging configuration in kea4,kea6,d2)
Tomek Mrugalski [Fri, 8 Aug 2014 16:42:01 +0000 (18:42 +0200)] 
[master] Merge branch 'trac3427' (logging configuration in kea4,kea6,d2)

Conflicts:
ChangeLog
configure.ac
src/bin/dhcp4/kea_controller.cc
src/bin/dhcp6/kea_controller.cc
src/bin/dhcp6/main.cc
src/lib/log/logger_manager.cc
src/lib/log/logger_unittest_support.cc
src/lib/log/logger_unittest_support.h

11 years ago[3427] Changes after review:
Tomek Mrugalski [Fri, 8 Aug 2014 16:17:36 +0000 (18:17 +0200)] 
[3427] Changes after review:

 - errors printed to stderr in dhcp4,dhcp6 main() function
 - path_replacer.sh is now better documented

11 years ago[3464] ChangeLog entry added.
Tomek Mrugalski [Fri, 8 Aug 2014 15:09:35 +0000 (17:09 +0200)] 
[3464] ChangeLog entry added.

11 years ago[3464] PoolsListParser logic improved
Tomek Mrugalski [Fri, 8 Aug 2014 15:09:04 +0000 (17:09 +0200)] 
[3464] PoolsListParser logic improved

11 years ago[3427] getVerbose() is now const
Tomek Mrugalski [Fri, 8 Aug 2014 12:20:01 +0000 (14:20 +0200)] 
[3427] getVerbose() is now const

11 years ago[3427] make distcheck fix
Tomek Mrugalski [Fri, 8 Aug 2014 12:08:17 +0000 (14:08 +0200)] 
[3427] make distcheck fix

11 years ago[3427] ChangeLog updated
Tomek Mrugalski [Fri, 8 Aug 2014 11:24:23 +0000 (13:24 +0200)] 
[3427] ChangeLog updated

11 years ago[3427] kea.conf is now generated automatically
Tomek Mrugalski [Fri, 8 Aug 2014 11:23:46 +0000 (13:23 +0200)] 
[3427] kea.conf is now generated automatically

11 years ago[3427] Changes after review:
Tomek Mrugalski [Fri, 8 Aug 2014 11:23:27 +0000 (13:23 +0200)] 
[3427] Changes after review:

 - variables, test renamed in daemon unit-tests
 - verbose parameter documented in Daemon class

11 years ago[3427] Fix in keactrl tests.
Tomek Mrugalski [Fri, 8 Aug 2014 11:02:44 +0000 (13:02 +0200)] 
[3427] Fix in keactrl tests.

11 years ago[3427] Logging configuration now properly processes more than one logger
Tomek Mrugalski [Fri, 8 Aug 2014 10:57:52 +0000 (12:57 +0200)] 
[3427] Logging configuration now properly processes more than one logger

11 years ago[3427] path_replacer.sh added
Tomek Mrugalski [Fri, 8 Aug 2014 10:57:20 +0000 (12:57 +0200)] 
[3427] path_replacer.sh added

11 years ago[3427] Changes after review
Tomek Mrugalski [Fri, 8 Aug 2014 09:42:12 +0000 (11:42 +0200)] 
[3427] Changes after review

 - logger names are now kea-dhcp4, kea-dhcp6, kea-dhcp-ddns
 - fix in keactrl_tests
 - User's Guide, examples updated

11 years ago[master] Merge branch 'trac3417' (bind10 removal from .cc/.h)
Tomek Mrugalski [Thu, 7 Aug 2014 11:12:58 +0000 (13:12 +0200)] 
[master] Merge branch 'trac3417' (bind10 removal from .cc/.h)

Conflicts:
ChangeLog

11 years ago[3417] Cosmetic changes after review
Tomek Mrugalski [Thu, 7 Aug 2014 11:09:23 +0000 (13:09 +0200)] 
[3417] Cosmetic changes after review

11 years ago[master] Merge branch 'trac3434' (lib/util/hash cleanup)
Tomek Mrugalski [Wed, 6 Aug 2014 17:19:46 +0000 (19:19 +0200)] 
[master] Merge branch 'trac3434' (lib/util/hash cleanup)

11 years ago[master] Merge branch 'trac3468' (Kea6, DDNS User's Guide update)
Tomek Mrugalski [Wed, 6 Aug 2014 17:14:44 +0000 (19:14 +0200)] 
[master] Merge branch 'trac3468' (Kea6, DDNS User's Guide update)

Conflicts:
ChangeLog
doc/guide/dhcp6-srv.xml

11 years ago[3468] ChangeLog updated.
Tomek Mrugalski [Wed, 6 Aug 2014 17:10:13 +0000 (19:10 +0200)] 
[3468] ChangeLog updated.

11 years ago[3468] "true", "false" => true, false
Tomek Mrugalski [Wed, 6 Aug 2014 17:09:27 +0000 (19:09 +0200)] 
[3468] "true", "false" => true, false

11 years ago[3417] Minor updates in configure.ac (BIND 10 => Kea)
Tomek Mrugalski [Wed, 6 Aug 2014 10:51:57 +0000 (12:51 +0200)] 
[3417] Minor updates in configure.ac (BIND 10 => Kea)

11 years ago[3417] ChangeLog updated.
Tomek Mrugalski [Wed, 6 Aug 2014 10:46:10 +0000 (12:46 +0200)] 
[3417] ChangeLog updated.

11 years ago[3417] shell scripts updated (B10_ => KEA_)
Tomek Mrugalski [Wed, 6 Aug 2014 10:46:00 +0000 (12:46 +0200)] 
[3417] shell scripts updated (B10_ => KEA_)

11 years ago[3417] B10 => KEA renamed
Tomek Mrugalski [Wed, 6 Aug 2014 09:48:50 +0000 (11:48 +0200)] 
[3417] B10 => KEA renamed

11 years ago[3417] "bind 10" => Kea converted in many .cc/.h files
Tomek Mrugalski [Wed, 6 Aug 2014 09:24:16 +0000 (11:24 +0200)] 
[3417] "bind 10" => Kea converted in many .cc/.h files

11 years ago[3468] Minor editorial changes during review
Stephen Morris [Tue, 5 Aug 2014 19:29:39 +0000 (20:29 +0100)] 
[3468] Minor editorial changes during review

Including: ensuring consistent formaat for lists, ensuring
order of items in a list explaining an example JSON map
corresponds to the order of the elements in the map, etc.

11 years ago[3417] Bind10 => Kea in many .cc/.h files
Tomek Mrugalski [Tue, 5 Aug 2014 05:57:46 +0000 (07:57 +0200)] 
[3417] Bind10 => Kea in many .cc/.h files

11 years ago[3417] Obsolete directory src/bin/cmdctl removed.
Tomek Mrugalski [Tue, 5 Aug 2014 05:56:06 +0000 (07:56 +0200)] 
[3417] Obsolete directory src/bin/cmdctl removed.

11 years ago[3468] Whitespace clean-up in DDNS module.
Tomek Mrugalski [Mon, 4 Aug 2014 20:12:01 +0000 (22:12 +0200)] 
[3468] Whitespace clean-up in DDNS module.

11 years ago[3468] DDNS chapter updated.
Tomek Mrugalski [Mon, 4 Aug 2014 20:11:11 +0000 (22:11 +0200)] 
[3468] DDNS chapter updated.

11 years ago[3468] DHCPv6 chapter converted to JSON format.
Tomek Mrugalski [Mon, 4 Aug 2014 17:52:00 +0000 (19:52 +0200)] 
[3468] DHCPv6 chapter converted to JSON format.

11 years ago[master] Added ChangeLog entry 811 for #3505
Thomas Markwalder [Fri, 1 Aug 2014 20:32:08 +0000 (16:32 -0400)] 
[master] Added ChangeLog entry 811 for #3505

11 years ago[master] Merge branch 'trac3505'
Thomas Markwalder [Fri, 1 Aug 2014 20:21:45 +0000 (16:21 -0400)] 
[master] Merge branch 'trac3505'

Added dhcp_ddns::NameChangeRequest JSON format

11 years ago[master] Added ChangeLog entry for #3481.
Stephen Morris [Fri, 1 Aug 2014 19:52:05 +0000 (20:52 +0100)] 
[master] Added ChangeLog entry for #3481.

11 years ago[master] Merge branch 'trac3481'
Stephen Morris [Fri, 1 Aug 2014 19:22:30 +0000 (20:22 +0100)] 
[master] Merge branch 'trac3481'

Conflicts:
configure.ac
src/bin/Makefile.am