en-US/Devel-Tools.xml

John J. McDonough jjmcd at fedoraproject.org
Thu Apr 22 13:20:33 UTC 2010


 en-US/Devel-Tools.xml |   61 ++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 57 insertions(+), 4 deletions(-)

New commits:
commit 16ab42693146bbff5352c8a2e93838a596711e65
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Thu Apr 22 09:20:10 2010 -0400

    Development Tools beat

diff --git a/en-US/Devel-Tools.xml b/en-US/Devel-Tools.xml
index 6f0caf9..00c93bc 100644
--- a/en-US/Devel-Tools.xml
+++ b/en-US/Devel-Tools.xml
@@ -14,10 +14,63 @@
     the major changes for Fedora&nbsp;&PRODVER;.  For a complete list of the
     hundreds of updated development components see the <citetitle>Fedora&nbsp;&PRODVER; Technical Notes</citetitle> at <ulink type="http" url="http://docs.fedoraproject.org"></ulink>.
   </para>
-  
-  <para>
-	TODO
-  </para>
+
+  <section>
+    <title>Boost</title>
+    <para>
+      Fedora 12 includes <package>Boost</package> 1.39. In Fedora 13,
+      there is an upgrade to Boost 1.40, which, due to some
+      improvements in the way Boost is built, allows Fedora to be in
+      closer sync with the upstream development. The release notes for
+      <package>Boost</package> can be found at <ulink type="http"
+      url="http://www.boost.org/users/history/version_1_40_0" />.
+    </para>
+  </section>
+
+  <section>
+    <title>Systemtap Static Probes</title>
+    <para>
+
+      <package>Systemtap</package> has been extended to support user
+      space tracing, and in particular to support static (dtrace
+      compatible) markers enabled in various programs in Fedora. This
+      enables users, developers and administrators a high level
+      overview of what is going on with their system or deep down in a
+      specific program or subsystem.
+    </para>
+
+    <para>
+      <package>Systemtap</package> comes with a tutorial, a language
+      reference manual, a tapsets reference and an examples directory.
+    </para>
+  </section>
+
+  <section>
+    <title>Python 3</title>
+    <para>
+      Fedora now includes a Python 3 runtime, parallel-installable
+      with our existing Python 2 runtime.
+    </para>
+    <para>
+      Python 3 versions of many libraries are available with more
+      underway. For an update on the current status refer to <ulink
+      type="http"
+      url="http://fedoraproject.org/wiki/Features/Python3F13" />.
+    </para>
+  </section>
+
+  <section>
+    <title>Easier Python Debugging</title>
+    <para>
+
+      The <package>gdb</package> debugger has been extended so that it
+      can report detailed information on the internals of the Python 2
+      and Python 3 runtimes. Backtraces involving Python will now by
+      default show mixed C and Python-level information on what such
+      processes are doing, without requiring expertise in the use of
+      gdb.
+    </para>
+  </section>
  
 </section>
 




More information about the docs-commits mailing list