$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86186 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-10-06 16:52:39
Author: danieljames
Date: 2013-10-06 16:52:39 EDT (Sun, 06 Oct 2013)
New Revision: 86186
URL: http://svn.boost.org/trac/boost/changeset/86186
Log:
Small release note fixes.
Text files modified: 
   website/public_html/live/feed/history/boost_1_55_0.qbk     |    10 ++++------                              
   website/public_html/live/generated/dev.rss                 |    11 +++++------                             
   website/public_html/live/generated/state/feed-pages.txt    |     4 ++--                                    
   website/public_html/live/generated/state/rss-items.txt     |    13 ++++++-------                           
   website/public_html/live/users/history/version_1_55_0.html |    11 +++++------                             
   5 files changed, 22 insertions(+), 27 deletions(-)
Modified: website/public_html/live/feed/history/boost_1_55_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_55_0.qbk	Sun Oct  6 16:45:41 2013	(r86185)
+++ website/public_html/live/feed/history/boost_1_55_0.qbk	2013-10-06 16:52:39 EDT (Sun, 06 Oct 2013)	(r86186)
@@ -61,7 +61,7 @@
 
 Support was removed from [@/libs/config/ Config] for some very old versions
 of compilers. We are considering removing support for some other old compilers,
-possibily: Metroworks C++ (i.e. codewarrior), SunPro 5.7 and earlier and
+possibly: Metroworks C++ (i.e. codewarrior), SunPro 5.7 and earlier and
 Borland C++ Builder 2006 (5.82) and earlier. If you're using any of these,
 please let us know on the mailing lists.
 
@@ -109,7 +109,7 @@
     handler ([ticket 8795]).
   * Fixed a Windows-specific regression (introduced in Boost 1.54) that occurs when
     multiple threads are running an `io_service`. When the bug occurs, the result
-    of an asynchronous operation (error and bytes tranferred) is incorrectly
+    of an asynchronous operation (error and bytes transferred) is incorrectly
     discarded and zero values used instead. For TCP sockets this results in
     spurious end-of-file notifications ([ticket 8933]).
   * Fixed a bug in handler tracking, where it was not correctly printing out some
