release-notes/devel/en_US WebServers.xml,1.12,1.13

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Mon Oct 8 23:29:16 UTC 2007


Author: pfrields

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27146

Modified Files:
	WebServers.xml 
Log Message:
Sync content from wiki for F8 GA.



Index: WebServers.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/WebServers.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- WebServers.xml	1 May 2007 00:19:56 -0000	1.12
+++ WebServers.xml	8 Oct 2007 23:29:14 -0000	1.13
@@ -3,11 +3,26 @@
 
 <section id="sn-WebServers">
   <title>Web Servers</title>
-  <para>
-    Users of the <filename>mod_dbd</filename> module should note that the
-    <filename>apr-util</filename> DBD driver for PostgreSQL is now distributed
-    as a separate dynamically-loaded module. The driver module is now
-    included in the <package>apr-util-pgsql</package> package. A MySQL driver
-    is now also available, in the <package>apr-util-mysql</package> package.
-  </para>
+  <section id="sn-dbd-driver">
+    <title>PostgreSQL DBD Driver</title>
+    <para>
+      Users of the <filename>mod_dbd</filename> module should note that
+      the <filename>apr-util</filename> DBD driver for PostgreSQL is now
+      distributed as a separate dynamically-loaded module. The driver
+      module is now included in the <package>apr-util-pgsql</package>
+      package. A MySQL driver is now also available, in the
+      <package>apr-util-mysql</package> package.
+    </para>
+  </section>
+  <section id="sn-turbogears-apps">
+    <title>TurboGears Applications</title>
+    <para>SQLAlchemy has been updated to 0.4.x. TurboGears Applications
+      developed using SQLAlchemy for their database layer will need to
+      update their startup scripts. Instead of:</para>
+    <screen><![CDATA[import pkg_resources
+pkg_resources.require('TurboGears')]]></screen>
+    <para>the start script needs to have:</para>
+    <screen><![CDATA[__requires__ = 'TurboGears[future]'
+import pkg_resources]]></para>
+  </section>
 </section>




More information about the Fedora-docs-commits mailing list