Skip to content

Commit

Permalink
add some more to the changelog, including some thanks for some of the…
Browse files Browse the repository at this point in the history
… contributed patches - trying to be a good open source citizen, but I know I missed several people :/

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@489 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
joregan committed Sep 30, 2010
1 parent 636a04b commit 50b3079
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
and began moving code into the classes.
* Moved thresholding code to a separate class.
* Added major new page layout analysis module.
* Added HOCR output.
* Added HOCR output (issues 221, 263: thanks to amkryukov).
* Added Leptonica as main image I/O and handling. Currently optional,
but in future releases linking with Leptonica will be mandatory.
* Ambiguity table rewritten to allow definite replacements in place
Expand All @@ -15,7 +15,20 @@
* VC++6 no longer supported. It can't cope with the use of templates.
* Many more languages added.
* Doxygenation of most of the function header comments.

* Added man pages.
* Added bash completion script (issue 247: thanks to neskiem)
* Fix integer overview in thresholding (issue 366: thanks to Cyanide.Drake)
* Add Danish Fraktur support (issues 300, 360: thanks to
dsl602230@vip.cybercity.dk)
* Fix file pointer leak (issue 359, thanks to yukihiro.nakadaira)
* Fix an error using user-words (Issue 345: thanks to max.markin)
* Fix a memory leak in tablefind.cpp (Issue 342, thanks to zdravco)
* Fix a segfault due to double fclose (Issue 320, thanks to souther)
* Fix an automake error (Issue 318, thanks to ichanjz)
* Fix a Win32 crash on fileFormatIsTiff() (Issues 304, 316, 317, 330, 347,
349, 352: thanks to nguyenq87, max.markin, zdenop)
* Fixed a number of errors in newer (stricter) versions of VC++ (Issues
301, among others)

2010-07-19 gettextize <bug-gnu-gettext@gnu.org>

Expand Down

0 comments on commit 50b3079

Please sign in to comment.