@@ -449,7 +449,7 @@
       Request for more efficient way to get exception_ptr from future.
   * ['Fixed Bugs:]
     * [@http://svn.boost.org/trac/boost/ticket/7461 #7461]
-      detail::win32::ReleaseSemaphore may be called with count_to_release equal to 0         Boost 1.55.0    closed  viboes  Bugs
+      detail::win32::ReleaseSemaphore may be called with count_to_release equal to 0
     * [@http://svn.boost.org/trac/boost/ticket/8070 #8070]
       prefer GetTickCount64 over GetTickCount
     * [@http://svn.boost.org/trac/boost/ticket/8768 #8768]
@@ -511,10 +511,8 @@
 
 * [phrase library..[@/tools/quickbook Quickbook]:]
   * Quickbook 1.6 finalized, see the
-    [@/doc/html/quickbook/versions.html#quickbook.versions.1_6
+    [@/doc/html/quickbook/versions.html#language_versions.1_6
     Quickbook documentation for details].
-    /(TODO: Will be out of date until the beta documentation has
-    been uploaded)/.
 
 [endsect]
 
Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss	Sun Oct  6 16:45:41 2013	(r86185)
+++ website/public_html/live/generated/dev.rss	2013-10-06 16:52:39 EDT (Sun, 06 Oct 2013)	(r86186)
@@ -16,7 +16,7 @@
     <p>
       Support was removed from <a href="http://www.boost.org/doc/libs/1_55_0b1/libs/config/">Config</a> for some
       very old versions of compilers. We are considering removing support for some
-      other old compilers, possibily: Metroworks C++ (i.e. codewarrior), SunPro 5.7
+      other old compilers, possibly: Metroworks C++ (i.e. codewarrior), SunPro 5.7
       and earlier and Borland C++ Builder 2006 (5.82) and earlier. If you're using
       any of these, please let us know on the mailing lists.
     </p>
@@ -157,7 +157,7 @@
                 Fixed a Windows-specific regression (introduced in Boost 1.54) that
                 occurs when multiple threads are running an <code><span class="identifier">io_service</span></code>.
                 When the bug occurs, the result of an asynchronous operation (error
-                and bytes tranferred) is incorrectly discarded and zero values used
+                and bytes transferred) is incorrectly discarded and zero values used
                 instead. For TCP sockets this results in spurious end-of-file notifications
                 (<a href="https://svn.boost.org/trac/boost/ticket/8933">#8933</a>).
               </div>
@@ -1282,7 +1282,7 @@
                     <div>
                       <a href="http://svn.boost.org/trac/boost/ticket/7461">#7461</a>
                       detail::win32::ReleaseSemaphore may be called with count_to_release
-                      equal to 0 Boost 1.55.0 closed viboes Bugs
+                      equal to 0
                     </div>
                   </li>
                   <li>
@@ -1515,9 +1515,8 @@
           <ul>
             <li>
               <div>
-                Quickbook 1.6 finalized, see the <a href="http://www.boost.org/doc/libs/1_55_0b1/doc/html/quickbook/versions.html#quickbook.versions.1_6">Quickbook
-                documentation for details</a>. <em>(TODO: Will be out of
-                date until the beta documentation has been uploaded)</em>.
+                Quickbook 1.6 finalized, see the <a href="http://www.boost.org/doc/libs/1_55_0b1/doc/html/quickbook/versions.html#language_versions.1_6">Quickbook
+                documentation for details</a>.
               </div>
             </li>
           </ul>
Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt	Sun Oct  6 16:45:41 2013	(r86185)
+++ website/public_html/live/generated/state/feed-pages.txt	2013-10-06 16:52:39 EDT (Sun, 06 Oct 2013)	(r86186)
@@ -2040,7 +2040,7 @@
 -id
 "version_1_55_0
 -last_modified
-.1381092288.83
+.1381092724.15
 -location
 "users/history/version_1_55_0.html
 -notice
@@ -2058,7 +2058,7 @@
 "      Variant, Wave, xpressive.
 "
 -qbk_hash
-"ccaa07929263a49b3f34fd0d4163fe7a3bd7491911723dba1c67426c3e0e0724
+"1ac17d9e7655a7ae19d7371711c2f2ddc8f96f28c1aafa53b3e9d2dd5f6ea9ef
 -release_status
 "dev
 -title
Modified: website/public_html/live/generated/state/rss-items.txt
==============================================================================
--- website/public_html/live/generated/state/rss-items.txt	Sun Oct  6 16:45:41 2013	(r86185)
+++ website/public_html/live/generated/state/rss-items.txt	2013-10-06 16:52:39 EDT (Sun, 06 Oct 2013)	(r86186)
@@ -20338,7 +20338,7 @@
 "    <p>
 "      Support was removed from <a href="http://www.boost.org/doc/libs/1_55_0b1/libs/config/">Config</a> for some
 "      very old versions of compilers. We are considering removing support for some
-"      other old compilers, possibily: Metroworks C++ (i.e. codewarrior), SunPro 5.7
+"      other old compilers, possibly: Metroworks C++ (i.e. codewarrior), SunPro 5.7
 "      and earlier and Borland C++ Builder 2006 (5.82) and earlier. If you're using
 "      any of these, please let us know on the mailing lists.
 "    </p>
@@ -20479,7 +20479,7 @@
 "                Fixed a Windows-specific regression (introduced in Boost 1.54) that
 "                occurs when multiple threads are running an <code><span class="identifier">io_service</span></code>.
 "                When the bug occurs, the result of an asynchronous operation (error
-"                and bytes tranferred) is incorrectly discarded and zero values used
+"                and bytes transferred) is incorrectly discarded and zero values used
 "                instead. For TCP sockets this results in spurious end-of-file notifications
 "                (<a href="https://svn.boost.org/trac/boost/ticket/8933">#8933</a>).
 "              </div>
@@ -21604,7 +21604,7 @@
 "                    <div>
 "                      <a href="http://svn.boost.org/trac/boost/ticket/7461">#7461</a>
 "                      detail::win32::ReleaseSemaphore may be called with count_to_release
-"                      equal to 0 Boost 1.55.0 closed viboes Bugs
+"                      equal to 0
 "                    </div>
 "                  </li>
 "                  <li>
@@ -21837,9 +21837,8 @@
 "          <ul>
 "            <li>
 "              <div>
-"                Quickbook 1.6 finalized, see the <a href="http://www.boost.org/doc/libs/1_55_0b1/doc/html/quickbook/versions.html#quickbook.versions.1_6">Quickbook
-"                documentation for details</a>. <em>(TODO: Will be out of
-"                date until the beta documentation has been uploaded)</em>.
+"                Quickbook 1.6 finalized, see the <a href="http://www.boost.org/doc/libs/1_55_0b1/doc/html/quickbook/versions.html#language_versions.1_6">Quickbook
+"                documentation for details</a>.
 "              </div>
 "            </li>
 "          </ul>
@@ -22032,7 +22031,7 @@
 "  </div>
 "</description></item>
 -last_modified
-.1381092288.83
+.1381092724.15
 -quickbook
 "feed/history/boost_1_55_0.qbk
 )
Modified: website/public_html/live/users/history/version_1_55_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_55_0.html	Sun Oct  6 16:45:41 2013	(r86185)
+++ website/public_html/live/users/history/version_1_55_0.html	2013-10-06 16:52:39 EDT (Sun, 06 Oct 2013)	(r86186)
@@ -52,7 +52,7 @@
     <p>
       Support was removed from Config for some
       very old versions of compilers. We are considering removing support for some
-      other old compilers, possibily: Metroworks C++ (i.e. codewarrior), SunPro 5.7
+      other old compilers, possibly: Metroworks C++ (i.e. codewarrior), SunPro 5.7
       and earlier and Borland C++ Builder 2006 (5.82) and earlier. If you're using
       any of these, please let us know on the mailing lists.
     </p>
@@ -193,7 +193,7 @@
                 Fixed a Windows-specific regression (introduced in Boost 1.54) that
                 occurs when multiple threads are running an <code><span class="identifier">io_service</span></code>.
                 When the bug occurs, the result of an asynchronous operation (error
-                and bytes tranferred) is incorrectly discarded and zero values used
+                and bytes transferred) is incorrectly discarded and zero values used
                 instead. For TCP sockets this results in spurious end-of-file notifications
                 (#8933).
               </div>
@@ -1318,7 +1318,7 @@
                     <div>
                       <a href="http://svn.boost.org/trac/boost/ticket/7461">#7461</a>
                       detail::win32::ReleaseSemaphore may be called with count_to_release
-                      equal to 0 Boost 1.55.0 closed viboes Bugs
+                      equal to 0
                     </div>
                   </li>
                   <li>
@@ -1551,9 +1551,8 @@
           <ul>
             <li>
               <div>
-                Quickbook 1.6 finalized, see the <a href="/doc/libs/1_55_0b1/doc/html/quickbook/versions.html#quickbook.versions.1_6">Quickbook
-                documentation for details</a>. <em>(TODO: Will be out of
-                date until the beta documentation has been uploaded)</em>.
+                Quickbook 1.6 finalized, see the <a href="/doc/libs/1_55_0b1/doc/html/quickbook/versions.html#language_versions.1_6">Quickbook
+                documentation for details</a>.
               </div>
             </li>
           </ul>