$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r69723 - in website/public_html/beta: feed feed/history users/history users/news
From: dnljms_at_[hidden]
Date: 2011-03-08 14:34:24
Author: danieljames
Date: 2011-03-08 14:34:21 EST (Tue, 08 Mar 2011)
New Revision: 69723
URL: http://svn.boost.org/trac/boost/changeset/69723
Log:
Property Tree release note.
Text files modified: 
   website/public_html/beta/feed/history-hashes.txt           |     2                                         
   website/public_html/beta/feed/history.rss                  |    56 +++++++++++++++++++++++++++++++++++++++ 
   website/public_html/beta/feed/history/boost_1_46_1.qbk     |     3 ++                                      
   website/public_html/beta/feed/news-hashes.txt              |     2                                         
   website/public_html/beta/feed/news.rss                     |    56 +++++++++++++++++++++++++++++++++++++++ 
   website/public_html/beta/users/history/version_1_46_1.html |    57 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/beta/users/news/version_1_46_1.html    |    56 +++++++++++++++++++++++++++++++++++++++ 
   7 files changed, 230 insertions(+), 2 deletions(-)
Modified: website/public_html/beta/feed/history-hashes.txt
==============================================================================
--- website/public_html/beta/feed/history-hashes.txt	(original)
+++ website/public_html/beta/feed/history-hashes.txt	2011-03-08 14:34:21 EST (Tue, 08 Mar 2011)
@@ -55,5 +55,5 @@
 history/boost_1_44_0.qbk,5afefb7a3ac845e5bca131096f43532bc849a358a76fb5b81d1771c859567fe7,38b3363ee32e6ac268e029baaa675b4a6e21cc5ff2abb6310f9cc19d8ccc5ce5
 history/boost_1_45_0.qbk,26ea33eb12d21314ae3a4c3eaa2dab5ace7d90929a1a3073b3bda7b99ff3c5b6,efa947fe7348a82a0dd9d03dc01d3f9fef69d42f3e761bc9a6491453b24d43d2
 history/boost_1_46_0.qbk,1682fbdf4b35e481d2c16bbb33aede55618b267f950f2d4aed70afe399ea1b26,0ae2f9a1995f28f4a71fadd9a84c009747690c7a29a56b8f3f9a7b76fe29c933
-history/boost_1_46_1.qbk,c71dd708a4d7836acf624875981137746fb6f2648b2fd700d4645272a35360e0,f1c8d087b5eea106a5d12ea5994469d577133733491c83a212ccb81472e555f3
+history/boost_1_46_1.qbk,7bea158f79f92fce1d4c18f3213e929d06b82d727bced69b8a6bcd5afd9adf3b,2319eb08239799baaca3701090919fe1c99f076a895bce86140efb49f4d9b324
 history/unversioned.qbk,2810bfebb2d0739fad2f520df2c386dde484dd28bcd117422b9a95f6df449d8e,8002a54cd484904089f5ece182b03e50d50160c1e1e6b276be44bcf91c8214fb
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2011-03-08 14:34:21 EST (Tue, 08 Mar 2011)
@@ -16,6 +16,49 @@
     <ul>
       <li>
         <div>
