Update ACKS
This commit is contained in:
parent
8ec9ea9629
commit
c73646d2e1
29
README.rst
29
README.rst
@ -47,6 +47,19 @@ performance improvements, I'm accepting pull requests! :)
|
|||||||
Change Log
|
Change Log
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
0.9.3
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
* all UTF-8 filenames are now normalized to NFKD in the database to
|
||||||
|
enable cross-operating system checks
|
||||||
|
|
||||||
|
* the SQLite database is now vacuumed to minimize its size
|
||||||
|
|
||||||
|
* sped up execution by pre-loading all SQLite-stored hashes to memory
|
||||||
|
and doing comparisons using Python sets
|
||||||
|
|
||||||
|
* bugfix: additional Python 3 fixes when Unicode names were encountered
|
||||||
|
|
||||||
0.9.2
|
0.9.2
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
@ -171,8 +184,14 @@ Authors
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
Glued together by `Łukasz Langa <mailto:lukasz@langa.pl>`_. Multiple
|
Glued together by `Łukasz Langa <mailto:lukasz@langa.pl>`_. Multiple
|
||||||
improvements by `Yang Zhang <mailto:yaaang@gmail.com>`_, `Jean-Louis
|
improvements by
|
||||||
Fuchs <mailto:ganwell@fangorn.ch>`_, `Phil Lundrigan
|
`Ben Shepherd <mailto:bjashepherd@gmail.com>`_,
|
||||||
<mailto:philipbl@cs.utah.edu>`_, `Ben Shepherd
|
`Jean-Louis Fuchs <mailto:ganwell@fangorn.ch>`_,
|
||||||
<mailto:bjashepherd@gmail.com>`_, and `Peter Hofmann
|
`Marcus Linderoth <marcus@thingsquare.com>`_,
|
||||||
<mailto:scm@uninformativ.de>`_.
|
`p1r473 <mailto:subwayjared@gmail.com>`_,
|
||||||
|
`Peter Hofmann <mailto:scm@uninformativ.de>`_,
|
||||||
|
`Phil Lundrigan <mailto:philipbl@cs.utah.edu>`_,
|
||||||
|
`Reid Williams <rwilliams@ideo.com>`_,
|
||||||
|
`Stan Senotrusov <senotrusov@gmail.com>`_,
|
||||||
|
`Yang Zhang <mailto:yaaang@gmail.com>`_, and
|
||||||
|
`Zhuoyun Wei <wzyboy@wzyboy.org>`_.
|
Loading…
x
Reference in New Issue
Block a user