[release-notes] Additional updates from the wiki

John J. McDonough jjmcd at fedoraproject.org
Wed Mar 21 17:02:44 UTC 2012


commit 597719df15a7b833e994a8aa33e536ad4dea4d9a
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Wed Mar 21 13:02:39 2012 -0400

    Additional updates from the wiki

 en-US/Cloud.xml            |  100 +++---
 en-US/Database_Servers.xml |  169 +++++++++-
 en-US/Multimedia.xml       |  147 ++++++++-
 en-US/Productivity.xml     |  855 +++++++++++++++++++++++++++++++++++++++++++-
 en-US/Security.xml         |  192 ++++++-----
 5 files changed, 1317 insertions(+), 146 deletions(-)
---
diff --git a/en-US/Cloud.xml b/en-US/Cloud.xml
index 1fe5cc1..68bfe26 100644
--- a/en-US/Cloud.xml
+++ b/en-US/Cloud.xml
@@ -4,58 +4,60 @@
 <?xml-stylesheet href="http://www.informatik.fh-wiesbaden.de/~werntges/home_t/proj/dbkcss102/wysiwygdocbook1.02/driver.css" type="text/css"?>
 
 
-
-<section>
+<section id="sect_Cloud">
   
   <title>Cloud</title>
   
   <section>
-    
-    <title>Cloudstack</title>
-    
-    <para>
-      Fedora 17 includes the <package>CloudStack</package>
-      package, which provides a mature Infrastructure as a Service
-      (IaaS) platform.
-    </para>
-  </section>
-  <section>
-    
-    <title>OpenNebula</title>
-    
-    <para>
-      Also new to Fedora 17 is
-      <package>OpenNebula</package>. OpenNebula provides an IaaS
-      platform geared toward data center virtualization. Management of
-      the environment can be done through command line or graphical
-      interfaces. Compatibility with Amazon EC2 the Open Cloud
-      Computing Interface (OCCI) is included.
-    </para>
-  </section>
-  <section>
-    
-    <title>OpenStack</title>
-    
-    <para>
-      Fedora 17 includes the latest version of the
-      <package>OpenStack</package> suite, code named "Essex". Included
-      in this new release are the latest versions of the web
-      management interface ("Horizon") and virtual networking
-      ("Quantum"). The use of Qpid as an alternative to RabbitMQ for
-      the AQMP backend is new in Fedora 17. In addition, the
-      availability of libguestfs to support multiple virtual disk
-      formats will make Fedora's OpenStack offering more flexible.
-    </para>
-  </section>
-  <section>
-    
-    <title>Open vSwitch</title>
-    
-    <para>
-      Fedora 17 includes Open vSwitch, a software-based network switch
-      used to provide networking services to virtual machines. Open
-      vSwitch supports OpenFlow for ease-of-management.
-    </para>
-  </section>
+      
+      <title>Cloudstack</title>
+      
+      <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>
+      
+      <para>
+	Also new to Fedora 17 is
+	<package>OpenNebula</package>. OpenNebula provides an IaaS
+	platform geared toward data center virtualization. Management
+	of the environment can be done through command line or
+	graphical interfaces. Compatibility with Amazon EC2 the Open
+	Cloud Computing Interface (OCCI) is included.
+      </para>
+    </section>
+    <section>
+      
+      <title>OpenStack</title>
+      
+      <para>
+	Fedora 17 includes the latest version of the
+	<package>OpenStack</package> suite, code named
+	"Essex". Included in this new release are the latest versions
+	of the web management interface ("Horizon") and virtual
+	networking ("Quantum"). The use of Qpid as an alternative to
+	RabbitMQ for the AQMP backend is new in Fedora 17. In
+	addition, the availability of libguestfs to support multiple
+	virtual disk formats will make Fedora's OpenStack offering
+	more flexible.
+      </para>
+    </section>
+    <section>
+      
+      <title>Open vSwitch</title>
+      
+      <para>
+	Fedora 17 includes Open vSwitch, a software-based network
+	switch used to provide networking services to virtual
+	machines. Open vSwitch supports OpenFlow for
+	ease-of-management.
+      </para>
+    </section>
+
 </section>
 
