From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost.localdomain (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id B0098385E455 for ; Sun, 20 Feb 2022 15:37:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D5F823858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Date: Sun, 20 Feb 2022 15:37:13 +0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: [ANNOUNCEMENT] Updated: asciidoc v10.1.2-1 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, PDS_RDNS_DYNAMIC_FP, RDNS_DYNAMIC, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin-announce@cygwin.com X-Mailman-Version: 2.1.29 Reply-To: cygwin@cygwin.com Errors-To: cygwin-announce-bounces+cygwin-announce-resender=cygwin.com@cygwin.com X-Mailer: Perl5 Mail::Internet v2.20 Sender: Kernel Overflow User X-BeenThere: cygwin@cygwin.com Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2022 15:37:43 -0000 Version 10.1.2-1 of asciidoc has been uploaded, and should be coming soon to a mirror near you. This is an update to the latest upstream release. For the full changelog, please see https://asciidoc.org/CHANGELOG.html. For convenience, I've noted the key user-visible changes below: - Bug fixes: - Fix parsing asciidoc_opt values with spaces for a2x The following description is adapted from the AsciiDoc website: > AsciiDoc is a text document format for writing notes, documentation, > articles, books, ebooks, slideshows, web pages, man pages and blogs. > AsciiDoc files can be translated to many formats including HTML, PDF, > EPUB, man page. > > AsciiDoc.py -- this package -- is a legacy processor for this syntax, > handling an older rendition of AsciiDoc. As such, this will not > properly handle the current AsciiDoc specification. It is suggested > that unless you specifically require the AsciiDoc.py toolchain, you > should find a processor that handles the modern AsciiDoc syntax. > > AsciiDoc.py is highly configurable: both the AsciiDoc source file > syntax and the backend output markups (which can be almost any type of > SGML/XML markup) can be customized and extended by the user. > > AsciiDoc.py is free software and is licensed under the terms of the > GNU General Public License version 2 (GPLv2). Enjoy!