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
|
||||
----------
|
||||
|
||||
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
|
||||
~~~~~
|
||||
|
||||
@ -171,8 +184,14 @@ Authors
|
||||
-------
|
||||
|
||||
Glued together by `Łukasz Langa <mailto:lukasz@langa.pl>`_. Multiple
|
||||
improvements by `Yang Zhang <mailto:yaaang@gmail.com>`_, `Jean-Louis
|
||||
Fuchs <mailto:ganwell@fangorn.ch>`_, `Phil Lundrigan
|
||||
<mailto:philipbl@cs.utah.edu>`_, `Ben Shepherd
|
||||
<mailto:bjashepherd@gmail.com>`_, and `Peter Hofmann
|
||||
<mailto:scm@uninformativ.de>`_.
|
||||
improvements by
|
||||
`Ben Shepherd <mailto:bjashepherd@gmail.com>`_,
|
||||
`Jean-Louis Fuchs <mailto:ganwell@fangorn.ch>`_,
|
||||
`Marcus Linderoth <marcus@thingsquare.com>`_,
|
||||
`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