delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-Original-To: | cygwin AT cygwin DOT com |
Delivered-To: | cygwin AT cygwin DOT com |
DMARC-Filter: | OpenDMARC Filter v1.3.2 sourceware.org E282B386EC51 |
Authentication-Results: | sourceware.org; |
dmarc=none (p=none dis=none) header.from=pdinc.us | |
Authentication-Results: | sourceware.org; spf=pass smtp.mailfrom=jpyeron AT pdinc DOT us |
DKIM-Filter: | OpenDKIM Filter v2.11.0 mail1.pdinc.us 14MGZObX024742 |
DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=pdinc.us; s=default; |
t=1621701324; bh=LYcdLA6qdp9cwAq/l6u6vaguyR6HlL1IPuPG6rHByls=; | |
h=From:To:Subject:Date:From; | |
b=FVWGhr0QQiiX4aUc499v7GepEGWoPRO0Lct25rEFDYRlzVcPPhh8yah1GavkVD2eR | |
4QzjvB3IBW3v8Kr3zezjFkX7Y1Z7d2zxH3yP1DCBixoKiEl+s9M6XI8BDkvo8G5Gvt | |
UsSWrQamhph8Fa3HPsxakL2fJkPc45ZYZSdBtAa1hjfYys7Ust8Wm2sw97Kp5k7xW5 | |
pQU1JFUqMcjWUGTMMVtT7NnglsqDXE1p3J70VSIPB6ENOHKclYecRocffA/5c+mJLn | |
KylNnS0LKCNFrxKylUUVFFd1E6oW4iD/h6fQZF9WQFfog3lM19Dixk5MU0qnwH3Z1c | |
HE73yYpYpAXdw== | |
From: | "Jason Pyeron" <jpyeron AT pdinc DOT us> |
To: | cygwin AT cygwin DOT com |
Subject: | [ANNOUNCEMENT] Updated: pdfgrep 2.1.2-1 (TEST) |
Date: | Sat, 22 May 2021 12:35:35 -0400 |
Message-Id: | <announce.04cb01d74f28$7d84f2b0$788ed810$@pdinc.us> |
MIME-Version: | 1.0 |
X-Mailer: | Microsoft Outlook 15.0 |
Thread-Index: | AddPKGWeJ6IqVRWKSIia8q+M27MRZQ== |
X-Spam-Status: | No, score=-1.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, |
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_INFOUSMEBIZ, SPF_HELO_PASS, | |
SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 | |
X-Spam-Checker-Version: | SpamAssassin 3.4.2 (2018-09-13) on |
server2.sourceware.org | |
X-Mailman-Approved-At: | Sat, 22 May 2021 16:51:28 +0000 |
X-BeenThere: | cygwin-announce AT cygwin DOT com |
X-Mailman-Version: | 2.1.29 |
X-BeenThere: | cygwin AT cygwin DOT com |
List-Id: | General Cygwin discussions and problem reports <cygwin.cygwin.com> |
List-Archive: | <https://cygwin.com/pipermail/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-request AT cygwin DOT com?subject=help> |
List-Subscribe: | <https://cygwin.com/mailman/listinfo/cygwin>, |
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe> | |
Reply-To: | cygwin AT cygwin DOT com |
Sender: | "Cygwin" <cygwin-bounces AT cygwin DOT com> |
X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id 14MGqdRg001000 |
The following packages have been uploaded to the Cygwin distribution as test releases: * pdfgrep-2.1.2-1 Pdfgrep is a tool to search text in PDF files. It works much like grep, with one distinction: it operates on pages and not on lines. TEST: * if no problems are reported by 4-Jun-2021 it will be promoted to stable * report Cygwin bugs to cygwin AT cygwin DOT com otherwise https://gitlab.com/pdfgrep/pdfgrep/-/issues CHANGELOG: * [CYGWIN] patched build to use Cygwin gnu toolchain * Version 2.1.2 [2018-11-19] ** Bugfix: Fix crash when compiled with hardened compiler flags (specifically -D_GLIBCXX_ASSERTIONS) * Version 2.1.1 [2018-05-22] ** Bugfix: Fix build with libunac support enabled * Version 2.1.0 [2018-04-28] ** New option --page-range to limit search to a set of pages ** New option --file/-f to read patterns from a file ** New option --regexp/-e to specify multiple patterns (combined with OR). ** New options --files-with-matches/-l and --files-without-match/-L to only list filenames of files that contain or don't contain matches. ** Major manpage restructuring. It's now divided into subsections like the GNU grep's manpage. ** Bugfix: Actually stop searching after first match with -q * Version 2.0.1 [2017-03-06] ** Bugfix: Fix --cache when used with recursive search * Version 2.0 [2017-01-25] ** Incompatible change: --context/-C is now line based as opposed to character based and works just like grep ** Two new options from grep: -A/--after-context and -B/--before-context ** Lines with multiple matches are now printed only once ** Optional caching of pdf-text for faster operation (by Christian Dietrich) This adds a new dependency: libgcrypt ** Bash-completion improvements (by Rainer Müller) ** Bugfix: Fixed string search (-F) now works as advertised with multiple patterns ** Bugfix: Empty pages can now be matched with ^$ ** Bugfix: The pattern ^ now matches only at the beginning of pages ** Bugfix: Text outside of PDF's CropBox but inside the MediaBox is not ignored anymore. ** Various fixes for BSD support *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain.com <at> cygwin.com If you need more information on unsubscribing, start reading here: https://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |