Skip to content

Commit

Permalink
Release 0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Mar 23, 2024
1 parent 2fe9111 commit 74b53e9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 13 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2024-03-23 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.3.20
* configure.ac: Idem
* configure: Idem

2024-03-17 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/ciw.r: Correct one documentation label

2024-03-14 Dirk Eddelbuettel <edd@debian.org>

* inst/examples/doi2bib.r: Allow multiple DOIs, check packages
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: littler
Type: Package
Title: R at the Command-Line via 'r'
Version: 0.3.19.4
Date: 2024-03-11
Version: 0.3.20
Date: 2024-03-23
Author: Dirk Eddelbuettel and Jeff Horner (2006-2008)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: A scripting and command-line front-end
Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for littler 0.3.19.
# Generated by GNU Autoconf 2.71 for littler 0.3.20.
#
# Report bugs to <edd@debian.org>.
#
Expand Down Expand Up @@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='littler'
PACKAGE_TARNAME='littler'
PACKAGE_VERSION='0.3.19'
PACKAGE_STRING='littler 0.3.19'
PACKAGE_VERSION='0.3.20'
PACKAGE_STRING='littler 0.3.20'
PACKAGE_BUGREPORT='edd@debian.org'
PACKAGE_URL=''

Expand Down Expand Up @@ -1265,7 +1265,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.19 to adapt to many kinds of systems.
\`configure' configures littler 0.3.20 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1327,7 +1327,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of littler 0.3.19:";;
short | recursive ) echo "Configuration of littler 0.3.20:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1412,7 +1412,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
littler configure 0.3.19
littler configure 0.3.20
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1630,7 +1630,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.19, which was
It was created by littler $as_me 0.3.20, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -4061,7 +4061,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.19, which was
This file was extended by littler $as_me 0.3.20, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4125,7 +4125,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
littler config.status 0.3.19
littler config.status 0.3.20
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.19],[edd@debian.org])
AC_INIT([littler],[0.3.20],[edd@debian.org])

# Look for ancillary configure tools in tools
dnl AC_CONFIG_AUX_DIR(tools)
Expand Down
2 changes: 1 addition & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\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.20 (unrelease)}{
\section{Changes in littler version 0.3.20 (2024-03-23)}{
\itemize{
\item Changes in examples scripts
\itemize{
Expand Down

0 comments on commit 74b53e9

Please sign in to comment.