]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
10 years ago[3681] Updated dhcpdb_create.mysql, upgrade_2.0_to_3.0.sh.in from master
Tomek Mrugalski [Thu, 25 Jun 2015 17:50:36 +0000 (19:50 +0200)] 
[3681] Updated dhcpdb_create.mysql, upgrade_2.0_to_3.0.sh.in from master

10 years ago[3681] Last patch clean-up:
Tomek Mrugalski [Thu, 25 Jun 2015 17:49:47 +0000 (19:49 +0200)] 
[3681] Last patch clean-up:

 - Unnecessary comments removed;
 - Copyright years updated
 - whitespace sanitized (tabs, trailing spaces removed)
 - unit-tests moved from lease_mgr_factory to data_source
 - includes cleaned up in data_source.cc

10 years ago[3681] Patch as provided by Adam Kalmus:
Tomek Mrugalski [Thu, 25 Jun 2015 17:23:23 +0000 (19:23 +0200)] 
[3681] Patch as provided by Adam Kalmus:

 - schema header is now updated to 3.0
 - copyright years updated
 - doxygen comments added
 - unit-test for upgrading to 3.0 added

10 years ago[3681] Added missing unit-test file.
Tomek Mrugalski [Fri, 17 Apr 2015 19:24:24 +0000 (21:24 +0200)] 
[3681] Added missing unit-test file.

10 years ago[3681] DataSource class added.
Tomek Mrugalski [Fri, 17 Apr 2015 19:21:26 +0000 (21:21 +0200)] 
[3681] DataSource class added.

 - code refactoring after last commit, clean-up, compilation fixes
 - Makefile updates
 - Added new unit-tests for DataSource (mostly moved from LeaseMgr
   unit-tests)

10 years ago[3681] MySQLConnection class implemented
Tomek Mrugalski [Fri, 17 Apr 2015 11:39:45 +0000 (13:39 +0200)] 
[3681] MySQLConnection class implemented

 - patch as sent by Adam Kalmus

10 years ago[master] Merged trac3858a (locat paths in libdhcpsrv_unittests)
Francis Dupont [Thu, 25 Jun 2015 12:08:54 +0000 (14:08 +0200)] 
[master] Merged trac3858a (locat paths in libdhcpsrv_unittests)

10 years ago[master] Merged trac3922 (Stopwatch not copyable) sedhcpv6a_0
Francis Dupont [Thu, 25 Jun 2015 10:54:18 +0000 (12:54 +0200)] 
[master] Merged trac3922 (Stopwatch not copyable)

10 years ago[3922] Made Stopwatch not copyable
Francis Dupont [Wed, 24 Jun 2015 17:45:57 +0000 (19:45 +0200)] 
[3922] Made Stopwatch not copyable

10 years ago[master] ChangeLog updated after 3918 merge. trac3922_base trac3923_base
Tomek Mrugalski [Wed, 24 Jun 2015 16:42:39 +0000 (18:42 +0200)] 
[master] ChangeLog updated after 3918 merge.

10 years ago[master] Merge branch 'trac3918' (KEA_SOCKET_TEST_DIR variable)
Tomek Mrugalski [Wed, 24 Jun 2015 16:41:24 +0000 (18:41 +0200)] 
[master] Merge branch 'trac3918' (KEA_SOCKET_TEST_DIR variable)

Conflicts:
src/lib/util/tests/socketsession_unittest.cc

10 years ago[3918] Changes after review:
Tomek Mrugalski [Wed, 24 Jun 2015 12:42:57 +0000 (14:42 +0200)] 
[3918] Changes after review:

 - filename length is printed if path is too long
 - unit-test added for too long path

10 years ago[3918] Documentation updated.
Tomek Mrugalski [Wed, 24 Jun 2015 12:42:16 +0000 (14:42 +0200)] 
[3918] Documentation updated.

10 years ago[3918] Unix socket tests now use KEA_SOCKET_TEST_DIR env var (if available)
Tomek Mrugalski [Wed, 24 Jun 2015 11:42:47 +0000 (13:42 +0200)] 
[3918] Unix socket tests now use KEA_SOCKET_TEST_DIR env var (if available)

10 years ago[master] Updated git hash trac3919_base trac3920_base trac3921_base
Francis Dupont [Wed, 24 Jun 2015 09:41:25 +0000 (11:41 +0200)] 
[master] Updated git hash

