$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82683 - in website/public_html/live: feed/history generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-02-06 20:24:04
Author: danieljames
Date: 2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
New Revision: 82683
URL: http://svn.boost.org/trac/boost/changeset/82683
Log:
Website: Add link to locale patch from older release notes.
Text files modified: 
   website/public_html/live/feed/history/boost_1_48_0.qbk     |     8 ++++++++                                
   website/public_html/live/feed/history/boost_1_49_0.qbk     |     8 ++++++++                                
   website/public_html/live/feed/history/boost_1_50_0.qbk     |     4 ++++                                    
   website/public_html/live/feed/history/boost_1_51_0.qbk     |     8 ++++++++                                
   website/public_html/live/feed/history/boost_1_52_0.qbk     |     8 ++++++++                                
   website/public_html/live/generated/state/feed-pages.txt    |    10 +++++-----                              
   website/public_html/live/users/history/version_1_48_0.html |    12 ++++++++++++                            
   website/public_html/live/users/history/version_1_49_0.html |    12 ++++++++++++                            
   website/public_html/live/users/history/version_1_50_0.html |     7 +++++++                                 
   website/public_html/live/users/history/version_1_51_0.html |    12 ++++++++++++                            
   website/public_html/live/users/history/version_1_52_0.html |    12 ++++++++++++                            
   11 files changed, 96 insertions(+), 5 deletions(-)
