1
0

allow to insert files with differing extension but same basename and mimetype

This commit is contained in:
Garvin Hicking
2011-04-21 15:07:33 +00:00
parent 288c937f60
commit 18ff07d7ce
2 changed files with 11 additions and 5 deletions

View File

@ -3,6 +3,10 @@
Version 1.6 ()
------------------------------------------------------------------------
* Fixed a bug in synchronizing new files with the same basename
but different extensions, where files with the same mimetype
would not get added (garvinhicking)
* Show subscription status of comments in frontend and backend
* Added ability to report spam/ham to akismet (Black Warthog)