From 15b6b8cb4753291c99d260642336c1c99c2a722b Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Fri, 3 Dec 2021 07:23:12 -0600 Subject: [PATCH] release 0.3.15 --- ChangeLog | 6 ++++++ DESCRIPTION | 4 ++-- configure | 18 +++++++++--------- configure.ac | 2 +- inst/NEWS.Rd | 21 +++++++++++++++++++++ 5 files changed, 39 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 20939ac..59a51a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-12-03 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Release 0.3.15 + * configure.ac: Idem + * configure: Idem + 2021-12-02 Dirk Eddelbuettel * inst/examples/mdweave2html.r: Add caller for simplermarkdown diff --git a/DESCRIPTION b/DESCRIPTION index 84918d8..09f19ee 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: littler Type: Package Title: R at the Command-Line via 'r' -Version: 0.3.14.3 -Date: 2021-10-27 +Version: 0.3.15 +Date: 2021-12-03 Author: Dirk Eddelbuettel and Jeff Horner Maintainer: Dirk Eddelbuettel Description: A scripting and command-line front-end diff --git a/configure b/configure index ffdb0ce..d5b8306 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for littler 0.3.14. +# Generated by GNU Autoconf 2.69 for littler 0.3.15. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='littler' PACKAGE_TARNAME='littler' -PACKAGE_VERSION='0.3.14' -PACKAGE_STRING='littler 0.3.14' +PACKAGE_VERSION='0.3.15' +PACKAGE_STRING='littler 0.3.15' PACKAGE_BUGREPORT='edd@debian.org' PACKAGE_URL='' @@ -1245,7 +1245,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures littler 0.3.14 to adapt to many kinds of systems. +\`configure' configures littler 0.3.15 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1307,7 +1307,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of littler 0.3.14:";; + short | recursive ) echo "Configuration of littler 0.3.15:";; esac cat <<\_ACEOF @@ -1392,7 +1392,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -littler configure 0.3.14 +littler configure 0.3.15 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1761,7 +1761,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by littler $as_me 0.3.14, which was +It was created by littler $as_me 0.3.15, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4057,7 +4057,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by littler $as_me 0.3.14, which was +This file was extended by littler $as_me 0.3.15, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4119,7 +4119,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -littler config.status 0.3.14 +littler config.status 0.3.15 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 63aac1a..4bc588f 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.69]) # Every other copy of the package version number gets its value from here # The m4_esyscmd_s invocation is due to an excellent StackOverflow answer. # Sadly it breaks under Debian package builds (likely due to a missing component) -AC_INIT([littler],[0.3.14],[edd@debian.org]) +AC_INIT([littler],[0.3.15],[edd@debian.org]) # Look for ancillary configure tools in tools dnl AC_CONFIG_AUX_DIR(tools) diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index cfd7635..7d4bffe 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,6 +3,27 @@ \newcommand{\ghpr}{\href{https://github.com/eddelbuettel/littler/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/eddelbuettel/littler/issues/#1}{##1}} +\section{Changes in littler version 0.3.15 (2021-12-03)}{ + \itemize{ + \item Changes in examples + \itemize{ + \item The \code{install2} script can select download methods, and + cope with errors from parallel download (thanks to Gergely Daroczi) + \item The \code{build.r} now uses \code{both} as argument to + \code{--compact-vignettes} + \item The RStudio download helper were once again updated for + changed URLs + \item New caller for simplermarkdown::mdweave_to_html + } + \item Changes in package + \itemize{ + \item Several typos were correct (thanks to John Kerl) + \item Travis artifacts and badges have been pruned + \item Vignettes now use \pkg{simplermarkdown} + } + } +} + \section{Changes in littler version 0.3.14 (2021-10-05)}{ \itemize{ \item Changes in examples