Changeset 50

Show
Ignore:
Timestamp:
Wed May 24 21:20:17 2006
Author:
jpellerin
Message:

r1350@Jason-Pellerins-Computer: jhp | 2006-05-24 21:18:29 -0500
Fix typo in index.html.tpl; add CHANGELOG entry for b1

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/0.9-stable/CHANGELOG

    r40 r50  
      1 0.9.0b1  
      2  
      3 - Fix bug in handling of OR conditions in attrib plugin. Thanks to Titus  
      4   Brown for the bug report.  
      5 - Fix bug in nose.importer that would cause an attribute error when a local  
      6   module shadowed a builtin, or other object in sys.modules, without a  
      7   __file__ attribute.  
      8 - Fix bug in nose.tools decorators that would cause decorated tests to appear  
      9   with incorrect names in result output.     
      10  
    1 11 0.9.0a2  
    2 12  
  • branches/0.9-stable/index.html.tpl

    r40 r50  
    186 186       <h2>Install</h2>  
    187 187       <p>Current version: <br /><tt>easy_install nose==%(version)s</tt></p>  
    188         <p>Unstable (trunk): <br /><tt>easy_instal nose==dev</tt></p>  
      188       <p>Unstable (trunk): <br /><tt>easy_install nose==dev</tt></p>  
    188 188        
    189 189       <h2><a href="#usage">nosetests usage</a></h2>