=== modified file 'doc/source/development.rst'
--- doc/source/development.rst	2012-08-21 05:55:28 +0000
+++ doc/source/development.rst	2012-12-14 10:07:25 +0000
@@ -19,7 +19,7 @@
 
 Overview
 ~~~~~~~~
-At Percona we use `Bazaar <http://www.bazaar-vcs.org>`_ for source
+At Percona we use `Bazaar <http://bazaar.canonical.com/en/>`_ for source
 control and `launchpad <http://www.launchpad.net>`_ for both
 code hosting and release management.
 
@@ -205,9 +205,9 @@
 Percona Xtrabackup
 ~~~~~~~~~~~~~~~~~~
 
-`<http://jenkins.percona.com/view/Percona%20Xtrabackup/>`_
+`<http://jenkins.percona.com/view/XtraBackup/>`_
 
-We currently build both xtrabackup 1.6 and xtrabackup trunk (will become 1.7).
+We currently build Xtrabackup 1.6, 2.0 and xtrabackup trunk (will become 2.1).
 
 There are param-builds for 1.6 and trunk too. These should be run for each merge request (and before any collection of merged branches is pushed to trunk)
 
@@ -221,14 +221,14 @@
 Percona Server 5.1
 ------------------
 
-`<http://jenkins.percona.com/view/Percona%20Server%205.1/>`_
+`<http://jenkins.percona.com/view/PS%205.1/>`_
 
 We have trunk and param jobs. We also have a valgrind job that will run after a successful trunk build.
 
 Percona Server 5.5
 ------------------
 
-`<http://jenkins.percona.com/view/Percona%20Server%205.5/>`_
+`<http://jenkins.percona.com/view/PS%205.5/>`_
 
 Similar to 5.1, but for PS5.5 instead.
 

=== modified file 'doc/source/diagnostics/innodb_deadlock_count.rst'
--- doc/source/diagnostics/innodb_deadlock_count.rst	2012-09-18 05:04:43 +0000
+++ doc/source/diagnostics/innodb_deadlock_count.rst	2012-12-14 10:07:25 +0000
@@ -36,7 +36,7 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`:
     Full functionality available.
 
 Status Variables

=== modified file 'doc/source/diagnostics/innodb_show_status.rst'
--- doc/source/diagnostics/innodb_show_status.rst	2012-10-19 12:06:24 +0000
+++ doc/source/diagnostics/innodb_show_status.rst	2012-12-14 10:07:25 +0000
@@ -23,13 +23,13 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0
+  * :rn:`5.5.8-20.0`
     Added status variables showing information from ``SHOW ENGINE INNODB STATUS``.
 
-  * 5.5.8-20.0
+  * :rn:`5.5.8-20.0`
     Added additional information in the LOG section.
 
-  * 5.5.10-20.1:
+  * :rn:`5.5.10-20.1`:
     Renamed status variable :variable:`innodb_row_lock_numbers` to :variable:`innodb_current_row_locks`.
 
 Other Information

=== modified file 'doc/source/diagnostics/innodb_stats.rst'
--- doc/source/diagnostics/innodb_stats.rst	2012-12-10 15:24:56 +0000
+++ doc/source/diagnostics/innodb_stats.rst	2012-12-14 10:07:25 +0000
@@ -9,8 +9,8 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0:
-    Renamed three fields in table ``INNODB_INDEX_STATS``.
+  * :rn:`5.5.8-20.0`:
+    Renamed three fields in :table:`INNODB_INDEX_STATS` table.
 
 
 System Variables

=== modified file 'doc/source/diagnostics/process_list.rst'
--- doc/source/diagnostics/process_list.rst	2012-09-18 05:04:43 +0000
+++ doc/source/diagnostics/process_list.rst	2012-12-14 10:07:25 +0000
@@ -19,15 +19,11 @@
 Version Specific Information
 ============================
 
-  * 5.0.91-22:
-
-    * Added column ``TIME_MS`` to table ``PROCESSLIST``.
-
-  * 5.5.10-20.1:
+  * :rn:`5.5.10-20.1`:
 
     * Added columns ``ROWS_EXAMINED``, ``ROWS_SENT``, and ``ROWS_READ`` to ``SHOW PROCESSLIST`` command.
 
-    * Added columns ``ROWS_EXAMINED``, ``ROWS_SENT``, and ``ROWS_READ`` to table ``PROCESSLIST``.
+    * Added columns ``ROWS_EXAMINED``, ``ROWS_SENT``, and ``ROWS_READ`` to :table:`PROCESSLIST` table.
 
 INFORMATION_SCHEMA Tables
 =========================
@@ -48,8 +44,6 @@
    :column ROWS_EXAMINED: The number of rows examined by the statement being executed.
    :column ROWS_SENT:	The number of rows sent by the statement being executed.
    :column ROWS_READ: The number of rows read by the statement being executed.
-   :version 5.0.91-22: Added column ``TIME_MS``
-   :version 5.5.10-20.1: Added columns ``ROWS_EXAMINED``, ``ROWS_SENT``, and ``ROWS_READ``
 
 
 Example Output

=== modified file 'doc/source/diagnostics/response_time_distribution.rst'
--- doc/source/diagnostics/response_time_distribution.rst	2012-12-10 15:24:56 +0000
+++ doc/source/diagnostics/response_time_distribution.rst	2012-12-14 10:07:25 +0000
@@ -193,11 +193,11 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0:
-    Introduced variable variable:`have_response_time_distribution`.
+  * :rn:`5.5.8-20.0`:
+    Introduced variable :variable:`have_response_time_distribution`.
 
-  * 5.5.8-20.0:
-    Introduced  variable variable:`query_response_time_stats`.
+  * :rn:`5.5.8-20.0`:
+    Introduced  variable :variable:`query_response_time_stats`.
 
 System Variables
 ================

=== modified file 'doc/source/diagnostics/show_engines.rst'
--- doc/source/diagnostics/show_engines.rst	2012-09-18 05:04:43 +0000
+++ doc/source/diagnostics/show_engines.rst	2012-12-14 10:07:25 +0000
@@ -29,7 +29,7 @@
 Version-Specific Information
 ============================
 
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`:
     Full functionality available.
 
 Other Information

