Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / signals / doc / faq.xml
index fc99330..930650a 100644 (file)
@@ -1,12 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE section PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
   "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
-<section last-revision="$Date: 2008-05-21 13:57:05 -0700 (Wed, 21 May 2008) $">
+<section last-revision="$Date$">
   <title>Frequently Asked Questions</title>
   
   <qandaset>
     <qandaentry>
       <question>
+        <para>Is Boost.Signals being actively maintained?</para>
+      </question>
+      <answer>
+        <para>No. Please migrate to <ulink url="http://www.boost.org/doc/html/signals2.html">Boost.Signals2</ulink>.
+        There is a 
+        <ulink url="http://www.boost.org/doc/html/signals2/api_changes.html#signals2.porting">porting guide</ulink>
+        in the Signals2 documentation.</para>
+      </answer>
+    </qandaentry>
+    <qandaentry>
+      <question>
         <para>Don't noncopyable signal semantics mean that a class
         with a signal member will be noncopyable as well?</para>
       </question>