10 years ago[master] Added ChangeLog entry for trac3841 (use remove() vs unlink())
Francis Dupont [Wed, 24 Jun 2015 09:40:41 +0000 (11:40 +0200)] 
[master] Added ChangeLog entry for trac3841 (use remove() vs unlink())

10 years ago[master] Some other/new s/unlink/remove/
Francis Dupont [Wed, 24 Jun 2015 08:09:50 +0000 (10:09 +0200)] 
[master] Some other/new s/unlink/remove/

10 years ago[master] Finished merge of trac3841 (use remove() vs unlink()) at the exception of...
Francis Dupont [Wed, 24 Jun 2015 08:06:52 +0000 (10:06 +0200)] 
[master] Finished merge of trac3841 (use remove() vs unlink()) at the exception of the ChangeLog entry

10 years ago[master] Merged trac3824 (small bugs in dns++ from VS)
Francis Dupont [Wed, 24 Jun 2015 07:44:58 +0000 (09:44 +0200)] 
[master] Merged trac3824 (small bugs in dns++ from VS)

10 years ago[master] Merged trac3828 (IN macros guard)
Francis Dupont [Wed, 24 Jun 2015 07:39:18 +0000 (09:39 +0200)] 
[master] Merged trac3828 (IN macros guard)

10 years ago[3858a] Added some missing getLeaseFilePath() which made MemfileLeaseMgrTest tests...
Francis Dupont [Tue, 23 Jun 2015 19:50:25 +0000 (21:50 +0200)] 
[3858a] Added some missing getLeaseFilePath() which made MemfileLeaseMgrTest tests to failed when ran from other directories

10 years ago[3858a] Rebased to address similar new bugs
Francis Dupont [Tue, 23 Jun 2015 19:14:58 +0000 (21:14 +0200)] 
[3858a] Rebased to address similar new bugs

10 years ago[3828] Updated and added a comment
Francis Dupont [Tue, 23 Jun 2015 19:11:02 +0000 (21:11 +0200)] 
[3828] Updated and added a comment

10 years ago[3918] Documentation updated.
Tomek Mrugalski [Tue, 23 Jun 2015 18:18:37 +0000 (20:18 +0200)] 
[3918] Documentation updated.

10 years ago[3918] UNIX socket path length is now checked.
Tomek Mrugalski [Tue, 23 Jun 2015 18:03:55 +0000 (20:03 +0200)] 
[3918] UNIX socket path length is now checked.

10 years ago[master] Merged trac3899 (error message fixes)
Francis Dupont [Tue, 23 Jun 2015 17:53:34 +0000 (19:53 +0200)] 
[master] Merged trac3899 (error message fixes)

10 years ago[3899] Reindented
Francis Dupont [Tue, 23 Jun 2015 17:52:12 +0000 (19:52 +0200)] 
[3899] Reindented

10 years ago[3899] Updated copyrights
Francis Dupont [Tue, 23 Jun 2015 17:50:54 +0000 (19:50 +0200)] 
[3899] Updated copyrights

10 years ago[3899] Merged strings
Francis Dupont [Tue, 23 Jun 2015 17:50:03 +0000 (19:50 +0200)] 
[3899] Merged strings

10 years ago[master] Merged trac3870 (OPTIONAL macro guard)
Francis Dupont [Tue, 23 Jun 2015 17:44:09 +0000 (19:44 +0200)] 
[master] Merged trac3870 (OPTIONAL macro guard)

10 years ago[3870] Added the OPTIONAL macro guard for d2
Francis Dupont [Tue, 23 Jun 2015 17:42:31 +0000 (19:42 +0200)] 
[3870] Added the OPTIONAL macro guard for d2

10 years ago[3870] Added a comment to explain the guard
Francis Dupont [Tue, 23 Jun 2015 17:42:03 +0000 (19:42 +0200)] 
[3870] Added a comment to explain the guard

10 years ago[master] Merged trac3863 (ntervalTimerTest.startIntervalTimer too strict)
Francis Dupont [Tue, 23 Jun 2015 17:32:11 +0000 (19:32 +0200)] 
[master] Merged trac3863 (ntervalTimerTest.startIntervalTimer too strict)

10 years ago[kea-0.9.2-beta] ChangeLog and configure.ac updated trac3858a_base
Wlodek Wencel [Mon, 22 Jun 2015 15:53:03 +0000 (17:53 +0200)] 
[kea-0.9.2-beta] ChangeLog and configure.ac updated

