Moved the generated changelog into its own file & manually added some 1.3 notes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328518 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2012-11-28 03:42:31 +00:00
parent a90f5b7e51
commit 21293f3656
2 changed files with 62 additions and 6 deletions

View file

@ -17,12 +17,7 @@
&reference.mongo.misc;
&reference.mongo.reference;
&reference.mongo.exceptions;
<appendix xmlns="http://docbook.org/ns/docbook" xml:id="changelog.mongo">
<title>&ChangelogListingTitle;</title>
<para>&ChangelogListingDescription;</para>
<?phpdoc generate-changelog-for="ref.mongo class.mongo class.mongobindata class.mongoclient class.mongocode class.mongocollection class.mongocursor class.mongodate class.mongodb class.mongodbref class.mongogridfs class.mongogridfscursor class.mongogridfsfile class.mongoid class.mongoint32 class.mongoint64 class.mongolog class.mongopool class.mongoregex class.mongotimestamp" ?>
</appendix>
&reference.mongo.changelog;
</book>

View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<appendix xmlns="http://docbook.org/ns/docbook" xml:id="changelog.mongo" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>&ChangelogListingTitle;</title>
<para>&ChangelogListingDescription;</para>
<!-- This should probably be changed to <section> once we start covering 1.4,
1.5, 1.6, etc etc etc -->
<simplesect xml:id="changelog.mongo.1.3">
<title>MongoDB PHP Driver 1.3.0</title>
<para>
The 1.3 series introduced several major changes to the extension such as
completely rewritten <link linkend="mongo.connecting">connection
handling</link> (and removal of the pooling mechanism), support for
<link linkend="mongo.readpreferences">ReadPreferences</link> and change the
default <link linkend="mongo.writes">WriteConcerns</link> to be
<emphasis>acknowledged</emphasis> by introducing a new class
<link linkend="class.mongoclient">MongoClient</link> which serves as a
replacement class for the now deprecated <classname>Mongo</classname> class.
</para>
<para>
The driver now also supports connecting to multiple mongos instances (the
Mongo Shard router) for loadbalancing.
</para>
<para>
Other enhancements include improved logging for easier connection handling
debugging with <classname>MongoLog</classname> and support for the
<link xlink:href="&url.mongodb.docs.aggregation;">Aggregation Framework</link>
via the <methodname>MongoCollection::aggregate</methodname> method.
</para>
</simplesect>
<title>Changes to existing methods</title>
<?phpdoc generate-changelog-for="ref.mongo class.mongo class.mongobindata class.mongoclient class.mongocode class.mongocollection class.mongocursor class.mongodate class.mongodb class.mongodbref class.mongogridfs class.mongogridfscursor class.mongogridfsfile class.mongoid class.mongoint32 class.mongoint64 class.mongolog class.mongopool class.mongoregex class.mongotimestamp" ?>
</appendix>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->