diff options
author | Jack Lloyd <[email protected]> | 2017-12-04 08:05:29 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-04 08:05:29 -0500 |
commit | f95c75d0b39dc2990738313591f0d3ae3174de1a (patch) | |
tree | 987dd902ee7ec419a8df6a87f0a9432f15dccc85 | |
parent | 19271dc2200b5a04acfdc75fdd7af1dc13823b28 (diff) |
Fix ReST formatting error in old chanelog entry
-rw-r--r-- | news.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4891,11 +4891,11 @@ Version 0.7.8, 2002-02-28 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * More capabilities for Pipe, inspired by SysV STREAMS, including peeking, - better buffering, and stack ops. NOT BACKWARDS COMPATIBLE: SEE DOCUMENTATION + better buffering, and stack ops. NOT BACKWARDS COMPATIBLE: SEE DOCUMENTATION * Added a BufferingFilter class * Added popen() based EntropySource for generic Unix systems (unix_rnd) * Moved 'devrand' module into main distribution (ent_file.h), renamed to - File_EntropySource, and changed interface somewhat. + File_EntropySource, and changed interface somewhat. * Made Randpool somewhat more conservative and also 25% faster * Minor fixes and updates for the configure script * Added some tweaks for memory allocation |