[release-notes: 2/3] courtesy merge

Pete Travis immanetize at fedoraproject.org
Sun Oct 5 18:23:48 UTC 2014


commit 7a2855e9a2deb74b0720c6b1b660fc979580ea37
Merge: 28f9804 9256140
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun Oct 5 12:22:03 2014 -0600

    courtesy merge

 en-US/Amateur_Radio.xml                 |   10 +-
 en-US/Architecture_Specific_Content.xml |   10 +-
 en-US/Article_Info.xml                  |    2 +-
 en-US/Boot.xml                          |   10 +-
 en-US/Circuit_Design.xml                |   11 +-
 en-US/Cloud.xml                         |    9 +-
 en-US/Database_Servers.xml              |   10 +-
 en-US/Desktop.xml                       |   28 ++-
 en-US/Development.xml                   |   10 +-
 en-US/Development_D.xml                 |    9 +-
 en-US/Development_GCC_Tools.xml         |   10 +-
 en-US/Development_Haskell.xml           |   10 +-
 en-US/Development_Java.xml              |   10 +-
 en-US/Development_Tools.xml             |   20 ++-
 en-US/Development_Web.xml               |    9 +-
 en-US/Embedded_Development.xml          |   10 +-
 en-US/Feedback.xml                      |    2 +-
 en-US/File_Servers.xml                  |    9 +-
 en-US/File_Systems.xml                  |   10 +-
 en-US/Hardware_Overview.xml             |   16 +-
 en-US/I18n.xml                          |    9 +-
 en-US/Installation.xml                  |    9 +-
 en-US/Kernel.xml                        |    9 +-
 en-US/Mail_Servers.xml                  |    9 +-
 en-US/Monitoring.xml                    |   33 +++-
 en-US/Multimedia.xml                    |   10 +-
 en-US/Networking.xml                    |    9 +-
 en-US/Overview.xml                      |   11 +-
 en-US/Printing.xml                      |    9 +-
 en-US/Productivity.xml                  |    9 +-
 en-US/Products-Cloud.xml                |    9 +-
 en-US/Products-Server.xml               |    9 +-
 en-US/Products-Spins.xml                |    9 +-
 en-US/Products-Workstation.xml          |   41 +++-
 en-US/Release_Notes.ent                 |    3 +
 en-US/Revision_History.xml              |  402 +------------------------------
 en-US/Samba.xml                         |   11 +-
 en-US/Scientific_and_Technical.xml      |   11 +-
 en-US/Section-Desktop.xml               |    2 +-
 en-US/Section-Developers.xml            |    2 +-
 en-US/Section-Products.xml              |    2 +-
 en-US/Section-Specific.xml              |    2 +-
 en-US/Section-Sysadmin.xml              |    2 +-
 en-US/Section-Welcome.xml               |   16 +-
 en-US/Security.xml                      |    9 +-
 en-US/Server_Configuration_Tools.xml    |    9 +-
 en-US/System_Daemons.xml                |   11 +-
 en-US/Virtualization.xml                |    9 +-
 en-US/Web_Servers.xml                   |    9 +-
 en-US/Welcome.xml                       |    2 +-
 en-US/Xorg.xml                          |    9 +-
 51 files changed, 313 insertions(+), 598 deletions(-)
---
diff --cc en-US/Development_Web.xml
index d1de7a1,c3e6641..4c9f47b
--- a/en-US/Development_Web.xml
+++ b/en-US/Development_Web.xml
@@@ -1,77 -1,11 +1,78 @@@
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN"
- "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
- <?xml-stylesheet href="http://www.informatik.fh-wiesbaden.de/~werntges/home_t/proj/dbkcss102/wysiwygdocbook1.02/driver.css" type="text/css"?>
+ <?xml version='1.0' encoding='utf-8' ?>
+ <!DOCTYPE section 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>
 +<section id="Development-web">
    <title>Web Development</title>
    <para />
 -
 +  <section id="webdev-jquery">
 +    <title>jQuery</title>
 +    <para>
 +      <systemitem class="library">jQuery</systemitem>is a fast, small, and feature-rich JavaScript library.  It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.  With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.
 +    </para>
 +    <para>
 +      Traditionally, a copy of jQuery has been included with every web application that requires it.  Starting with Fedora 21, many of those applications have migrated to a shared system copy of jQuery.
 +    </para>
 +    <para>
 +      If you are developing an application that uses jQuery on Fedora and don't want to download your own copy or rely on a third-party CDN, you can now install one of our jquery packages and use it instead.  You can find the 1.x branch of jQuery that supports Internet Explorer 6 in the js-jquery1 package, and the 2.x branch of jQuery that only works with modern web browsers in the js-jquery package. 
 +    </para>
 +    <para>
 +      For more information on using these packages in your applications, see <ulink url="https://fedoraproject.org/wiki/Web_Assets" />
 +    </para>
 +  </section>
 +  <section id="webdev-php">
 +    <title>PHP 5.6</title>
 +    <para>
 +      The PHP stack has been updated to version 5.6, the latest upstream version. The important changes in this new version include:
 +    </para>
 +    <itemizedlist>
 +      <title>Security</title>
 +      <listitem>
 +        <para>
 +          <ulink url="https://wiki.php.net/rfc/tls-peer-verification">TLS Peer Verification</ulink>
 +        </para>
 +      </listitem>
 +      <listitem>
 +        <para>
 +          <ulink url="https://wiki.php.net/rfc/improved-tls-defaults">Improved TLS Defaults</ulink>
 +        </para>
 +      </listitem>
 +    </itemizedlist>
 +    <itemizedlist>
 +      <title>Language improvements</title>
 +      <listitem>
 +        <para>
 +          <ulink url="https://wiki.php.net/rfc/const_scalar_exprs">Constant Scalar Expressions</ulink>
 +        </para>
 +      </listitem>
 +      <listitem>
 +        <para>
 +          <ulink url="https://wiki.php.net/rfc/argument_unpacking">Argument Unpacking</ulink>
 +        </para
 +      </listitem>
 +      <listitem>
 +        <para>
 +          <ulink url="https://wiki.php.net/rfc/variadics">Syntax for variadic functions</ulink>
 +        </para>
 +      </listitem>
 +      <listitem>
 +        <para>
 +          <ulink url="https://wiki.php.net/rfc/pow-operator">Power Operator</ulink>
 +        </para>
 +      </listitem>
 +      <listitem>
 +        <para>
 +          <ulink url="https://wiki.php.net/rfc/use_function">Importing namespaced functions</ulink>
 +        </para>
 +      </listitem>
 +    </itemizedlist>
 +    <para>
 +      PHP 5.6 also features a new tool, the <ulink url="https://wiki.php.net/rfc/phpdbg">PHP debugger</ulink>, provided in the new php-dbg subpackage. Use the debugger with the <command>phpdbg</command> command.
 +    </para>
 +    <para>
 +      Information about migrating applications from PHP 5.5 to PHP 5.6 can be found at <ulink url="http://php.net/manual/en/migration56.php" />.
 +    </para>
 +  </section>
  </section>


More information about the docs-commits mailing list