[release-notes/f17] Move 17.1 changes into translation branch

John J. McDonough jjmcd at fedoraproject.org
Wed May 30 12:08:02 UTC 2012


commit 1b05b1acaecef8b25d2a20ec68a1c0ddd9ab319c
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Wed May 30 08:07:52 2012 -0400

    Move 17.1 changes into translation branch

 .tx/config                         |    6 +++
 en-US/Cloud.xml                    |   15 -------
 en-US/Development_Tools.xml        |   81 +++++++++++++++++++++++++++++++++++
 en-US/Overview.xml                 |   12 +++++-
 en-US/RelNotesDirChange.xml        |   37 ++++++++++++++++
 en-US/Release_Notes.xml            |    3 +
 en-US/Revision_History.xml         |   82 ++++++++----------------------------
 en-US/Scientific_and_Technical.xml |    4 +-
 8 files changed, 158 insertions(+), 82 deletions(-)
---
diff --git a/.tx/config b/.tx/config
index cd09383..d24f7bf 100644
--- a/.tx/config
+++ b/.tx/config
@@ -122,6 +122,12 @@ source_file = pot/Release_Notes.pot
 source_lang = en
 type = PO
 
+[fedora-release-notes.RelNotesDirChange]
+file_filter = <lang>/RelNotesDirChange.po
+source_file = pot/RelNotesDirChange.pot
+source_lang = en
+type = PO
+
 [fedora-release-notes.Revision_History]
 file_filter = <lang>/Revision_History.po
 source_file = pot/Revision_History.pot
diff --git a/en-US/Cloud.xml b/en-US/Cloud.xml
index f5c60de..1c47147 100644
--- a/en-US/Cloud.xml
+++ b/en-US/Cloud.xml
@@ -9,21 +9,6 @@
   <title>Cloud</title>
   
   <section>
-    <title>CloudStack</title>
-    <indexterm>
-      <primary>CloudStack</primary>
-    </indexterm>
-    <indexterm>
-      <primary>IaaS</primary>
-    </indexterm>
-    <para>
-      Fedora 17 will include the <package>CloudStack</package>
-      package, which provides a mature Infrastructure as a Service
-      (IaaS) platform.
-    </para>
-  </section>
-
-  <section>
     <title>OpenNebula</title>
     <indexterm>
       <primary>OpenNebula</primary>
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/Overview.xml b/en-US/Overview.xml
index 8188709..7d5a5e4 100644
--- a/en-US/Overview.xml
+++ b/en-US/Overview.xml
@@ -25,7 +25,7 @@
     </listitem>
     <listitem>
       <para>
-	OpenStack, Eucalyptus, CloudStack and Open Nebula
+	OpenStack, Eucalyptus and Open Nebula
       </para>
     </listitem>
     <listitem>
@@ -40,6 +40,16 @@
     </listitem>
   </itemizedlist>
   <para>
+    <important>
+      <title>64 bit now default</title>
+      <para>
+	When downloading the Live CD, the default download is now
+	X86-64. For 32-bit machines click on "<code>More download
+	options...</code>".
+      </para>
+    </important>
+  </para>
+  <para>
      For more details about other features that are included in Fedora
      17 refer to their individual wiki pages that detail feature goals
      and progress:
diff --git a/en-US/RelNotesDirChange.xml b/en-US/RelNotesDirChange.xml
new file mode 100644
index 0000000..af4d4f5
--- /dev/null
+++ b/en-US/RelNotesDirChange.xml
@@ -0,0 +1,37 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent">
+%BOOK_ENTITIES;
+]>
+
+<section id="sect-Release_Notes-Dir-Change">
+  <title>Release Notes Directory Change</title>
+  <para>
+    <warning>
+      <title>Release Notes to Move</title>
+      <para>
+	Beginning the next release, the Fedora Release Notes will have
+	a new location.
+      </para>
+    </warning>
+  </para>
+  <para>
+    Traditionally, the Release Notes have been installed in
+    <filename>/usr/share/doc/HTML/fedora-release-notes/</filename>.
+    Over time, most of the documentation stored in the
+    <filename>/usr/share/doc/HTML/</filename> directory tree have moved
+    out of that tree to application specific directories.
+  </para>
+  <para>
+    For most users, this change will be invisible because the Release
+    Notes are viewed by selecting the menu choice.  However, some
+    users go directly to the file, or may have their own internal
+    links.  For these users, changing the location without warning
+    before the release could be a problem, so the Release Notes are
+    not being moved this release.
+  </para>
+  <para>
+    Beginning with Fedora 18, the Release Notes will be stored in
+    <filename>/usr/share/doc/fedora-release-notes-18.0/</filename>.
+  </para>
+</section>
diff --git a/en-US/Release_Notes.xml b/en-US/Release_Notes.xml
index 5f494b5..29fdf7e 100644
--- a/en-US/Release_Notes.xml
+++ b/en-US/Release_Notes.xml
@@ -63,6 +63,9 @@
     <xi:include href="Database_Servers.xml"
                 xmlns:xi="http://www.w3.org/2001/XInclude">
     </xi:include>