diff --git a/en-US/Database_Servers.xml b/en-US/Database_Servers.xml
index 3369221..a6ad8af 100644
--- a/en-US/Database_Servers.xml
+++ b/en-US/Database_Servers.xml
@@ -5,10 +5,173 @@
 
 
 <section>
+  
   <title>Database Servers</title>
-  <para>
-    &nbsp;
-  </para>
+  
+  <section>
+    
+    <title>mysql</title>
+    
+    <para>
+      Fedora 17 includes <package>mysql</package> 5.5.20, updated from
+      5.5.14 in Fedora 16.
+    </para>
+  </section>
+  <section>
+    
+    <title>postgresql</title>
+    
+    <para>
 
+      <package>postgresql</package> has been upgraded to 9.1.2
+    </para>
+    <warning>
+      <title>Potentially Incompatible Change</title>
+      <para>
+	If you rely on the information_schema.referential_constraints
+	view, or if you have columns of type citext, you may need to
+	take special action. Refer to <ulink
+	url="http://www.postgresql.org/docs/9.1/static/release-9-1-2.html"
+	/>.
+      </para>
+    </warning>
+    <para>
+    This is primarily a bugfix release. </para>
+  </section>
+  <section>
+    
+    <title>sqlite</title>
+    
+    <para>
+
+      <package>sqlite</package> has been upgraded to 3.7.9
+    </para>
+    <warning>
+      <title>Potentially Incompatible Change</title>
+      <para>
+	If a search token (on the right-hand side of the MATCH
+	operator) in FTS4 begins with "^" then that token must be the
+	first in its field of the document.
+      </para>
+    </warning>      
+    <para>
+      There are many changes and improvements: 
+      <itemizedlist>
+	<listitem>
+	  
+	  <para>
+	    Orders of magnitude performance improvement for CREATE
+	    INDEX on very large tables.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Improved the windows VFS to better defend against
+	    interference from anti-virus software.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Improved query plan optimization when the DISTINCT keyword
+	    is present.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Allow more system calls to be overridden in the unix VFS -
+	    to provide better support for chromium sandboxes.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Increase the default size of a lookahead cache line from
+	    100 to 128 bytes.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Enhancements to the test_quota.c module so that it can
+	    track preexisting files.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Added options SQLITE_DBSTATUS_CACHE_HIT and
+	    SQLITE_DBSTATUS_CACHE_MISS to the sqlite3_db_status()
+	    interface.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Removed support for SQLITE_ENABLE_STAT2, replacing it with
+	    the much more capable SQLITE_ENABLE_STAT3 option.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Enhancements to the sqlite3_analyzer utility program,
+	    including the --pageinfo and --stats options and support
+	    for multiplexed databases.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Enhance the sqlite3_data_count() interface so that it can
+	    be used to determine if SQLITE_DONE has been seen on the
+	    prepared statement.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Added the SQLITE_FCNTL_OVERWRITE file-control by which the
+	    SQLite core indicates to the VFS that the current
+	    transaction will overwrite the entire database file.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Increase the default lookaside memory allocator allocation
+	    size from 100 to 128 bytes.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Enhanced the query planner so that it can factor terms in
+	    and out of OR expressions in the WHERE clause in an effort
+	    to find better indices.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Added the SQLITE_DIRECT_OVERFLOW_READ compile-time option,
+	    causing overflow pages to be read directly from the
+	    database file, bypassing the page cache.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Remove limits on the magnitude of precision and width
+	    value in the format specifiers of the sqlite3_mprintf()
+	    family of string rendering routines.
+	  </para>
+	</listitem>
+      </itemizedlist>
+      
+    </para>
+  </section>
 </section>
 
diff --git a/en-US/Multimedia.xml b/en-US/Multimedia.xml
index a97428f..87d28d6 100644
--- a/en-US/Multimedia.xml
+++ b/en-US/Multimedia.xml
@@ -3,13 +3,150 @@
 "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"?>
 