+          <span class="library"><a href="/libs/asio/">Asio</a>:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              <code><span class="identifier">EV_ONESHOT</span></code> seems to
+              cause problems on some versions of Mac OS X, with the <code><span class="identifier">io_service</span></code> destructor getting stuck
+              inside the <code><span class="identifier">close</span><span class="special">()</span></code>
+              system call. Changed the kqueue backend to use <code><span class="identifier">EV_CLEAR</span></code>
+              instead (<a href="https://svn.boost.org/trac/boost/ticket/5021">#5021</a>).
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed compile failures with some versions of <tt>g++</tt>
+              due to the use of anonymous enums (<a href="https://svn.boost.org/trac/boost/ticket/4883">#4883</a>).
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed a bug on kqueue-based platforms, where some system calls that
+              repeatedly fail with <code><span class="identifier">EWOULDBLOCK</span></code>
+              are not correctly re-registered with kqueue.
+            </div>
+          </li>
+          <li>
+            <div>
+              Changed <code><span class="identifier">asio</span><span class="special">::</span><span class="identifier">streambuf</span></code> to ensure that its internal
+              pointers are updated correctly after the data has been modified using
+              <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">streambuf</span></code> member functions.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed a bug that prevented the linger socket option from working on
+              platforms other than Windows.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/fusion/">Fusion</a>:</span>
 
         </div>
@@ -132,6 +175,19 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="/libs/property_tree/">Property Tree</a>:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              Fix compile error in JSON parser.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/signals2/">Signals2</a>:</span>
 
         </div>
Modified: website/public_html/beta/feed/history/boost_1_46_1.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_46_1.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_46_1.qbk	2011-03-08 14:34:21 EST (Tue, 08 Mar 2011)
@@ -64,6 +64,9 @@
     ([@https://svn.boost.org/trac/boost/ticket/5096 #5096]).
   * Fix const correctness problem in `pass_through`.
 
+* [phrase library..[@/libs/property_tree/ Property Tree]:]
+  * Fix compile error in JSON parser.
+
 * [phrase library..[@/libs/signals2/ Signals2]:]
   * Fix unused parameter warning.
 
Modified: website/public_html/beta/feed/news-hashes.txt
==============================================================================
--- website/public_html/beta/feed/news-hashes.txt	(original)
+++ website/public_html/beta/feed/news-hashes.txt	2011-03-08 14:34:21 EST (Tue, 08 Mar 2011)
@@ -2,4 +2,4 @@
 history/boost_1_44_0.qbk,5afefb7a3ac845e5bca131096f43532bc849a358a76fb5b81d1771c859567fe7,38b3363ee32e6ac268e029baaa675b4a6e21cc5ff2abb6310f9cc19d8ccc5ce5
 history/boost_1_45_0.qbk,26ea33eb12d21314ae3a4c3eaa2dab5ace7d90929a1a3073b3bda7b99ff3c5b6,efa947fe7348a82a0dd9d03dc01d3f9fef69d42f3e761bc9a6491453b24d43d2
 history/boost_1_46_0.qbk,1682fbdf4b35e481d2c16bbb33aede55618b267f950f2d4aed70afe399ea1b26,0ae2f9a1995f28f4a71fadd9a84c009747690c7a29a56b8f3f9a7b76fe29c933
-history/boost_1_46_1.qbk,c71dd708a4d7836acf624875981137746fb6f2648b2fd700d4645272a35360e0,f1c8d087b5eea106a5d12ea5994469d577133733491c83a212ccb81472e555f3
+history/boost_1_46_1.qbk,7bea158f79f92fce1d4c18f3213e929d06b82d727bced69b8a6bcd5afd9adf3b,2319eb08239799baaca3701090919fe1c99f076a895bce86140efb49f4d9b324
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2011-03-08 14:34:21 EST (Tue, 08 Mar 2011)
@@ -16,6 +16,49 @@
     <ul>
       <li>
         <div>
+          <span class="library"><a href="/libs/asio/">Asio</a>:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              <code><span class="identifier">EV_ONESHOT</span></code> seems to
+              cause problems on some versions of Mac OS X, with the <code><span class="identifier">io_service</span></code> destructor getting stuck
+              inside the <code><span class="identifier">close</span><span class="special">()</span></code>
+              system call. Changed the kqueue backend to use <code><span class="identifier">EV_CLEAR</span></code>
+              instead (<a href="https://svn.boost.org/trac/boost/ticket/5021">#5021</a>).
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed compile failures with some versions of <tt>g++</tt>
+              due to the use of anonymous enums (<a href="https://svn.boost.org/trac/boost/ticket/4883">#4883</a>).
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed a bug on kqueue-based platforms, where some system calls that
+              repeatedly fail with <code><span class="identifier">EWOULDBLOCK</span></code>
+              are not correctly re-registered with kqueue.
+            </div>
+          </li>
+          <li>
+            <div>
+              Changed <code><span class="identifier">asio</span><span class="special">::</span><span class="identifier">streambuf</span></code> to ensure that its internal
+              pointers are updated correctly after the data has been modified using
+              <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">streambuf</span></code> member functions.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed a bug that prevented the linger socket option from working on
+              platforms other than Windows.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/fusion/">Fusion</a>:</span>
 
         </div>
@@ -132,6 +175,19 @@
       </li>
       <li>
         <div>
+          <span class="library"><a href="/libs/property_tree/">Property Tree</a>:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              Fix compile error in JSON parser.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library"><a href="/libs/signals2/">Signals2</a>:</span>
 
         </div>
Modified: website/public_html/beta/users/history/version_1_46_1.html
==============================================================================
--- website/public_html/beta/users/history/version_1_46_1.html	(original)
+++ website/public_html/beta/users/history/version_1_46_1.html	2011-03-08 14:34:21 EST (Tue, 08 Mar 2011)
@@ -50,6 +50,49 @@
     <ul>
       <li>
         <div>
+          <span class="library">Asio:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              <code><span class="identifier">EV_ONESHOT</span></code> seems to
+              cause problems on some versions of Mac OS X, with the <code><span class="identifier">io_service</span></code> destructor getting stuck
+              inside the <code><span class="identifier">close</span><span class="special">()</span></code>
+              system call. Changed the kqueue backend to use <code><span class="identifier">EV_CLEAR</span></code>
+              instead (#5021).
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed compile failures with some versions of <tt>g++</tt>
+              due to the use of anonymous enums (#4883).
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed a bug on kqueue-based platforms, where some system calls that
+              repeatedly fail with <code><span class="identifier">EWOULDBLOCK</span></code>
+              are not correctly re-registered with kqueue.
+            </div>
+          </li>
+          <li>
+            <div>
+              Changed <code><span class="identifier">asio</span><span class="special">::</span><span class="identifier">streambuf</span></code> to ensure that its internal
+              pointers are updated correctly after the data has been modified using
+              <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">streambuf</span></code> member functions.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed a bug that prevented the linger socket option from working on
+              platforms other than Windows.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library">Fusion:</span>
 
         </div>
@@ -65,6 +108,7 @@
       <li>
         <div>
           <span class="library">Filesystem:</span>
+
         </div>
         <ul>
           <li>
@@ -165,6 +209,19 @@
       </li>
       <li>
         <div>
+          <span class="library">Property Tree:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              Fix compile error in JSON parser.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library">Signals2:</span>
 
         </div>
Modified: website/public_html/beta/users/news/version_1_46_1.html
==============================================================================
--- website/public_html/beta/users/news/version_1_46_1.html	(original)
+++ website/public_html/beta/users/news/version_1_46_1.html	2011-03-08 14:34:21 EST (Tue, 08 Mar 2011)
@@ -50,6 +50,49 @@
     <ul>
       <li>
         <div>
+          <span class="library">Asio:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              <code><span class="identifier">EV_ONESHOT</span></code> seems to
+              cause problems on some versions of Mac OS X, with the <code><span class="identifier">io_service</span></code> destructor getting stuck
+              inside the <code><span class="identifier">close</span><span class="special">()</span></code>
+              system call. Changed the kqueue backend to use <code><span class="identifier">EV_CLEAR</span></code>
+              instead (#5021).
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed compile failures with some versions of <tt>g++</tt>
+              due to the use of anonymous enums (#4883).
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed a bug on kqueue-based platforms, where some system calls that
+              repeatedly fail with <code><span class="identifier">EWOULDBLOCK</span></code>
+              are not correctly re-registered with kqueue.
+            </div>
+          </li>
+          <li>
+            <div>
+              Changed <code><span class="identifier">asio</span><span class="special">::</span><span class="identifier">streambuf</span></code> to ensure that its internal
+              pointers are updated correctly after the data has been modified using
+              <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">streambuf</span></code> member functions.
+            </div>
+          </li>
+          <li>
+            <div>
+              Fixed a bug that prevented the linger socket option from working on
+              platforms other than Windows.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library">Fusion:</span>
 
         </div>
@@ -166,6 +209,19 @@
       </li>
       <li>
         <div>
+          <span class="library">Property Tree:</span>
+
+        </div>
+        <ul>
+          <li>
+            <div>
+              Fix compile error in JSON parser.
+            </div>
+          </li>
+        </ul>
+      </li>
+      <li>
+        <div>
           <span class="library">Signals2:</span>
 
         </div>