=== modified file 'doc/source/diagnostics/slow_extended_55.rst'
--- doc/source/diagnostics/slow_extended_55.rst	2012-10-19 12:06:24 +0000
+++ doc/source/diagnostics/slow_extended_55.rst	2012-12-14 10:07:25 +0000
@@ -14,10 +14,10 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`:
     Added values ``profiling`` and ``profiling_use_getrusage`` to variable log_slow_verbosity.
 
-  * 5.5.10-20.1:
+  * :rn:`5.5.10-20.1`:
      * Renamed variable :variable:`slow_query_log_timestamp_always` to :variable:`slow_query_log_timestamp_always`.
 
      * Renamed variable :variable:`slow_query_log_microseconds_timestamp` to :variable:`slow_query_log_timestamp_precision`.

=== modified file 'doc/source/flexibility/innodb_fast_shutdown.rst'
--- doc/source/flexibility/innodb_fast_shutdown.rst	2012-02-13 08:49:21 +0000
+++ doc/source/flexibility/innodb_fast_shutdown.rst	2012-12-14 10:07:25 +0000
@@ -15,7 +15,7 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20
+  * :rn:`5.5.8-20.0`
     Full functionality available.
 
 Other Information

=== modified file 'doc/source/flexibility/log_warnings_suppress.rst'
--- doc/source/flexibility/log_warnings_suppress.rst	2012-02-13 08:49:21 +0000
+++ doc/source/flexibility/log_warnings_suppress.rst	2012-12-14 10:07:25 +0000
@@ -10,12 +10,16 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`:
     System variable :variable:`log_warnings_silence` introduced.
 
-  * 5.5.10-20.1:
+  * :rn:`5.5.10-20.1`:
     Renamed variable :variable:`log_warnings_silence` to :variable:`log_warnings_suppress`.
 
+
+System Variables
+================
+
 .. variable:: log_warnings_suppress
 
      :version 5.5.8-20.0: Introduced.
@@ -30,7 +34,7 @@
 
 This variable was added in beta release ``5.5.8-20.0`` as :variable:`log_warnings_silence` and renamed in release 5.5.10-20.1.
 