-<section>
+
+<section id="sect_Multimedia">
   
   <title>Multimedia</title>
-  <para>
-    &nbsp;
-  </para>
-
   
+  <section>    
+    <title>blender</title>    
+    <para>
+      <package>blender</package> has been updated to 2.6.1.  This
+      release includes many new features including a new, faster
+      rendering engine, motion tracking, dynamic painting, an ocean
+      simulation, and much more.  Refer to <ulink
+      url="http://www.blender.org/development/release-logs/blender-260/">http://www.blender.org/development/release-logs/blender-260/</ulink>
+      and <ulink
+      url="http://www.blender.org/development/release-logs/blender-261/">http://www.blender.org/development/release-logs/blender-261/</ulink>
+      for additional details.
+    </para>
+  </section>
+
+  <section>    
+    <title>calibre</title>    
+    <para>
+      <package>calibre</package> has been upgraded from 0.8.11 to
+      0.8.39.  Among the many improvements; deleted books are moved to
+      the recycle bin instead of just deleting, multiple filenames can
+      be passed on the command line, there is now a preference setting
+      for how much a font size changes when larger/smaller is clicked,
+      the popup asking about converting formats can be disabled, many
+      new and improved recipes, and much more.
+    </para>
+  </section>
+
+  <section>    
+    <title>epris</title>    
+    <para>
+      <package>epris</package> is a small, lightweight music player.
+      <emphasis>epris</emphasis> is new to Fedora 17.  For a (very)
+      brief overview, go to <ulink
+      url="http://code.google.com/p/epris/">http://code.google.com/p/epris/</ulink>
+    </para>
+  </section>
+
+  <section>    
+    <title>epstool</title>    
+    <para>
+      <package>epstool</package> is a utility to create or extract
+      preview images in EPS files, fix bounding boxes and convert to
+      bitmaps.  It is also new to Fedora 17.
+    </para>
+  </section>
+
+  <section>
+    <title>gimp</title>    
+    <para>
+      <package>gimp</package> has been upgraded to 2.7.4.  There are
+      many changes, some very significant.  Among the highlights:
+      <itemizedlist>
+	<listitem>	  
+	  <para>
+	    <package>gimp</package> 2.7 introduces an optional
+	    single-window mode. You can toggle between the default
+	    multi-window mode and the new single-window mode through
+	    the Single-window mode checkbox in the Windows menu.
+	  </para>
+	</listitem>
+	<listitem>	  
+	  <para>
+	    <package>gimp</package> now allows dockable dialogs in a
+	    dock window to be placed in multiple columns.
+	  </para>
+	</listitem>
+	<listitem>	  
+	  <para>
+	    The docking bars have been removed and replaced with
+	    overlaid highlights. The dockable drag handle has been
+	    removed and the dockable menu button has been moved up to
+	    the tabs. A new Automatic tab style has been added which
+	    makes dockable tabs use the available space.
+	  </para>
+	</listitem>
+	<listitem>	  
+	  <para>
+	    A rather big conceptual change is that saving and
+	    exporting images now are clearly separated
+	    activities. Saving an image can only be done in the XCF
+	    format which is GIMP's native file format, able to save
+	    all kinds of information necessary for works in progress.
+	  </para>
+	</listitem>
+	<listitem>	  
+	  <para>
+	    For complex compositions, a flat layer structure is very
+	    limiting. GIMP 2.7 lets users organize their compositions
+	    better through the introduction of layer groups which
+	    allow layers to be organized in tree-like
+	    structures. Layer groups are fully scriptable through the
+	    GIMP plug-in API.
+	  </para>
+	</listitem>
+	<listitem>	  
+	  <para>
+	    Text editing with the Text Tool is now performed on-canvas
+	    instead of in a separate window.
+	  </para>
+	</listitem>
+	<listitem>
+	  <para>
+	    Enhancements have also been made to the size entry widget,
+	    which is used for inputting most of the x, y, width,
+	    height parameters. For example, in the scale dialog it is
+	    now possible to write '50%' in the Width field to scale
+	    the image to 50% of the width. Expressions such as '30in +
+	    40px' and '4 * 5.4in' work, too.
+	  </para>
+	</listitem>
+      </itemizedlist>
+    </para>
+    <para>
+      There are many other improvements which can be researched at
+      <ulink
+      url="http://www.gimp.org/release-notes/gimp-2.7.html">http://www.gimp.org/release-notes/gimp-2.7.html</ulink>      
+    </para>
+  </section>
+
+  <section>    
+    <title>idjc</title>    
+    <para>
+      Internet DJ Console is a project to provide a powerful yet easy
+      to use source-client for individuals interested in streaming
+      live radio shows over the Internet using Shoutcast or Icecast
+      servers.  <package>idjc</package> appears for the first time in
+      Fedora.
+    </para>
+  </section>
+
+  <section>
+    <title>vpmk</title>    
+    <para>
+      Virtual MIDI Piano Keyboard is a MIDI events generator and
+      receiver. It doesn't produce any sound by itself, but can be
+      used to drive a MIDI synthesizer (either hardware or software,
+      internal or external). <package>vpmk</package> is new to Fedora.
+    </para>
+  </section>
+
 </section>
 
