Advertisement
Guest User

Untitled

a guest
Dec 7th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. commit e8e2f35b29ea3ee91fc6f945b80e4fd75dae00bd
  2. Merge: 1c0b41a f7d2b00
  3. Author: Jeff Hodges <jeff@somethingsimilar.com>
  4. Date: Mon Dec 7 11:38:00 2015 -0800
  5.  
  6. Merge pull request #1232 from letsencrypt/caa-fix
  7.  
  8. Invalidate challenge on CAA failure
  9.  
  10. commit f7d2b00a1d9ae66276cdbcfbc3e52d6f585fd15b
  11. Author: Roland Shoemaker <rolandshoemaker@gmail.com>
  12. Date: Mon Dec 7 11:24:33 2015 -0800
  13.  
  14. Actually mutate challenge object
  15.  
  16. commit 1c0b41a404edf3a359ce84a204ca8801432419f8
  17. Merge: 9f2802b 10f7c50
  18. Author: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
  19. Date: Sun Dec 6 12:54:24 2015 -0800
  20.  
  21. Merge pull request #1227 from letsencrypt/bump_go_1.5.2
  22.  
  23. bump Go version to 1.5.2
  24.  
  25. commit 10f7c506b259b899b6b9c98a233e6852d0dc82a3
  26. Merge: 23813a7 9f2802b
  27. Author: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
  28. Date: Sun Dec 6 12:42:51 2015 -0800
  29.  
  30. Merge branch 'master' into bump_go_1.5.2
  31.  
  32. commit 23813a737f33d9c304f48e8f919db9277cefcf46
  33. Author: Jeff Hodges <jeff@somethingsimilar.com>
  34. Date: Sat Dec 5 18:30:08 2015 -0800
  35.  
  36. bump Go version to 1.5.2
  37.  
  38. commit 9f2802b50d75b5e75fa8b18254f4eb492b9082b8
  39. Merge: 0229d95 e391efa
  40. Author: Roland Bracewell Shoemaker <rolandshoemaker@gmail.com>
  41. Date: Fri Dec 4 11:28:12 2015 -0800
  42.  
  43. Merge pull request #1223 from letsencrypt/fix-unmarshal-acmeurl
  44.  
  45. Fix nil dereference in AcmeURL unmarshal and in validateContacts.
  46.  
  47. commit e391efa7ed80f3999baba01fe9bf67028f105748
  48. Merge: d5bb205 0229d95
  49. Author: Roland Bracewell Shoemaker <rolandshoemaker@gmail.com>
  50. Date: Fri Dec 4 11:14:23 2015 -0800
  51.  
  52. Merge branch 'master' into fix-unmarshal-acmeurl
  53.  
  54. commit 0229d95f93754f48daaf20b48b9b1ccacbda6304
  55. Merge: c2307ae 1b770c3
  56. Author: Roland Bracewell Shoemaker <rolandshoemaker@gmail.com>
  57. Date: Fri Dec 4 11:14:03 2015 -0800
  58.  
  59. Merge pull request #1221 from letsencrypt/demote-rpc-log
  60.  
  61. Lower logging level for received RPC messages.
  62.  
  63. commit d5bb20561ff759531c9441b73c4505c59c615b19
  64. Author: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
  65. Date: Fri Dec 4 09:35:43 2015 -0800
  66.  
  67. Fix nil dereference in AcmeURL unmarshal and in validateContacts.
  68.  
  69. commit 1b770c3d510917a8ffd01aaf8ea7d699b55eb6ca
  70. Author: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
  71. Date: Thu Dec 3 16:06:26 2015 -0800
  72.  
  73. Lower logging level for received RPC messages.
  74.  
  75. Most of our RPC messages are logged at debug level, but this one was logged at
  76. info level, producing confusing results in log searches.
  77.  
  78. commit c2307aecd09c186f2c80644dfdd06c7ba104c27b
  79. Merge: d483cf3 85965c7
  80. Author: Jeff Hodges <jeff@somethingsimilar.com>
  81. Date: Tue Dec 1 12:26:16 2015 -0800
  82.  
  83. Merge pull request #1215 from letsencrypt/travis-retry
  84.  
  85. Split out setup.sh from travis-before-install.
  86.  
  87. commit 85965c7543affb23702a437f1928477f5b0f477a
  88. Merge: 33b8c35 d483cf3
  89. Author: Jeff Hodges <jeff@somethingsimilar.com>
  90. Date: Tue Dec 1 12:18:13 2015 -0800
  91.  
  92. Merge branch 'master' into travis-retry
  93.  
  94. commit d483cf30e651cc722d1747e1719a7b2afd301809
  95. Merge: aa04a96 74ead43
  96. Author: Jeff Hodges <jeff@somethingsimilar.com>
  97. Date: Tue Dec 1 12:17:55 2015 -0800
  98.  
  99. Merge pull request #1214 from letsencrypt/durable-exchange
  100.  
  101. Declare exchange durably
  102.  
  103. commit 74ead43438b953c373c7f4152a7ea15338bf3f84
  104. Author: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
  105. Date: Mon Nov 30 18:22:12 2015 -0800
  106.  
  107. Declare exchange durably
  108.  
  109. commit 33b8c357ef33c293b1b076e593b6a217883315fb
  110. Author: Jacob Hoffman-Andrews <github@hoffman-andrews.com>
  111. Date: Mon Nov 30 22:34:47 2015 -0800
  112.  
  113. Split out setup.sh from travis-before-install.
  114.  
  115. This accomplishes two things:
  116. - setup.sh should now be usable by the client integration test.
  117. - setup.sh can be used by new project members to simplify first setup.
  118.  
  119. Update the README to indicate the new file, and to correct some out-of-date
  120. information.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement