relnotes/6.1
changeset 49316 ce50d95cfa57
parent 49160 4420e06c8810
child 49365 79b2c98ab7b4
equal deleted inserted replaced
49313:5c01ca5f9f1e 49316:ce50d95cfa57
     1 '''This is the last release to support Python 2. Mercurial is Python 3 only starting with 6.2'''
     1 '''This is the last release to support Python 2. Mercurial is Python 3 only starting with 6.2'''
       
     2 
       
     3 = Mercurial 6.1.3 =
       
     4 
       
     5 '''security: '''
       
     6  * narrow_widen_acl: enforce narrowacl in narrow_widen (SEC) 6b10151b9621
       
     7 
       
     8 '''normal notes: '''
       
     9  * censor: fix [hg update] away from a revision with censored files
       
    10  * amend: stop losing copies when amending
       
    11  * rhg: strengthen dirstate v2 writing in broken filesystems
       
    12  * work around some broken DLL imports in Windows
       
    13  * worker: adapt _blockingreader to work around a python3.8.[0-1] bug (issue6444)
       
    14  * rhg: correctly handle the case where diffs are encoded relative to nullrev
       
    15  * fix bugs and race-conditions in the Mercurial test runner
       
    16  * chg: ignore already closed fds when cleaning up
     2 
    17 
     3 = Mercurial 6.1.2 =
    18 = Mercurial 6.1.2 =
     4 
    19 
     5  * Improve Windows test suite
    20  * Improve Windows test suite
     6  * Fix `debuglock` not ignoring a missing lockfile when forcing a lock
    21  * Fix `debuglock` not ignoring a missing lockfile when forcing a lock