diff --git a/en-US/Productivity.xml b/en-US/Productivity.xml
index 1126e2b..0ca547f 100644
--- a/en-US/Productivity.xml
+++ b/en-US/Productivity.xml
@@ -3,15 +3,858 @@
 "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"?>
 
-
-
-
 <section>
   
   <title>Productivity</title>
-  <para>
-    &nbsp;
-  </para>
   
+  <section>
+    
+    <title>cherrytree</title>
+    
+    <para>
+
+      <package>cherrytree</package> is new to Fedora. A hierarchical
+      note taking application, featuring rich text and syntax
+      highlighting, storing data in a single xml or sqlite file.
+    </para>
+  </section>
+  <section>
+    
+    <title>evolution</title>
+    
+    <para>
+
+      <package>evolution</package> has been updated to 3.3.5.  This is
+      a bugfix release.
+    </para>
+  </section>
+  <section>
+    
+    <title>libreoffice</title>
+    
+    <para>
+
+      <package>libreoffice</package> has been updated to 3.5.0.3.
+    </para>
+  </section>
+  <section>
+    
+    <title>lemonpos</title>
+    
+    <para>
+
+      <package>lemonpos</package>, Lemon in short, is an open source
+      Point of Sale software targeted for micro, small and medium
+      businesses. MySQL is employed for data management and storage,
+      and can be used a single database with many POS terminals on a
+      network.
+    </para>
+    <para>
+    Lemon provides a modern themeable and easy to use Interface, a
+    search panel, a price-checker tool, an administration tool for
+    managing your store, printed reports, and more... </para>
+  </section>
+  <section>
+    
+    <title>rachota</title>
+    
+    <para>
+
+      <package>rachota</package> is also new to Fedora. It is a
+      portable application for timetracking different projects. It
+      runs everywhere. It displays time data in diagram form, creates
+      customized reports and invoices or analyses measured data and
+      suggests hints to improve user's time usage. The totally
+      portable yet personal timetracker.
+    </para>
+  </section>
+  <section>
+    
+    <title>scribus</title>
+    
+    <para>
+      Scribus has been updated to 1.4.0, a major upgrade: 
+      <itemizedlist>
+	<listitem>
+	  
+	  <para>
+	    Feature enhancements to object handling (e.g. transform
+	    tools like in advanced drawing programs), with
+	    improvements to existing features like the Scrapbook and
+	    the Image Manager.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Many advanced options for text and typography, like
+	    character styles, optical margins, or glyph
+	    extension. Undo/Redo is finally available for almost all
+	    text-related actions, and a new script enables replacing
+	    straight quotes with typographical quotation marks based
+	    on language settings. Usability improvements include
+	    better cursor placement and movement, faster layout on
+	    canvas and interaction between linked frames.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    New features for vector objects, like Boolean path
+	    operations, vector effects or a line style editor.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Major improvements to the handling of fills, like pattern
+	    fill, more gradient types, support for external color
+	    palette formats (AI, EPS, GPL, PostScript, SOC), and many
+	    new color palettes, including those from commercial
+	    vendors like Resene and dtp studio, as well as
+	    national/government standards.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    A new frame type called "Render Frame" allows for
+	    rendering (and subsequently export) the output of every
+	    program that can create PostScript, PDF or PNG files via
+	    the command line (e.g. LaTeX, Lilypond, POV-Ray) inside
+	    Scribus. The initial version of which was developed as a
+	    project for Google Summer of Code and this project has
+	    developed to allow import of externally produced
+	    documents, scientific publications and formulas. More
+	    renderers can be added with a simple configuration file.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Vector import filters: Scribus 1.4.0 provides new import
+	    filters for the following file formats: Adobe Illustrator
+	    (both EPS and PDF-based), Macintosh Picture (PICT),
+	    Windows Metafile (WMF), Xfig (FIG), Calamus Vector
+	    Graphics (CVG), Kivio Stencils (SML), and DIA Shapes
+	    (SHAPE).
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Regarding bitmap images, the handling of Photoshop files
+	    has seen many major improvements, like support of multiple
+	    clipping paths or PSD layers. The Image Manager has been
+	    rewritten, and new non-destructive image effects have been
+	    added.* Moreover, Scribus 1.4.0 now supports EXIF data in
+	    images, and import of Windows and OS/2 bitmaps (BMP) has
+	    been re-enabled.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Among the major enhancements to Scribus's pre-press
+	    features, printing marks and the display of ink coverage
+	    in the Print Preview are the most important. In addition,
+	    Scribus now enables conversion of spot colors to process
+	    colors during PDF and PostScript export with a single
+	    click.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    PDF export has seen major improvements as well. Scribus
+	    can now export to PDF 1.5, including PDF layers. Another
+	    new feature is the option to embed EPS and PDF files in
+	    exported PDFs as an alternative to rasterizing them. Also,
+	    both font embedding and substitution have been improved.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    For color management, Scribus 1.4.0 now supports both
+	    littleCMS version 1 and 2. It's also possible to enable
+	    color management with a single click from the main window.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Additionally, the Scribus Team has added a feature to
+	    emulate color blindness on screen.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Hundreds of minor and major usability improvements have
+	    been added.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    The included scripts have been updated, including the
+	    addition of the "Autoquote" script in the Script menu to
+	    convert straight quotes in a text frame to correct
+	    quotation marks for many languages.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Scribus 1.4.0 is being shipped with many more templates
+	    than previous versions.
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    The content of the Help System has been rewritten and updated. 
+	  </para>
+	</listitem>
+      </itemizedlist>
+      
+    </para>
+  </section>
+  <section>
+    
+    <title>timeline</title>
+    
+    <para>
+      Also new to Fedora 17 is <package>timeline</package>, a
+      cross-platform application for displaying and navigating events
+      on a timeline.
+      <itemizedlist>
+	<listitem>
+	  
+	  <para>
+	    Organize events in hierarchical categories 
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Move and resize events with the mouse 
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Duplicate events 
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Search events 
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Go to a specific date 
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Different representation depending on zoom level 
+	  </para>
+	</listitem>
+	<listitem>
+	  
+	  <para>
+	    Export to image 
+	  </para>
+	</listitem>
+      </itemizedlist>
+      
+    </para>
+  </section>
+  <section>
+    
+    <title>vym</title>
+    
+    <para>
+
+      <package>vym</package> has been updated to version 2.0.6.  This
+      upgrade include many new features:
+    </para>
+
+    <itemizedlist>
+      <listitem>
+	
+	<para>
+	  General 
+	  <itemizedlist>
+	    <listitem>
+	      
+	      <para>
+		File handling 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      Autosave 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Automatic backups 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      vym now checks regulary if map has changed on disk and 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Multiple files can be selected while loading
+		      maps and images
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Restore last session 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Multiple mapcenters in one map 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Manpage added 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		New translations 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Code 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      Completely ported to Qt4 now. 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      HTML export now native code without XSLT transformation 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      DBUS support (partly) 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	  </itemizedlist>
+	  
+	</para>
+      </listitem>
+    </itemizedlist>
+
+    <itemizedlist>
+      <listitem>
+	
+	<para>
+	  Import/Export 
+	  <itemizedlist>
+	    <listitem>
+	      
+	      <para>
+		Last export can be repeated 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Simple export to CSV spreadsheet 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Most important exports can be scripted now 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		ASCII exports show URLs 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Import of FreeMind maps 
+	      </para>
+	    </listitem>
+	  </itemizedlist>
+	  
+	</para>
+      </listitem>
+    </itemizedlist>
+
+    <itemizedlist>
+      <listitem>
+	
+	<para>
+	  Handling 
+	  <itemizedlist>
+	    <listitem>
+	      
+	      <para>
+		Quick sorting and moving using "targets" 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      Targets can be defined by singlekeystroke 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      "Goto" selects target 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      "Move to" moves selection to target without
+		      moving view. Very useful for quickly sorting
+		      things
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Brainstorm mode 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		add/delete 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      insert branch and make selection its child 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      removing childs of a branch 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      removing a branch and keeping its childs 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		xLinks 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      can now be comfortably selected by clicking 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      very easy to follow a xlink by clicking into the
+		      corner of the branch, where it begins
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      also "F" key can be used to follow 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		References/URLs 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      Opening of all vymLinks in a subtree 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Opening of all URLs in a subtree 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Bugzilla integration 
+		      <itemizedlist>
+			<listitem>
+			  
+			  <para>
+			    vym can fetch data directly from Bugzilla
+			    (extra package required, see manual)
+			  </para>
+			</listitem>
+			<listitem>
+			  
+			  <para>
+			    Quick checks of bugs status: All bugs in a
+			    subtree can be updated by single keystroke
+			  </para>
+			</listitem>
+			<listitem>
+			  
+			  <para>
+			    Support for Bugzilla queries 
+			  </para>
+			</listitem>
+		      </itemizedlist>
+		      
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Copy from past steps in history to current one 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Adding timestamp to branch 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Sort lexically (forward/backward) 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		create new map with current selection as MapCenter 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Detach a branch to make it a new mapcenter 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Go forward/backward in selection history 
+	      </para>
+	    </listitem>
+	  </itemizedlist>
+	  
+	</para>
+      </listitem>
+    </itemizedlist>
+
+    <itemizedlist>
+      <listitem>
+	
+	<para>
+	  Widgets 
+	  <itemizedlist>
+	    <listitem>
+	      
+	      <para>
+		Editors 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      Tree editor added 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Heading editor added 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		New find window 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      shows all hits clearly, both branches and notes 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Makes it easy to select the hits in editors 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		More filedialogs now can remember to switch off warnings 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Progressbar shows filename of currently loading map 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Dock Widgets 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      can be positioned freely 
+		      <itemizedlist>
+			<listitem>
+			  
+			  <para>
+			    Floating next to mainwindow 
+			  </para>
+			</listitem>
+			<listitem>
+			  
+			  <para>
+			    Integrated (top/left/right/bottom) into mainwindow 
+			  </para>
+			</listitem>
+		      </itemizedlist>
+		      
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Note editor 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Find window 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	  </itemizedlist>
+	  
+	</para>
+      </listitem>
+    </itemizedlist>
+
+    <itemizedlist>
+      <listitem>
+	
+	<para>
+	  Graphics 
+	  <itemizedlist>
+	    <listitem>
+	      
+	      <para>
+		Animation 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      Panning 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Snap back 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Images 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      Basic SVG support 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Images can be resized 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      New standard flags 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Frames 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      Include subtree in frame 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      New frametype: cloud 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Zoom 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      Zoom with scroll wheel (press CTRL) 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      zoom factor is saved and restored on load 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Center on selection with "." or reset zoom with "," 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Autolayout (collision detection) 
+	      </para>
+	    </listitem>
+	    <listitem>
+	      
+	      <para>
+		Fonts 
+		<itemizedlist>
+		  <listitem>
+		    
+		    <para>
+		      Set default font 
+		    </para>
+		  </listitem>
+		  <listitem>
+		    
+		    <para>
+		      Branch headings may be RichText now 
+		    </para>
+		  </listitem>
+		</itemizedlist>
+		
+	      </para>
+	    </listitem>
+	  </itemizedlist>
+	  
+	</para>
+      </listitem>
+    </itemizedlist>
+  </section>
 </section>
 
