BIND 10 bind10-1.1.X-release, created. 687fa762a0ac60738a5f33abdd89b4340cff5526 [bind10-1.1.0-release] update version to 1.1.0
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 6 02:11:32 UTC 2013
The branch, bind10-1.1.X-release has been created
at 687fa762a0ac60738a5f33abdd89b4340cff5526 (commit)
- Log -----------------------------------------------------------------
commit 687fa762a0ac60738a5f33abdd89b4340cff5526
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed Jun 5 20:49:54 2013 -0500
[bind10-1.1.0-release] update version to 1.1.0
for release
commit 1239923f9fabd211240661a82fb1f56bd00671a0
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed Jun 5 20:49:29 2013 -0500
[bind10-1.1.0-release] add date for the 1.1.0 release
commit e25a1bac384d2a14781154180edcc49bda805fea
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed May 29 10:50:40 2013 -0500
[bind10-1.1.0-release] fix number for entry for 619 and add timestamp for rc1
commit 99aeb2c0f0e04dfe6871afac4c19d0b17be8f294
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 22:38:17 2013 -0700
[master] avoid using 'with' protocol for socket.socket. it doesn't work < 3.2.
this should fix test failures reported by buildbots. confirmed, committing
at my discretion.
commit 7b720f0e7f202767fc87a4ee1a57f7f1cf8f6627
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed May 29 11:29:47 2013 -0400
[master] changelog for #2934
(cherry picked from commit aafb86a4203109142c6f888a2548fe57dd0dd701)
Conflicts:
ChangeLog
fix conflicts
commit 801c8cf7f8c23e32c62be46ae44e56df914a6a39
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 23 15:19:26 2013 -0700
[master] Merge branch 'trac2934'
(cherry picked from commit bde0e94518469557c8b455ccbecc079a38382afd)
commit a66bdc21c873982f907eb5edb87f2113536eb384
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed May 29 10:17:43 2013 -0400
[master] Added ChangeLog entry for #2786.
(cherry picked from commit 9346c7a0f4d9dce50b673e66b5cc992f9b32d18b)
Conflicts:
ChangeLog
remove unrelated after cherry-pick conflict
commit 3b2bf5fdb7a3e834da57a862639a6797d26d87c7
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed May 29 10:16:50 2013 -0400
[master] Merge branch 'trac2786'
(cherry picked from commit 96b1a7eb31b16bf9b270ad3d82873c0bd86a3530)
Conflicts:
src/lib/dhcp/tests/pkt4_unittest.cc
manually removed the head version for that conflict
commit 515cf0ab42d1aae7fa9db5140ebdef8d889d970a
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed May 29 07:49:14 2013 -0500
[bind10-1.1.0-release] update version to rc1
commit 0424397c49a1ea6d253f369cbab3d85166a661eb
Author: Jeremy C. Reed <jreed at isc.org>
Date: Wed May 29 07:45:38 2013 -0500
[bind10-1.1.0-release][master] fix version for 1.1.0
typo before
(and fix conflict due to other changes not in this branch)
commit a4230b00aea0cb3ac8cb70d06b928736ea2ff6a5
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 17 13:31:47 2013 -0700
[bind10-1.1.0-release][master] changelog for #2946
fix conlicts by removing the entries that didn't get merged into
this stable branch
commit ac23793edef0d37da7136e2306ad7e29e75e3d5f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 17 13:28:25 2013 -0700
[bind10-1.1.0-release][master] Merge branch 'trac2946'
commit 47c74d3484fb75eb54f5e17c857ae17fcd7dcede
Author: Jeremy C. Reed <jreed at isc.org>
Date: Thu May 9 11:17:26 2013 -0500
[bind10-1.1.0-release] update release date
commit c03c4a2def7eb61194b9454596ce70387f9d18df
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 8 23:05:14 2013 -0700
[bind10-1.1.0-release][master] exit from SyncUDPServer::handleRead immediately if stopped.
while not really correct, this seems to work as a workaround for the crash
problem reported in #2946.
okayed on jabber.
commit 2afaca6af095566dc2a9dad4775c9c414ad42404
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 8 22:08:27 2013 -0700
[bind10-1.1.0-release][master] don't initialize test data objects in namescope level.
this caused statici initialization fiasco for some build, e.g.:
http://git.bind10.isc.org/~tester/builder/BIND10/20130508225127-MacOSX10.6-x86_64-Clang-Static/logs/unittests.out
string objects moved inside the compare tests did not actually cause harm
in this environment, but should be generally better to be initialized
this way for the same reason.
while it's not a kind of 5-line patch, it should be pretty straightforward,
so I'm committing it at my discretion.
commit f5f51904408ec43ac9aefbd3c6a5d8c91a50ada8
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 3 21:24:10 2013 +0000
[bind10-1.1.0-release][master] include stdlib.h instead of cstlib; for random(3) we need the former.
commit 8d63c7895455600288c7362e1deba7905594156d
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 3 01:02:41 2013 -0700
[bind10-1.1.0-release][master] use a wrapper for boost::function to work around sunstudio build issue
it can't handle it if we pass a function object directly to asio function
(also templated). okayed on jabber.
commit 25bda17c3adae860fbbe941fe19dbc228d22eeb8
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri May 3 09:53:07 2013 +0200
[bind10-1.1.0-release]Don't rely on friends
Fix compilation on SunStudio. Avoid relying on combination of friend
declaration and nested class, which SunStudio gets wrong as it's quite
complex.
commit f3ff9b2eb85673663f48f97d5a6f46b249ec3d64
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 3 07:26:35 2013 +0000
[bind10-1.1.0-release][master] define a wrapper object to pass to io_service::post explicitly.
depending on the version of boost and sunstudio, passing a temporary still
doesn't seem to work.
commit 19bd3958039931b483a259365fb4ca29d9539019
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri May 3 00:05:44 2013 -0700
[bind10-1.1.0-release][master] use a wrapper for passing boost::function to io_service::post()
this works as a workaround for a build failure with SunStudio.
commit da3b1a5b6b1858a40d07df62f71005abe274d5f3
Merge: c1ddd32 9f92c87
Author: Jeremy C. Reed <jreed at isc.org>
Date: Thu May 2 20:13:06 2013 -0500
[bind10-1.1.0-release]rebranching from master
fix conflicts
and also increase version to beta2
commit c1ddd32cc4f96620fda3a1fa96025262cce2e6cd
Author: Jeremy C. Reed <jreed at isc.org>
Date: Thu Apr 4 10:37:44 2013 -0500
[bind10-1.1.0-release] version is 1.1.0beta1
commit a39d36b0aa946d2a1d56561c38b2e9f5772176c3
Author: Jeremy C. Reed <jreed at isc.org>
Date: Thu Apr 4 08:35:55 2013 -0500
[bind10-1.1.0-release][master] On line 92 use a # hash mark before the Trac number.
and also remove dash before beta revision in version naming
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list