+    <xi:include href="RelNotesDirChange.xml"
+                xmlns:xi="http://www.w3.org/2001/XInclude">
+    </xi:include>
     <xi:include href="System_Daemons.xml"
                 xmlns:xi="http://www.w3.org/2001/XInclude">
     </xi:include>
diff --git a/en-US/Revision_History.xml b/en-US/Revision_History.xml
index 073039b..c42cc83 100644
--- a/en-US/Revision_History.xml
+++ b/en-US/Revision_History.xml
@@ -8,8 +8,25 @@
   <simpara>
     <revhistory>
       <revision>
+	<revnumber>17.1</revnumber>
+	<date>Tue May 29 2012</date>
+	<author>
+	  <othername>Refer to A.1 Writers</othername>
+	</author>
+	<revdescription>
+	  <simplelist>
+	    <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>
+	    <member>Update contributors</member>
+	    <member>Remove Cloudstack reference</member>
+	  </simplelist>
+	</revdescription>
+      </revision>
+      <revision>
 	<revnumber>17.0</revnumber>
-	<date>Tue May   2012</date>
+	<date>Tue May 8 2012</date>
 	<author>
 	  <othername>Refer to A.1 Writers</othername>
 	</author>
@@ -322,69 +339,6 @@
 	  </simplelist>
 	</revdescription>
       </revision>
-      <revision>
-	<revnumber>14.1</revnumber>
-	<date>Sun Oct 31 2010</date>
-	<author>
-	  <firstname>John</firstname>
-	  <surname>McDonough</surname>
-	  <email>jjmcd at fedoraproject.org</email>
-	</author>
-	<revdescription>
-	  <simplelist>
-	    <member>Remove boot section and with it all reference to systemd</member>
-	  </simplelist>
-	</revdescription>
-      </revision>
-      <revision>
-	<revnumber>14.0</revnumber>
-	<date>Fri Oct 15 2010</date>
-	<author>
-	  <firstname>John</firstname>
-	  <surname>McDonough</surname>
-	  <email>jjmcd at fedoraproject.org</email>
-	</author>
-	<revdescription>
-	  <simplelist>
-	    <member>Preparation for GA</member>
-	    <member>Add mouse changes</member>
-	    <member>Add Pino/Gwibber changes</member>
-	    <member>Mark systemd as preview</member>
-	    <member>Remove draft status</member>
-	  </simplelist>
-	</revdescription>
-      </revision>
-      <revision>
-	<revnumber>13.95</revnumber>
-	<date>Mon Sep 13 2010</date>
-	<author>
-	  <firstname>John</firstname>
-	  <surname>McDonough</surname>
-	  <email>jjmcd at fedoraproject.org</email>
-	</author>
-	<revdescription>
-	  <simplelist>
-	    <member>Preparation for beta release</member>
-	  </simplelist>
-	</revdescription>
-      </revision>
-      <revision>
-	<revnumber>0</revnumber>
-	<date>Sat Sep 4 2010</date>
-	<author>
-	  <firstname>John</firstname>
-	  <surname>McDonough</surname>
-	  <email>jjmcd at fedoraproject.org</email>
-	</author>
-	<revdescription>
-	  <simplelist>
-	    <member>Initial creation of book by publican</member>
-	  </simplelist>
-	  <simplelist>
-	    <member>Initial wiki conversions</member>
-	  </simplelist>
-	</revdescription>
-      </revision>
     </revhistory>
   </simpara>
 </appendix>
diff --git a/en-US/Scientific_and_Technical.xml b/en-US/Scientific_and_Technical.xml
index e15bd8a..32df2e1 100644
--- a/en-US/Scientific_and_Technical.xml
+++ b/en-US/Scientific_and_Technical.xml
@@ -909,7 +909,7 @@
       <primary>Cusum</primary>
     </indexterm>
     <indexterm>
-      <primary>EMWA</primary>
+      <primary>EWMA</primary>
     </indexterm>
     <indexterm>
       <primary>Process Capability</primary>
@@ -937,7 +937,7 @@
       </listitem>
       <listitem>	
 	<para>
-	  Plot Cusum and EMWA charts for continuous data 
+	  Plot Cusum and EWMA charts for continuous data 
 	</para>
       </listitem>
       <listitem>	


More information about the docs-commits mailing list