Modified: website/public_html/live/feed/history/boost_1_48_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_48_0.qbk	(original)
+++ website/public_html/live/feed/history/boost_1_48_0.qbk	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -17,6 +17,14 @@
 [download http://sourceforge.net/projects/boost/files/boost/1.48.0/]
 [documentation /doc/libs/1_48_0/]
 
+[section Patches]
+
+* [@http://cppcms.com/files/locale/boost_locale_utf.patch Locale Patch] -
+  Fixes a bug which causes `boost::locale::utf::utf_traits` to accept
+  some invalid UTF-8 sequences, which is a possible security flaw.
+
+[endsect]
+
 [section New Libraries]
 
 * [phrase library..[@/libs/container/index.html Container]:]
Modified: website/public_html/live/feed/history/boost_1_49_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_49_0.qbk	(original)
+++ website/public_html/live/feed/history/boost_1_49_0.qbk	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -17,6 +17,14 @@
 [download http://sourceforge.net/projects/boost/files/boost/1.49.0/]
 [documentation /doc/libs/1_49_0/]
 
+[section Patches]
+
+* [@http://cppcms.com/files/locale/boost_locale_utf.patch Locale Patch] -
+  Fixes a bug which causes `boost::locale::utf::utf_traits` to accept
+  some invalid UTF-8 sequences, which is a possible security flaw.
+
+[endsect]
+
 [section New Libraries]
 
 * [phrase library..[@/libs/heap/index.html Heap]:]
Modified: website/public_html/live/feed/history/boost_1_50_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_50_0.qbk	(original)
+++ website/public_html/live/feed/history/boost_1_50_0.qbk	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -24,6 +24,10 @@
   elements, `allocator_traits` detects that the node can be constructed using an
   accidental implicit conversion which causes several problems.
 
+* [@http://cppcms.com/files/locale/boost_locale_utf.patch Locale Patch] -
+  Fixes a bug which causes `boost::locale::utf::utf_traits` to accept
+  some invalid UTF-8 sequences, which is a possible security flaw.
+
 [endsect]
 
 [section New Libraries]
Modified: website/public_html/live/feed/history/boost_1_51_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_51_0.qbk	(original)
+++ website/public_html/live/feed/history/boost_1_51_0.qbk	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -15,6 +15,14 @@
 [documentation /doc/libs/1_51_0/]
 [download http://sourceforge.net/projects/boost/files/boost/1.51.0/]
 
+[section Patches]
+
+* [@http://cppcms.com/files/locale/boost_locale_utf.patch Locale Patch] -
+  Fixes a bug which causes `boost::locale::utf::utf_traits` to accept
+  some invalid UTF-8 sequences, which is a possible security flaw.
+
+[endsect]
+
 [section New Libraries]
 
 * [phrase library..[@/libs/context/ Context]:]
Modified: website/public_html/live/feed/history/boost_1_52_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_52_0.qbk	(original)
+++ website/public_html/live/feed/history/boost_1_52_0.qbk	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -16,6 +16,14 @@
 [notice /users/news/a_special_note_for_boost_1_52_0_and_higher.html
     IMPORTANT: See here for a special note about this release.]
 
+[section Patches]
+
+* [@http://cppcms.com/files/locale/boost_locale_utf.patch Locale Patch] -
+  Fixes a bug which causes `boost::locale::utf::utf_traits` to accept
+  some invalid UTF-8 sequences, which is a possible security flaw.
+
+[endsect]
+
 [section Updated Libraries]
 
 * [phrase library..[@/libs/accumulators/ Accumulators]:]
Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt	(original)
+++ website/public_html/live/generated/state/feed-pages.txt	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -1941,7 +1941,7 @@
 "      Numeric Conversion, Proto, Regex, Spirit, TypeTraits, Unordered, Wave
 "
 -qbk_hash
-"bfe1c707a38da80296c1fe01cd093bb12a9553940282238a476410555b5cbd3b
+"26e89ec2ff7dc950376a323cb5364ee4b86fe64aa85f135b4c1515d23a42a609
 -release_status
 "released
 -rss_hash
@@ -1975,7 +1975,7 @@
 "      Move, Property Tree, Proto, Spirit, Thread, Unordered, Uuid, xpressive.
 "
 -qbk_hash
-"ff740465b65f2f88a4606619f4b1137f17cfad97cc4509c9be1cdadc1c1227c7
+"a1a4fc8c0c86d72f2e8e8eb98358046b0839e47fb69d6f33e91bf6aaa5379fe0
 -release_status
 "released
 -rss_hash
@@ -2011,7 +2011,7 @@
 "      Thread, Unordered, Wave, xpressive
 "
 -qbk_hash
-"370cfc383f93b7baac93ed5a5799c37e27cc8053dfed7fbbf35f393a6bf72df7
+"a43cfb960ff4e40b2d60203d4d86593987c8b1fc72f6dde6fd5e1223b71196da
 -release_status
 "released
 -rss_hash
@@ -2045,7 +2045,7 @@
 "      Unordered, Wave, xpressive
 "
 -qbk_hash
-"6ac476e0a08d3b0befbe1149bf968034a866ae8d0208769dd624438e628c80ed
+"0de28a481ebeca159a4a3f3f44cc6a7e3e08e2dedfc11ce542b96ab7f982544e
 -release_status
 "released
 -rss_hash
@@ -2082,7 +2082,7 @@
 "      Polygon, Proto, Ratio, Result_of, Thread, uBLAS, Unordered, Uuid, Wave, xpressive.
 "
 -qbk_hash
-"bd4fdf20331f6cd9ac443be7c8f11a1cac2d6292d2e66707a69fc640a2add45a
+"a349a3cabaa37a8aa336725f7fd75e3b74f1a8901dc1eb5391c1ad17554f1faa
 -release_status
 "released
 -rss_hash
Modified: website/public_html/live/users/history/version_1_48_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_48_0.html	(original)
+++ website/public_html/live/users/history/version_1_48_0.html	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -49,6 +49,18 @@
 
 
 
+  <div id="version_1_48_0.patches">
+    <h3><span class="link">Patches</span></h3>
+    <ul>
+      <li>
+        <div>
+          <a href="http://cppcms.com/files/locale/boost_locale_utf.patch">Locale
+          Patch</a> - Fixes a bug which causes <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">locale</span><span class="special">::</span><span class="identifier">utf</span><span class="special">::</span><span class="identifier">utf_traits</span></code>
+          to accept some invalid UTF-8 sequences, which is a possible security flaw.
+        </div>
+      </li>
+    </ul>
+  </div>
   <div id="version_1_48_0.new_libraries">
     <h3><span class="link">New Libraries</span></h3>
     <ul>
Modified: website/public_html/live/users/history/version_1_49_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_49_0.html	(original)
+++ website/public_html/live/users/history/version_1_49_0.html	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -49,6 +49,18 @@
 
 
 
+  <div id="version_1_49_0.patches">
+    <h3><span class="link">Patches</span></h3>
+    <ul>
+      <li>
+        <div>
+          <a href="http://cppcms.com/files/locale/boost_locale_utf.patch">Locale
+          Patch</a> - Fixes a bug which causes <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">locale</span><span class="special">::</span><span class="identifier">utf</span><span class="special">::</span><span class="identifier">utf_traits</span></code>
+          to accept some invalid UTF-8 sequences, which is a possible security flaw.
+        </div>
+      </li>
+    </ul>
+  </div>
   <div id="version_1_49_0.new_libraries">
     <h3><span class="link">New Libraries</span></h3>
     <ul>
Modified: website/public_html/live/users/history/version_1_50_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_50_0.html	(original)
+++ website/public_html/live/users/history/version_1_50_0.html	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -61,6 +61,13 @@
           which causes several problems.
         </div>
       </li>
+      <li>
+        <div>
+          <a href="http://cppcms.com/files/locale/boost_locale_utf.patch">Locale
+          Patch</a> - Fixes a bug which causes <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">locale</span><span class="special">::</span><span class="identifier">utf</span><span class="special">::</span><span class="identifier">utf_traits</span></code>
+          to accept some invalid UTF-8 sequences, which is a possible security flaw.
+        </div>
+      </li>
     </ul>
   </div>
   <div id="version_1_50_0.new_libraries">
Modified: website/public_html/live/users/history/version_1_51_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_51_0.html	(original)
+++ website/public_html/live/users/history/version_1_51_0.html	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -49,6 +49,18 @@
 
 
 
+  <div id="version_1_51_0.patches">
+    <h3><span class="link">Patches</span></h3>
+    <ul>
+      <li>
+        <div>
+          <a href="http://cppcms.com/files/locale/boost_locale_utf.patch">Locale
+          Patch</a> - Fixes a bug which causes <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">locale</span><span class="special">::</span><span class="identifier">utf</span><span class="special">::</span><span class="identifier">utf_traits</span></code>
+          to accept some invalid UTF-8 sequences, which is a possible security flaw.
+        </div>
+      </li>
+    </ul>
+  </div>
   <div id="version_1_51_0.new_libraries">
     <h3><span class="link">New Libraries</span></h3>
     <ul>
Modified: website/public_html/live/users/history/version_1_52_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_52_0.html	(original)
+++ website/public_html/live/users/history/version_1_52_0.html	2013-02-01 15:37:42 EST (Fri, 01 Feb 2013)
@@ -49,6 +49,18 @@
 
 
 
+  <div id="version_1_52_0.patches">
+    <h3><span class="link">Patches</span></h3>
+    <ul>
+      <li>
+        <div>
+          <a href="http://cppcms.com/files/locale/boost_locale_utf.patch">Locale
+          Patch</a> - Fixes a bug which causes <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">locale</span><span class="special">::</span><span class="identifier">utf</span><span class="special">::</span><span class="identifier">utf_traits</span></code>
+          to accept some invalid UTF-8 sequences, which is a possible security flaw.
+        </div>
+      </li>
+    </ul>
+  </div>
   <div id="version_1_52_0.updated_libraries">
     <h3><span class="link">Updated Libraries</span></h3>
     <ul>