diff --git a/en-US/Security.xml b/en-US/Security.xml
index 3a908c0..ac74fab 100644
--- a/en-US/Security.xml
+++ b/en-US/Security.xml
@@ -9,97 +9,123 @@
   
   <section>
     
-    <title>Password Quality Checking</title>
-    
-    <para>
-      Fedora now has a single configurable library, <package>
-      libpwquality</package>, for checking the quality of new
-      passwords used for system accounts. The system wide password
-      quality checks provided by this library are configured by
-      modifying the <filename>/etc/security/pwquality.conf</filename>
-      configuration file.
-    </para>
-    <para>
-      Developers wishing to call this API from their applications will
-      find the API description in the <filename>pwquality.h</filename>
-      file provided by the <package>libpwquality-devel</package>
-      package. A python wrapper,
-      <emphasis>python-pwquality</emphasis>, is also provided.</para>
-    </section>
+    <title>Warning - Beat Converted</title>
     <section>
       
-      <title>SELinux Deny Ptrace</title>
+      <title>Password Quality Checking</title>
       
       <para>
-	A new SELinux boolean, <package>deny_ptrace</package>, has
-	been added. It is recommended that users who do not plan to
-	debug applications on their machine turn this boolean on. The
-	boolean prevents rogue processes from being able to read the
-	memory of, or otherwise attack, other processes using
-	debugging tools including <emphasis>ptrace</emphasis> and
-	<emphasis>gdb</emphasis>.
+	Fedora now has a single configurable library, 
+	<ulink url="https://fedorahosted.org/libpwquality">
+	libpwquality</ulink>, for checking the quality of
+	new passwords used for system accounts. The system wide
+	password quality checks provided by this library are
+	configured by modifying the
+	<filename>/etc/security/pwquality.conf</filename>
+	configuration file.
       </para>
       <para>
