[release-notes] D language BZ#824529

John J. McDonough jjmcd at fedoraproject.org
Tue May 29 16:13:00 UTC 2012


commit de14d216e0498e391c1638916a9913c041bfd348
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Tue May 29 12:12:49 2012 -0400

    D language BZ#824529

 en-US/Contributors.xml      |    5 +++
 en-US/Development_Tools.xml |   81 +++++++++++++++++++++++++++++++++++++++++++
 en-US/Revision_History.xml  |    1 +
 3 files changed, 87 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Contributors.xml b/en-US/Contributors.xml
index 8716e06..bb923ce 100644
--- a/en-US/Contributors.xml
+++ b/en-US/Contributors.xml
@@ -58,6 +58,11 @@
 	</listitem>
 	<listitem>
 	  <para>
+	    Johnathon Mercier &lt; bioinfornatics AT gmail.com &gt;
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
 	    Peng Wu &lt; pwu AT redhat DOT com &gt;
 	  </para>
 	</listitem>
diff --git a/en-US/Development_Tools.xml b/en-US/Development_Tools.xml
index 9599e21..ad1ba6f 100644
--- a/en-US/Development_Tools.xml
+++ b/en-US/Development_Tools.xml
@@ -49,6 +49,26 @@
     <indexterm>
       <primary>OpenMP</primary>
     </indexterm>
+    <indexterm>
+      <primary>Language</primary>
+      <secondary>C</secondary>
+    </indexterm>
+    <indexterm>
+      <primary>Language</primary>
+      <secondary>C++</secondary>
+    </indexterm>
+    <indexterm>
+      <primary>Language</primary>
+      <secondary>Objective-C</secondary>
+    </indexterm>
+    <indexterm>
+      <primary>Language</primary>
+      <secondary>Ada</secondary>
+    </indexterm>
+    <indexterm>
+      <primary>Language</primary>
+      <secondary>Fortran</secondary>
+    </indexterm>
 
     <para>
       Fedora 17 includes version 4.7.0 of <package>gcc</package>,
@@ -203,10 +223,71 @@
   </section>
 
   <section>
+    <title>D Language</title>
+    <indexterm>
+      <primary>D</primary>
+    </indexterm>
+    <indexterm>
+      <primary>Language</primary>
+      <secondary>D</secondary>
+    </indexterm>
+    <para>
+      The D2 programming language will be available in Fedora 17. D is
+      a modern language with high performance near C/C++ with an easy
+      syntax. C/C++ and Java developers can easily migrate to D.
+    </para>
+    <para>
+      Updates include:
+      <itemizedlist spacing="compact">
+	<listitem>
+	  <para>
+	    ldc compiler to latest stable compiler
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    update standard library to dmd front-end 2.058
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    add gtkd package for GUI creation
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    add derelict package for 2D/3D environment, support openGL
+	    spec v4.1
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    add DSQLITE package to use sqlite in D
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    add gl3n package for OpenGL Math for D
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    add gljm package for load VBOs from various formats. 
+	  </para>
+	</listitem>
+      </itemizedlist>
+    </para>
+  </section>
+
+  <section>
     <title>Haskell</title>
     <indexterm>
       <primary>Haskell</primary>
     </indexterm>
+    <indexterm>
+      <primary>Language</primary>
+      <secondary>Haskell</secondary>
+    </indexterm>
     <para>
       The Haskell Platform has been updated to the latest 2011.4.0.0 release.
     </para>
diff --git a/en-US/Revision_History.xml b/en-US/Revision_History.xml
index 375bbd5..5048469 100644
--- a/en-US/Revision_History.xml
+++ b/en-US/Revision_History.xml
@@ -18,6 +18,7 @@
 	    <member>64 bit default BZ#821168</member>
 	    <member>Release Notes directory change BZ#821412</member>
 	    <member>Typo in Sci/Tech (EMWA) BZ#821413</member>
+	    <member>D language BZ#824529</member>
 	  </simplelist>
 	</revdescription>
       </revision>


More information about the docs-commits mailing list