File: Changelog

package info (click to toggle)
libgocr 0.7.2-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,888 kB
  • ctags: 3,506
  • sloc: sh: 8,723; ansic: 7,872; makefile: 242
file content (23 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
v0.7.2 (9/15/2001)
  * gocr_imageFree nos works with shared images, using garbage collection.
  * killed a nasty bug in _gocr_blockTextFill:realloc
  * fixed memory leaks
  * fixed two bugs in list_del()
  * modified module system (more powerful, gocr_ModuleInfo etc)
  * changed header structure
  * improved configure.in, updated libtool
  * added list_ins_order, changed Element to Node (only the name), doxcumented 
  list.[ch], changed list_element_from_data to list_node_from_data.
  * added block->boxinfo, _gocr_blockInfoFill
  * fixed NO_BLOCK which was not working
  * fixed OOB problems in setAllNearPixels

v0.7.1 (7/22/2001)
  * changed gocrImage and gocrPixel structures
  * modules fixed
  * several bug fixes
  * system runs from head to tail
  * implemented more of the API specifications

v0.7.0 (4/6/2001)
  * Initial release