commit 88baee35a547c1c45d160a5f09d914924eeeb884 Author: Glen Rundblom grundblom@fedoraproject.org Date: Mon Mar 7 22:02:22 2016 -0600
edited sections about boost, ruby, and suds
en-US/Development_GCC_Tools.xml | 24 ++++++--------------- en-US/Development_Tools.xml | 44 +++++++------------------------------- 2 files changed, 15 insertions(+), 53 deletions(-) --- diff --git a/en-US/Development_GCC_Tools.xml b/en-US/Development_GCC_Tools.xml index 88eb456..42c30d3 100644 --- a/en-US/Development_GCC_Tools.xml +++ b/en-US/Development_GCC_Tools.xml @@ -3,26 +3,16 @@ <!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent"> %BOOK_ENTITIES; ]> - - <section id="sect-developers-gcc-tools"> <title>GCC Tools</title> - <para /> - <section id="sect-devel-tools-boost"> - <title>boost 1.59.0</title> + <section id="sect-devel-tools-Boost1.6.0"> + <title>Boost 1.60.0</title> <para> - Fedora 23 includes <application>Boost 1.59.0</application>. For information on changes in recent Boost releases, please visit: + Fedora 24 includes <application>Boost 1.60.0</application> </para> - <simplelist> - <member> - <ulink url="http://www.boost.org/users/history/version_1_58_0.html" /> - </member> - <member> - <ulink url="http://www.boost.org/users/history/version_1_57_0.html" /> - </member> - <member> - <ulink url="http://www.boost.org/users/history/version_1_56_0.html" /> - </member> - </simplelist> + <para> + For More information about the features and changes of Boost version 1.60.0 please visit the upstream notes page: + <ulink url="http://www.boost.org/users/history/version_1_60_0.html"> http://www.boost.org/users/history/version_1_60_0.html</ulink> + </para> </section> </section> diff --git a/en-US/Development_Tools.xml b/en-US/Development_Tools.xml index a4d6b61..febeb31 100644 --- a/en-US/Development_Tools.xml +++ b/en-US/Development_Tools.xml @@ -3,43 +3,15 @@ <!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent"> %BOOK_ENTITIES; ]> - - <section> <title>Development Tools</title> - <para /> - <section id='development-tools-eclipse'> - <title>Eclipse</title> - <para> - <application>Eclipse</application> in Fedora has had a major update to the Mars (4.5) release. Some new key features in this release include: - </para> - <simplelist> - <member> - Brand new <systemitem class='daemon'>docker</systemitem> for managing docker containers and images. - </member> - <member> - Support for the <literal>git flow</literal> branching model within the IDE. - </member> - <member> - A new <guilabel>Launch Bar</guilabel> for C/C++ projects that highly simplifies launching your projects either on the local machine or on a remote device. - </member> - </simplelist> - <para> - Full details of the release are available in the upstream projects' release notes, which are available from the following locations: - </para> - <simplelist> - <member> - <emphasis>Eclipse Platform and Java Tooling:</emphasis> <ulink url="https://www.eclipse.org/eclipse/news/4.5/" /> - </member> - <member> - <emphasis>Eclipse C/C++ Development Tools:</emphasis> <ulink url="https://wiki.eclipse.org/CDT/User/NewIn87" /> - </member> - <member> - <emphasis>Eclipse Linux Tools:</emphasis> <ulink url="https://wiki.eclipse.org/Linux_Tools_Project/News/NewIn40" /> - </member> - <member> - <emphasis>Eclipse Git Support:</emphasis> <ulink url="https://wiki.eclipse.org/EGit/New_and_Noteworthy/4.0" /> - </member> - </simplelist> + <section id='sec-suds-jurko-fork'> + <title>Suds Jurko Fork</title> + <para> + Change the python-suds package to use the fork maintained by Jurko Gospodnetic. This change brings a more modern Suds to Fedora, including Python 3 support and various bug fixes. + </para> + <para> + More information about Suds can be found at the upstream notes page: <ulink url="https://bitbucket.org/jurko/suds">Jurko Suds Page</ulink> + </para> </section> </section>
docs-commits@lists.fedoraproject.org