]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - NEWS.rst
src/allmydata/__init__.py: ensure that if a dependency cannot be imported, we will...
[tahoe-lafs/tahoe-lafs.git] / NEWS.rst
index 6af93f8d711a86ff5ffa886661c463e7a87a22ae..c206ae00acdb44e6fc3633325e32b7f830290fd8 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,15 +3,15 @@
 User-Visible Changes in Tahoe-LAFS
 ==================================
 
-Release 1.9.2a1 (2012-06-23)
+Release 1.9.2 (2012-07-03)
 ----------------------------
 
 Notable Bugfixes
 ''''''''''''''''
 
-- Several regressions in support for reading (`#1636`_, `#1670`_), writing
-  (`#1749`_), verifying (`#1628`_) and repairing (`#1655`_, `#1669`_, `#1676`_,
-  `#1689`_) mutable files have been fixed.
+- Several regressions in support for reading (`#1636`_), writing/modifying
+  (`#1670`_, `#1749`_), verifying (`#1628`_) and repairing (`#1655`_, `#1669`_,
+  `#1676`_, `#1689`_) mutable files have been fixed.
 - FTP can now list directories containing mutable files, although it
   still does not support reading or writing mutable files. (`#680`_)
 - The FTP frontend would previously show Jan 1 1970 for all timestamps;
@@ -21,6 +21,8 @@ Notable Bugfixes
   gatherer is offline when some incidents occur, it would previously not
   "catch up" with those incidents as intended. (`#1725`_)
 - OpenBSD 5 is now supported. (`#1584`_)
+- The ``count-good-share-hosts`` field of file check results is now
+  computed correctly. (`#1115`_)
 
 Configuration/Behavior Changes
 ''''''''''''''''''''''''''''''
@@ -38,6 +40,7 @@ Packaging Changes
 - Versions 2.0.1 and 2.4 of PyCrypto are excluded. (`#1631`_, `#1574`_)
 
 .. _`#680`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/680
+.. _`#1115`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1115
 .. _`#1574`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1574
 .. _`#1584`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1584
 .. _`#1593`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1593