-It is intended to provide a more general mechanism for disabling warnings than existed previously with variable suppress_log_warning_1592.
+It is intended to provide a more general mechanism for disabling warnings than existed previously with variable :variable:`suppress_log_warning_1592`.
 
 When set to the empty string, no warnings are disabled. When set to ``1592``, warning #1592 messages (unsafe statement for binary logging) are suppressed.
 

=== modified file 'doc/source/flexibility/mysql_remove_eol_carret.rst'
--- doc/source/flexibility/mysql_remove_eol_carret.rst	2012-02-13 08:49:21 +0000
+++ doc/source/flexibility/mysql_remove_eol_carret.rst	2012-12-14 10:07:25 +0000
@@ -14,7 +14,7 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`:
     Full functionality.
 
 Client Command Line Parameter

=== modified file 'doc/source/index.rst'
--- doc/source/index.rst	2012-12-10 15:24:56 +0000
+++ doc/source/index.rst	2012-12-14 10:07:25 +0000
@@ -100,7 +100,7 @@
    :maxdepth: 1
    :glob:
 
-   reliability/innodb_recovery_update_relay_log
+   reliability/crash_resistant_replication
    reliability/log_connection_error
    reliability/error_pad
    reliability/innodb_corrupt_table_action

=== modified file 'doc/source/installation.rst'
--- doc/source/installation.rst	2012-10-19 12:06:24 +0000
+++ doc/source/installation.rst	2012-12-14 10:07:25 +0000
@@ -170,7 +170,7 @@
  Installing |Percona Server| from the Bazaar Source Tree
 =========================================================
 
-Percona uses the `Bazaar <http://www.bazaar-vcs.org>`_ revision
+Percona uses the `Bazaar <http://bazaar.canonical.com/en/>`_ revision
 control system for development. To build the latest Percona Server
 from the source tree you will need Bazaar installed on your system.
 

=== modified file 'doc/source/management/changed_page_tracking.rst'
--- doc/source/management/changed_page_tracking.rst	2012-12-06 15:09:45 +0000
+++ doc/source/management/changed_page_tracking.rst	2012-12-14 10:07:25 +0000
@@ -42,7 +42,7 @@
 .. variable:: innodb_track_changed_pages
 
    :version 5.5.27-29.0: Variable introduced
-   :cli: No
+   :cli: Yes
    :conf: Yes
    :scope: Global
    :dyn: No