10 years ago [kea-0.9.2-beta] .mes files reorder
Wlodek Wencel [Mon, 22 Jun 2015 15:52:49 +0000 (17:52 +0200)] 
 [kea-0.9.2-beta] .mes files reorder

10 years ago[master] ChangeLog updated.
Tomek Mrugalski [Mon, 22 Jun 2015 14:48:15 +0000 (16:48 +0200)] 
[master] ChangeLog updated.

10 years ago[3917] Updated version number 0.9.2 => 0.9.2-beta
Tomek Mrugalski [Mon, 22 Jun 2015 14:46:48 +0000 (16:46 +0200)] 
[3917] Updated version number 0.9.2 => 0.9.2-beta

10 years ago[3917] v4 -> v6
Tomek Mrugalski [Mon, 22 Jun 2015 14:45:03 +0000 (16:45 +0200)] 
[3917] v4 -> v6

10 years ago[3917] Missing Management API section added in DHCPv6 chapter.
Tomek Mrugalski [Mon, 22 Jun 2015 14:17:54 +0000 (16:17 +0200)] 
[3917] Missing Management API section added in DHCPv6 chapter.

10 years ago[master] Updated git hash trac3908_base trac3915_base
Francis Dupont [Sun, 21 Jun 2015 22:56:46 +0000 (00:56 +0200)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac3882a (-V database details)
Francis Dupont [Sun, 21 Jun 2015 22:55:56 +0000 (00:55 +0200)] 
[master] Finished merge of trac3882a (-V database details)

10 years ago[master] Merged trac3882a (-V database details)
Francis Dupont [Sun, 21 Jun 2015 22:53:26 +0000 (00:53 +0200)] 
[master] Merged trac3882a (-V database details)

10 years ago[3882a] Extended -V and added -W
Francis Dupont [Sat, 20 Jun 2015 13:45:47 +0000 (15:45 +0200)] 
[3882a] Extended -V and added -W

10 years ago[3882a] Added a comma before library
Francis Dupont [Sat, 20 Jun 2015 13:13:23 +0000 (15:13 +0200)] 
[3882a] Added a comma before library

10 years ago[master] Update change log entry for 3799 trac3910_base
Shawn Routhier [Fri, 19 Jun 2015 18:54:30 +0000 (11:54 -0700)] 
[master] Update change log entry for 3799

10 years agoMerge branch 'trac3799' Add support for per subnet statistics in v6
Shawn Routhier [Fri, 19 Jun 2015 18:52:32 +0000 (11:52 -0700)] 
Merge branch 'trac3799' Add support for per subnet statistics in v6

Conflicts:
ChangeLog
doc/guide/dhcp6-srv.xml
src/bin/dhcp6/tests/dhcp6_test_utils.cc

10 years ago[3799] Updates per review comments
Shawn Routhier [Fri, 19 Jun 2015 18:08:22 +0000 (11:08 -0700)] 
[3799] Updates per review comments

Change the -NAs and -PDs strings to -nas and -pds to be in line with
the rest of the statistic names

Remove @todo from CfgSubnet6::updateStatistics and CfgSubnet6::removeStatistics

10 years ago[master] Merge branch 'trac3795' (DHCPv6 statistics)
Tomek Mrugalski [Fri, 19 Jun 2015 17:41:18 +0000 (19:41 +0200)] 
[master] Merge branch 'trac3795' (DHCPv6 statistics)

Conflicts:
doc/guide/dhcp4-srv.xml

10 years ago[3795] Changes after review:
Tomek Mrugalski [Fri, 19 Jun 2015 17:16:54 +0000 (19:16 +0200)] 
[3795] Changes after review:

 - comments in pkt6-receive-drop fixed

10 years ago[master] Forgotten cleanup for 3800: remove tabs.
Tomek Mrugalski [Fri, 19 Jun 2015 16:44:46 +0000 (18:44 +0200)] 
[master] Forgotten cleanup for 3800: remove tabs.

10 years ago[master] Compilation fix, a mother of all fixes:
Tomek Mrugalski [Fri, 19 Jun 2015 16:40:35 +0000 (18:40 +0200)] 
[master] Compilation fix, a mother of all fixes:

 - linker failure in lfc (and tests), added libkea-cc
 - linker failure in dhcp6 (and tests), added libkea-stats
 - remove troublesome CtrlDhcpv4SrvTest.DISABLED_commandSocketBasic test

10 years ago[master] ChangeLog updated.
Tomek Mrugalski [Fri, 19 Jun 2015 16:24:48 +0000 (18:24 +0200)] 
[master] ChangeLog updated.

10 years ago[master] Merge branch 'trac3800' (stats, control channel docs)
Tomek Mrugalski [Fri, 19 Jun 2015 16:22:39 +0000 (18:22 +0200)] 
[master] Merge branch 'trac3800' (stats, control channel docs)

10 years ago[master] Added Changelog entry 963 for #3797.
Thomas Markwalder [Fri, 19 Jun 2015 15:49:39 +0000 (11:49 -0400)] 
[master] Added Changelog entry 963 for #3797.

10 years ago[master] Merge branch 'trac3797'
Thomas Markwalder [Fri, 19 Jun 2015 15:22:07 +0000 (11:22 -0400)] 
[master] Merge branch 'trac3797'

    Adds Control Channel support to DHCPv6

10 years ago[3797] Use TEST_DATA_BUILDDIR for unit tests
Thomas Markwalder [Fri, 19 Jun 2015 15:17:03 +0000 (11:17 -0400)] 
[3797] Use TEST_DATA_BUILDDIR for unit tests

Replaced use of TEST_DATA_DIR with TEST_DATA_BUILDDIR for socket_path
and fixed cast of close.

10 years ago[3800] Minor corrections in stats.xml
Tomek Mrugalski [Fri, 19 Jun 2015 15:05:53 +0000 (17:05 +0200)] 
[3800] Minor corrections in stats.xml

10 years ago[master] Fixed distcheck failures/
Thomas Markwalder [Fri, 19 Jun 2015 15:04:12 +0000 (11:04 -0400)] 
[master] Fixed distcheck failures/

Unit tests in lib/config/tests and bin/dhcp4/tests were attempting
to write to TEST_DATA_DIR rather than TEST_DATA_BUILDDIR, make distcheck
to fail.

10 years ago[3797] Addressed review comments
Thomas Markwalder [Fri, 19 Jun 2015 14:24:46 +0000 (10:24 -0400)] 
[3797] Addressed review comments

    Minor cleanup issues

10 years ago[3795] One extra unit-test implemented for pkt6-receive-drop
Tomek Mrugalski [Fri, 19 Jun 2015 13:54:30 +0000 (15:54 +0200)] 
[3795] One extra unit-test implemented for pkt6-receive-drop

10 years ago[3795] Changes after review:
Tomek Mrugalski [Fri, 19 Jun 2015 13:32:32 +0000 (15:32 +0200)] 
[3795] Changes after review:

 - Added several more unit-tests for pkt6-receive-drop
   (not all cases are really testable)
 - User's Guide cleanup
 - using namespace isc::stats added
 - Dhcp6Client::useServerId() implemented

10 years ago[3899] Merged proposed change from #3886/sedhcpv6
Francis Dupont [Fri, 19 Jun 2015 13:28:57 +0000 (15:28 +0200)] 
[3899] Merged proposed change from #3886/sedhcpv6

10 years ago[3882a] Updated extended version code
Francis Dupont [Fri, 19 Jun 2015 12:39:02 +0000 (14:39 +0200)] 
[3882a] Updated extended version code

10 years ago[3882a] Updated server stuff at the exclusion of the extended version code itself
Francis Dupont [Fri, 19 Jun 2015 12:33:11 +0000 (14:33 +0200)] 
[3882a] Updated server stuff at the exclusion of the extended version code itself

10 years ago[3882a] Added new getDBVersion() class method
Francis Dupont [Fri, 19 Jun 2015 12:30:51 +0000 (14:30 +0200)] 
[3882a] Added new getDBVersion() class method

10 years ago[master] Updated git hash
Francis Dupont [Fri, 19 Jun 2015 09:39:32 +0000 (11:39 +0200)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac3618 (truncated packet/option/vendor-option)
Francis Dupont [Fri, 19 Jun 2015 09:37:49 +0000 (11:37 +0200)] 
[master] Finished merge of trac3618 (truncated packet/option/vendor-option)

10 years ago[3618] Fixed ambiguous comment
Francis Dupont [Fri, 19 Jun 2015 09:31:23 +0000 (11:31 +0200)] 
[3618] Fixed ambiguous comment

10 years ago[master] Updated git hash
Francis Dupont [Fri, 19 Jun 2015 09:20:29 +0000 (11:20 +0200)] 
[master] Updated git hash

10 years ago[master] Finished merge of trac3697 (cryptic error on invalid config)
Francis Dupont [Fri, 19 Jun 2015 09:19:00 +0000 (11:19 +0200)] 
[master] Finished merge of trac3697 (cryptic error on invalid config)

10 years ago[master] Merged trac3697 (cryptic error on invalid config)
Francis Dupont [Fri, 19 Jun 2015 09:17:11 +0000 (11:17 +0200)] 
[master] Merged trac3697 (cryptic error on invalid config)

10 years ago[3697] Ported the proposed patch to DHCPv4
Francis Dupont [Fri, 19 Jun 2015 09:14:36 +0000 (11:14 +0200)] 
[3697] Ported the proposed patch to DHCPv4

10 years ago[3697] Applied and reindented the proposed patch
Francis Dupont [Fri, 19 Jun 2015 09:11:21 +0000 (11:11 +0200)] 
[3697] Applied and reindented the proposed patch

10 years ago[3800] Fix some typo level items in the documentation.
Shawn Routhier [Fri, 19 Jun 2015 06:36:13 +0000 (23:36 -0700)] 
[3800] Fix some typo level items in the documentation.

10 years ago[3618] More typos
Shawn Routhier [Thu, 18 Jun 2015 22:06:11 +0000 (15:06 -0700)] 
[3618] More typos

10 years ago[3797] Added support for Control Channel to DHCPv6
Thomas Markwalder [Thu, 18 Jun 2015 19:11:22 +0000 (15:11 -0400)] 
[3797] Added support for Control Channel to DHCPv6

src/bin/dhcp6/ctrl_dhcp6_srv.cc
    ControlledDhcpv6Srv::ControlledDhcpv6Srv()
        added CommandMgr init and handler registration

    ControlledDhcpv6Srv::~ControlledDhcpv6Srv() {
        added CommandMgr shutdown and handler deregistration

src/bin/dhcp6/json_config_parser.cc
    - createGlobal6DhcpConfigParser()
        added support for "control-socket" element

    - configureDhcp6Server()
        added logic to configure CommandMgr based on
        control-socket configuration element

src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc
    - UnixControlClient  - new class that acts as UnixCommandSocket client    - CtrlChannelDhcpv6SrvTest - new test fixture for testing a DHCPv6 server
    with a Control Channel

    - Added the following tests:
    TEST_F(CtrlDhcpv6SrvTest, commandsRegistration)
    TEST_F(CtrlChannelDhcpv6SrvTest, controlChannelNegative)
    TEST_F(CtrlChannelDhcpv6SrvTest, controlChannelShutdown)
    TEST_F(CtrlChannelDhcpv6SrvTest, controlChannelStats)

10 years ago[3800] Remaing documentation written.
Tomek Mrugalski [Thu, 18 Jun 2015 17:00:09 +0000 (19:00 +0200)] 
[3800] Remaing documentation written.

10 years ago[3618] addressed comments: fix docs, improved unpack{,Vendor}Options[46], fixed/impro...
Francis Dupont [Thu, 18 Jun 2015 16:13:06 +0000 (18:13 +0200)] 
[3618] addressed comments: fix docs, improved unpack{,Vendor}Options[46], fixed/improved tests

10 years ago[3618] indent/tab
Francis Dupont [Thu, 18 Jun 2015 15:39:52 +0000 (17:39 +0200)] 
[3618] indent/tab

10 years ago[3618] untabified
Francis Dupont [Thu, 18 Jun 2015 15:38:43 +0000 (17:38 +0200)] 
[3618] untabified

10 years ago[3800] 6 statistic-{get,reset,remove}-* commands described.
Tomek Mrugalski [Thu, 18 Jun 2015 15:15:40 +0000 (17:15 +0200)] 
[3800] 6 statistic-{get,reset,remove}-* commands described.

10 years ago[master] Updated ChangeLog
Francis Dupont [Thu, 18 Jun 2015 12:47:29 +0000 (14:47 +0200)] 
[master] Updated ChangeLog

10 years ago[master] Finished merge of trac3732b (remaining bundy code)
Francis Dupont [Thu, 18 Jun 2015 12:46:31 +0000 (14:46 +0200)] 
[master] Finished merge of trac3732b (remaining bundy code)

10 years ago[master] Merged trac3732b (remaining bundy code)
Francis Dupont [Thu, 18 Jun 2015 12:44:20 +0000 (14:44 +0200)] 
[master] Merged trac3732b (remaining bundy code)

10 years ago[3795] Fix some typos
Shawn Routhier [Thu, 18 Jun 2015 06:30:32 +0000 (23:30 -0700)] 
[3795] Fix some typos

10 years ago[3799] Add more tests
Shawn Routhier [Thu, 18 Jun 2015 03:55:15 +0000 (20:55 -0700)] 
[3799] Add more tests

Update the documents a bit

Fix up handling reservations from outside the subnet

Add more tests

10 years ago[3732b] Removed no longer used CONFIG_XXX messages
Francis Dupont [Wed, 17 Jun 2015 20:27:16 +0000 (22:27 +0200)] 
[3732b] Removed no longer used CONFIG_XXX messages

10 years ago[3732b] Removed no longer used config_logger
Francis Dupont [Wed, 17 Jun 2015 20:24:22 +0000 (22:24 +0200)] 
[3732b] Removed no longer used config_logger

10 years ago[3732b] Edited documentation.txt keeping the .spec file section
Francis Dupont [Wed, 17 Jun 2015 20:19:12 +0000 (22:19 +0200)] 
[3732b] Edited documentation.txt keeping the .spec file section

10 years ago[3732b] Removed TODO (likely more than obsolete)
Francis Dupont [Wed, 17 Jun 2015 20:17:32 +0000 (22:17 +0200)] 
[3732b] Removed TODO (likely more than obsolete)

10 years ago[3732b] Removed reference of no longer existing LOG_SPEC_FILE
Francis Dupont [Wed, 17 Jun 2015 20:15:15 +0000 (22:15 +0200)] 
[3732b] Removed reference of no longer existing LOG_SPEC_FILE

10 years ago[3732b] Removed no longer used b10-config files
Francis Dupont [Wed, 17 Jun 2015 20:13:13 +0000 (22:13 +0200)] 
[3732b] Removed no longer used b10-config files

10 years ago[3732b] Updated PTHEAD_LDFLAGS comment
Francis Dupont [Wed, 17 Jun 2015 20:08:26 +0000 (22:08 +0200)] 
[3732b] Updated PTHEAD_LDFLAGS comment

10 years ago[3732b] Removed logging from cc library
Francis Dupont [Wed, 17 Jun 2015 20:03:49 +0000 (22:03 +0200)] 
[3732b] Removed logging from cc library

10 years ago[master] Revert "[master] Finished merge if trac3732a (remove BUNDY 2nd pass)" trac3732b_base
Francis Dupont [Wed, 17 Jun 2015 15:12:33 +0000 (17:12 +0200)] 
[master] Revert "[master] Finished merge if trac3732a (remove BUNDY 2nd pass)"

This reverts commit 8d0324f4786900db953489ebaa9e018b1238543f, reversing
changes made to 9257854f21b976f8711c8181f70261467759e0d7.

Revert trac3732a merge because config was reused by command stuff.

10 years ago[3795] Documentation updated.
Tomek Mrugalski [Wed, 17 Jun 2015 14:36:12 +0000 (16:36 +0200)] 
[3795] Documentation updated.

10 years ago[master] Merged trac3866 (don't leave the PID file read-only) trac3830_base
Francis Dupont [Wed, 17 Jun 2015 13:06:43 +0000 (15:06 +0200)] 
[master] Merged trac3866 (don't leave the PID file read-only)

10 years ago[master] Merged trac3857 (#3763 DSO in doc)
Francis Dupont [Wed, 17 Jun 2015 12:44:46 +0000 (14:44 +0200)] 
[master] Merged trac3857 (#3763 DSO in doc)

10 years ago[master] Fixed ChangeLog
Francis Dupont [Wed, 17 Jun 2015 12:33:39 +0000 (14:33 +0200)] 
[master] Fixed ChangeLog

10 years ago[master] Finished merge if trac3732a (remove BUNDY 2nd pass)
Francis Dupont [Wed, 17 Jun 2015 12:30:57 +0000 (14:30 +0200)] 
[master] Finished merge if trac3732a (remove BUNDY 2nd pass)