NEWS: Replace smartquotes, start lines with uppercase
authorMichael Hanselmann <hansmi@google.com>
Mon, 28 Feb 2011 15:26:00 +0000 (16:26 +0100)
committerMichael Hanselmann <hansmi@google.com>
Tue, 1 Mar 2011 09:32:37 +0000 (10:32 +0100)
- Sphinx converts ASCII quotes ("") to smartquotes (“”) automatically
- Sentences or list items start with an uppercase letter
- Changed description of non-verbose “gnt-* list” output slightly

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

NEWS

diff --git a/NEWS b/NEWS
index 749b3de..2f5c561 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,9 +12,9 @@ of data.
 
 Other changes:
 
-- fixed title of query field containing instance name
-- expanded the glossary in the documentation
-- fixed one unittest (internal issue)
+- Fixed title of query field containing instance name
+- Expanded the glossary in the documentation
+- Fixed one unittest (internal issue)
 
 
 Version 2.4.0 rc2
@@ -25,14 +25,14 @@ Version 2.4.0 rc2
 A number of bug fixes plus just a couple functionality changes.
 
 On the user-visible side, the ``gnt-* list`` command output has changed
-with respect to “special” field states. The current rc1 style of display
-can be re-enabled by passing a new ``-v, --verbose`` flag, but in the
-default output mode special fields are displayed as follows:
+with respect to "special" field states. The current rc1 style of display
+can be re-enabled by passing a new ``--verbose`` (``-v``) flag, but in
+the default output mode special fields states are displayed as follows:
 
-- offline field: ``*``
-- unavailable/not applicable: ``-``
-- data missing (RPC failure): ``?``
-- unknown field: ``??``
+- Offline resource: ``*``
+- Unavailable/not applicable: ``-``
+- Data missing (RPC failure): ``?``
+- Unknown field: ``??``
 
 Another user-visible change is the addition of ``--force-join`` to
 ``gnt-node add``.
@@ -40,16 +40,16 @@ Another user-visible change is the addition of ``--force-join`` to
 As for bug fixes:
 
 - ``tools/cluster-merge`` has seen many fixes and is now enabled again
-- fixed regression in RAPI/instance reinstall where all parameters were
+- Fixed regression in RAPI/instance reinstall where all parameters were
   required (instead of optional)
-- fixed ``gnt-cluster repair-disk-sizes``, was broken since Ganeti 2.2
-- fixed iallocator usage (offline nodes were not considered offline)
-- fixed ``gnt-node list`` with respect to non-vm_capable nodes
-- fixed hypervisor and OS parameter validation with respect to
+- Fixed ``gnt-cluster repair-disk-sizes``, was broken since Ganeti 2.2
+- Fixed iallocator usage (offline nodes were not considered offline)
+- Fixed ``gnt-node list`` with respect to non-vm_capable nodes
+- Fixed hypervisor and OS parameter validation with respect to
   non-vm_capable nodes
-- fixed ``gnt-cluster verify`` with respect to offline nodes (mostly
+- Fixed ``gnt-cluster verify`` with respect to offline nodes (mostly
   cosmetic)
-- fixed ``tools/listrunner`` with respect to agent-based usage
+- Fixed ``tools/listrunner`` with respect to agent-based usage
 
 
 Version 2.4.0 rc1
@@ -167,7 +167,7 @@ Integration
 ~~~~~~~~~~~
 
 - Moved ``rapi_users`` file into separate directory, now named
-  ``…/ganeti/rapi/users``, ``cfgupgrade`` moves the file and creates a
+  ``.../ganeti/rapi/users``, ``cfgupgrade`` moves the file and creates a
   symlink
 - Added new tool for running commands on many machines,
   ``tools/ganeti-listrunner``
@@ -352,7 +352,7 @@ Version 2.2.1 rc0
 
 *(Released Thu, 7 Oct 2010)*
 
-- Fixed issue 125, replace hardcoded “xenvg” in ``gnt-cluster`` with
+- Fixed issue 125, replace hardcoded "xenvg" in ``gnt-cluster`` with
   value retrieved from master
 - Added support for blacklisted or hidden OS definitions
 - Added simple lock monitor (accessible via (``gnt-debug locks``)
@@ -526,7 +526,7 @@ Some more bugfixes. Unless critical bugs occur, this will be the last
 
 - Fix case of MAC special-values
 - Fix mac checker regex
-- backend: Fix typo causing “out of range” error
+- backend: Fix typo causing "out of range" error
 - Add missing --units in gnt-instance list man page
 
 
@@ -823,7 +823,7 @@ Bug fixes
   directory (e.g. read-only file-system where we can't open the files
   read-write, etc.)
 - Fixed the behaviour of gnt-node modify for master candidate demotion;
-  now it either aborts cleanly or, if given the new “auto_promote”
+  now it either aborts cleanly or, if given the new "auto_promote"
   parameter, will automatically promote other nodes as needed
 - Fixed compatibility with (unreleased yet) Python 2.6.5 that would
   completely prevent Ganeti from working
@@ -852,7 +852,7 @@ Bug fixes
 New features
 ~~~~~~~~~~~~
 
-- Added an “early_release” more for instance replace disks and node
+- Added an "early_release" more for instance replace disks and node
   evacuate, where we release locks earlier and thus allow higher
   parallelism within the cluster
 - Added watcher hooks, intended to allow the watcher to restart other