=== modified file 'doc/source/management/enforce_engine.rst'
--- doc/source/management/enforce_engine.rst	2012-09-04 23:24:39 +0000
+++ doc/source/management/enforce_engine.rst	2012-12-14 10:07:25 +0000
@@ -8,7 +8,7 @@
 
 When this variable is specified and a user tries to create a table using an explicit storage engine that is not the specified enforced engine, he will get either an error if the ``NO_ENGINE_SUBSTITUTION`` SQL mode is enabled or a warning if ``NO_ENGINE_SUBSTITUTION`` is disabled and the table will be created anyway using the enforced engine (this is consistent with the default |MySQL| way of creating the default storage engine if other engines aren't available unless ``NO_ENGINE_SUBSTITUTION`` is set).
 
-In case user tries to enable enforce_storage_engine with engine that isn't available, system will not start.
+In case user tries to enable :variable:`enforce_storage_engine` with engine that isn't available, system will not start.
 
 Version Specific Information
 ============================

=== modified file 'doc/source/management/innodb_buffer_pool_shm.rst'
--- doc/source/management/innodb_buffer_pool_shm.rst	2012-09-04 23:24:39 +0000
+++ doc/source/management/innodb_buffer_pool_shm.rst	2012-12-14 10:07:25 +0000
@@ -17,16 +17,10 @@
 Version Specific Information
 ============================
 
-  * 5.1.49-12.0:
-    Feature introduced.
-
-  * 5.1.50-12.1:
-    System variable :variable:`innodb_buffer_pool_shm_checksum` added.
-
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`:
     First Percona Server 5.5 release, also included Shared Memory
     Buffer Pool.
 
-  * 5.5.13-20.4:
+  * :rn:`5.5.13-20.4`:
     Feature removed, as LRU Dump/Restore is less invasive, more
     reliable and a better solution.

=== modified file 'doc/source/management/innodb_expanded_fast_index_creation.rst'
--- doc/source/management/innodb_expanded_fast_index_creation.rst	2012-09-04 23:24:39 +0000
+++ doc/source/management/innodb_expanded_fast_index_creation.rst	2012-12-14 10:07:25 +0000
@@ -57,7 +57,7 @@
 Version Specific Information
 ============================
 
-  * 5.5.16-22.0
+  * :rn:`5.5.16-22.0`
     Variable :variable:`expand_fast_index_creation` implemented.
     This variable is controling whether fast index creation optimizations made by Perocna are used.
 

=== modified file 'doc/source/management/innodb_fast_index_creation.rst'
--- doc/source/management/innodb_fast_index_creation.rst	2012-09-04 23:24:39 +0000
+++ doc/source/management/innodb_fast_index_creation.rst	2012-12-14 10:07:25 +0000
@@ -23,13 +23,13 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0: 
+  * :rn:`5.5.8-20.0`: 
     Variable :variable:`fast_index_creation` implemented.
 
-  * 5.5.11-21.2:
+  * :rn:`5.5.11-20.2`:
     Expanded the applicability of fast index creation to :command:`mysqldump`, ``ALTER TABLE``, and ``OPTIMIZE TABLE``.
 
-  * 5.5.27-28.0
+  * :rn:`5.5.27-28.0`
     Variable :variable:`innodb_merge_sort_block_size` implemented.
 
 System Variables

=== modified file 'doc/source/management/innodb_lru_dump_restore.rst'
--- doc/source/management/innodb_lru_dump_restore.rst	2012-12-10 15:24:56 +0000
+++ doc/source/management/innodb_lru_dump_restore.rst	2012-12-14 10:07:25 +0000
@@ -15,7 +15,7 @@
 Automatic Operation
 ===================
 
-To perform dump/restore of the buffer pool automatically, set the :variable:`innodb_lru_dump_restore` configuration variable. A non-zero value for this variable causes the server to create a new thread at startup. This thread's first task is to read and sort the saved file, and then restore the LRU accordingly.
+To perform dump/restore of the buffer pool automatically, set the :variable:`innodb_auto_lru_dump` configuration variable. A non-zero value for this variable causes the server to create a new thread at startup. This thread's first task is to read and sort the saved file, and then restore the LRU accordingly.
 
 After finishing the restore operation, the thread switches into dump mode, to periodically dump the LRU. The period is specified by the configuration variable's value in seconds. For example, if you set the variable to 60, then the thread saves the LRU list once per minute.
 
@@ -109,9 +109,9 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`:
     Automatic dump/restore implemented.
-  * 5.5.10-20.1:
+  * :rn:`5.5.10-20.1`:
     Renamed variable :variable:`innodb_auto_lru_dump` to :variable:`innodb_buffer_pool_restore_at_startup`.
 
 System Variables

=== modified file 'doc/source/management/sql_no_fcache.rst'
--- doc/source/management/sql_no_fcache.rst	2012-09-04 23:24:39 +0000
+++ doc/source/management/sql_no_fcache.rst	2012-12-14 10:07:25 +0000
@@ -18,7 +18,7 @@
 Version-Specific Information
 ============================
 
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`:
     Full functionality available.
 
 Other Information

=== modified file 'doc/source/management/udf_maatkit.rst'
--- doc/source/management/udf_maatkit.rst	2012-09-04 23:24:39 +0000
+++ doc/source/management/udf_maatkit.rst	2012-12-14 10:07:25 +0000
@@ -17,7 +17,7 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`:
     Began distributing ``libfnv_udf``, ``libfnv1a_udf``, and ``libmurmur_udf``.
 
 Other Information

=== modified file 'doc/source/performance/handlersocket.rst'
--- doc/source/performance/handlersocket.rst	2012-10-09 15:11:06 +0000
+++ doc/source/performance/handlersocket.rst	2012-12-14 10:07:25 +0000
@@ -19,7 +19,7 @@
 Version Specific Information
 ============================
 
-  * 5.5.11-20.2
+  * :rn:`5.5.11-20.2`
     Full functionality available.
 
 Other Information

=== modified file 'doc/source/performance/innodb_doublewrite_path.rst'
--- doc/source/performance/innodb_doublewrite_path.rst	2012-09-27 09:13:48 +0000
+++ doc/source/performance/innodb_doublewrite_path.rst	2012-12-14 10:07:25 +0000
@@ -53,7 +53,7 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0	 
+  * :rn:`5.5.8-20.0`
     Full functionality available.
 
 

=== modified file 'doc/source/performance/innodb_lazy_drop_table.rst'
--- doc/source/performance/innodb_lazy_drop_table.rst	2012-09-27 09:13:48 +0000
+++ doc/source/performance/innodb_lazy_drop_table.rst	2012-12-14 10:07:25 +0000
@@ -11,7 +11,7 @@
 Version Specific Information
 ============================
 
-  * 5.5.10-20.1 Feature added.
+  * :rn:`5.5.10-20.1` Feature added.
 
 System Variables
 ================

=== modified file 'doc/source/release-notes/Percona-Server-5.5.10-20.1.rst'
--- doc/source/release-notes/Percona-Server-5.5.10-20.1.rst	2012-09-18 05:04:43 +0000
+++ doc/source/release-notes/Percona-Server-5.5.10-20.1.rst	2012-12-14 10:07:25 +0000
@@ -30,7 +30,7 @@
 
   * Old system variable :variable:`userstat_running` was renamed to :variable:`userstat`. (*Oleg Tsarev*)
 
-  * Old system variable :variable:`innodb_expand_import_page` was renamed to :variable:`innodb_import_table_from_xtrabackup`. (*Yasufumi Kinoshita*)
+  * Old system variable :variable:`innodb_expand_import` was renamed to :variable:`innodb_import_table_from_xtrabackup`. (*Yasufumi Kinoshita*)
 
   * Old system variable :variable:`innodb_auto_lru_dump` was renamed to :variable:`innodb_buffer_pool_restore_at_startup`. (*Yasufumi Kinoshita*)
 

=== renamed file 'doc/source/reliability/innodb_recovery_update_relay_log.rst' => 'doc/source/reliability/crash_resistant_replication.rst'
--- doc/source/reliability/innodb_recovery_update_relay_log.rst	2012-09-18 05:04:43 +0000
+++ doc/source/reliability/crash_resistant_replication.rst	2012-12-14 10:07:25 +0000
@@ -55,7 +55,7 @@
 Version Specific Information
 ============================
 
-  * 5.5.10-20.1:
+  * :rn:`5.5.10-20.1`:
     Renamed variable :variable:`innodb_overwrite_relay_log_info` to :variable:`innodb_recovery_update_relay_log`.
 
 System Variables

=== modified file 'doc/source/reliability/error_pad.rst'
--- doc/source/reliability/error_pad.rst	2012-09-18 05:04:43 +0000
+++ doc/source/reliability/error_pad.rst	2012-12-14 10:07:25 +0000
@@ -51,5 +51,5 @@
 Version-Specific Information
 ============================
 
-  * 5.5.8-20.0
+  * :rn:`5.5.8-20.0`
     Full functionality available.

=== modified file 'doc/source/reliability/log_connection_error.rst'
--- doc/source/reliability/log_connection_error.rst	2012-09-18 05:04:43 +0000
+++ doc/source/reliability/log_connection_error.rst	2012-12-14 10:07:25 +0000
@@ -10,5 +10,5 @@
 Version-Specific Information
 ============================
 
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`:
     Full functionality available.

=== modified file 'doc/source/reliability/show_slave_status_nolock.rst'
--- doc/source/reliability/show_slave_status_nolock.rst	2012-09-18 05:04:43 +0000
+++ doc/source/reliability/show_slave_status_nolock.rst	2012-12-14 10:07:25 +0000
@@ -20,4 +20,4 @@
 Version Specific Information
 ============================
 
-  * 5.5.8-20.0:
+  * :rn:`5.5.8-20.0`: Introduced