-	Such attacks are prevented even where the rogue process is
-	running as the root user or attacking a process running with
-	the same SELinux context and label. To permanently enable the
-	protection provided by the <emphasis>deny_ptrace</emphasis>
-	boolean, execute the following command as root:
+	Developers wishing to call this API from their applications
+	will find the API description in the
+	<filename>pwquality.h</filename> file provided by the
+	<package>libpwquality-devel</package> package. A python
+	wrapper, <emphasis>python-pwquality</emphasis>, is also
+	provided.</para>
+      </section>
+      <section>
+	
+	<title>SELinux Deny Ptrace</title>
+	
+	<para>
+	  A new SELinux boolean, <varname>deny_ptrace</varname>, has
+	  been added. It is recommended that users who do not plan to
+	  debug applications on their machine turn this boolean
+	  on. The boolean prevents rogue processes from being able to
+	  read the memory of, or otherwise attack, other processes
+	  using debugging tools including <application>ptrace</application>
+	  and <application>gdb</application>.
+	</para>
+	<para>Such attacks are prevented even where the rogue process
+	is running as the root user or attacking a process running
+	with the same SELinux context and label. To permanently enable
+	the protection provided by the
+	<varname>deny_ptrace</varname> boolean, execute the
+	following command as root:
+<screen>
+# setsebool -P deny_ptrace 1
+</screen>
 	</para>
 	<para>
