File: NEWS

package info (click to toggle)
pdfgrep 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 452 kB
  • sloc: sh: 1,032; cpp: 641; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 647 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Release 1.3.0    [2012-02-14]

	- Experimental support for libunac (removing accents and ligatures before search)
	- Recursive search [--recursive] (by Mahmut Gundes)
	- Don't use colors on dumb terminals
	- A few minor bug fixes
	- Use poppler-cpp instead of the poppler core library (by Pino Toscano)

Release 1.2

	- 2 small bugfixes ('-h' option and closing open files)
	- This is probably the last release that supports poppler < 0.14

Release 1.1

	- Respect the GREP_COLORS environment variable
	- Fix buffer overflow bug
	- Don't exit on the first error
	- Use terminal width to calculate the context length

Release 1.0

	- First release