-	  <programlisting format="linespecific"># setsebool -P deny_ptrace 1</programlisting>
-      
-    </para>
-    <para>
-    To disable the protection provided by the
-    <package>deny_ptrace</package> boolean temporarily, execute the
-    following command as root:</para>
-    <para>
-      <programlisting format="linespecific"># setsebool deny_ptrace 0</programlisting>
-      
-    </para>
-    </section>
-    <section>
-      
-      <title>Services Private /tmp</title>
-      
-      <para>
-	A number of services managed by <package>systemd</package>
-	have been modified to make use of its ability to provide them
-	with a private <emphasis>/tmp</emphasis> directory. Privileged
-	services using <emphasis>/tmp</emphasis> and
-	<emphasis>/var/tmp</emphasis> have previously been found to be
-	open to being interfered with by unprivileged users,
-	potentially leading to privilege escalation. Using private
-	<emphasis>/tmp</emphasis> directories for services prevents
-	this style of exploit.
-      </para>
-      <para>The directive added to the <emphasis>systemd</emphasis>
-      unit files for the modified services
-      is:</para><programlisting>[Service]PrivateTmp=true</programlisting>
-    </section>
-    <section>
-      
-      <title>Secure Containers</title>
-      
-      <para>
-	A new tool, <package>sandbox</package>, has been created to
-	streamline creation of secure <emphasis>libvirt</emphasis>
-	containers. When provided with an executable
-	<emphasis>sandbox</emphasis> determines the mount points and
-	<emphasis>libvirt</emphasis> container information required to
-	run the application in a container. The container is then
-	launched by <emphasis>libvirt</emphasis> with an SELinux
-	context that will prevent it interacting with other processes
-	on the system, including other containers, while still being
-	able to share system data.
-      </para>
-      <para>This allows an administrator to run multiple instances of
-      a service simultaneously, while preventing them from breaking
-      the host machine or other processes on the system, even when run
-      as <emphasis>root</emphasis>. To use
-      <emphasis>sandbox</emphasis>, install the
-      <emphasis>libvirt-sandbox</emphasis> package.</para>
+	  To disable the protection provided by the
+	  <varname>deny_ptrace</varname> boolean temporarily, execute
+	  the following command as root:
+	</para>
+<screen>
+# setsebool deny_ptrace 0
+</screen>
+      </section>
+      <section>
+	
+	<title>Services Private /tmp</title>
+	
+	<para>
+	  A number of services managed by <package>systemd</package>
+	  have been modified to make use of its ability to provide
+	  them with a private <filename>/tmp</filename>
+	  directory. Privileged services using
+	  <filename>/tmp</filename> and <filename>/var/tmp</filename>
+	  have previously been found to be open to being interfered
+	  with by unprivileged users, potentially leading to privilege
+	  escalation. Using private <filename>/tmp</filename>
+	  directories for services prevents this style of exploit.
+	</para>
+	<para>The directive added to the <package>systemd</package>
+	unit files for the modified services is:
+<screen>
+[Service]
+PrivateTmp=true
+</screen>
+	</para>
+      </section>
+      <section>
+	
+	<title>Secure Containers</title>
+	
+	<para>
+	  A new tool, <package>sandbox</package>, has been created to
+	  streamline creation of secure <package>libvirt</package>
+	  containers. When provided with an executable
+	  <package>sandbox</package> determines the mount points and
+	  <package>libvirt</package> container information required
+	  to run the application in a container. The container is then
+	  launched by <package>libvirt</package> with an SELinux
+	  context that will prevent it interacting with other
+	  processes on the system, including other containers, while
+	  still being able to share system data.
+	</para>
+	<para>
+	  This allows an administrator to run multiple instances of a
+	  service simultaneously, while preventing them from breaking
+	  the host machine or other processes on the system, even when
+	  run as root. To use
+	  <package>sandbox</package>, install the
+	  <package>libvirt-sandbox</package> package.
+	</para>
+	<section>
+	
+	<title>krb5-workstation</title>
+	
+	<para>
+	  Fedora 17 upgrades the Kerberos authentication system to
+	  version 1.10. This adds support for changing passwords over
+	  a NAT and support for localization. The
+	  <command>kswitch</command> command is added to switch
+	  between credential caches. Additional cache support has been
+	  added to other commands. Credential choice can be controlled
+	  with the file <filename>$HOME/.k5identity</filename>.
+	</para>
+      </section>
+      </section>
     </section>
   </section>
   


More information about the docs-commits mailing list