Skip to content

Commit 31aa160

Browse files
committed
Release 0.3.17
1 parent f116c69 commit 31aa160

File tree

5 files changed

+32
-12
lines changed

5 files changed

+32
-12
lines changed

Diff for: ChangeLog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2022-10-29 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Release 0.3.17
4+
* configure.ac: Idem
5+
* configure: Idem
6+
17
2022-10-28 Dirk Eddelbuettel <[email protected]>
28

39
* src/littler.c: Turn several functions into proper prototypes to

Diff for: DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: littler
22
Type: Package
33
Title: R at the Command-Line via 'r'
4-
Version: 0.3.16
5-
Date: 2022-08-28
4+
Version: 0.3.17
5+
Date: 2022-10-29
66
Author: Dirk Eddelbuettel and Jeff Horner
77
Maintainer: Dirk Eddelbuettel <[email protected]>
88
Description: A scripting and command-line front-end

Diff for: configure

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for littler 0.3.16.
3+
# Generated by GNU Autoconf 2.71 for littler 0.3.17.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -610,8 +610,8 @@ MAKEFLAGS=
610610
# Identity of this package.
611611
PACKAGE_NAME='littler'
612612
PACKAGE_TARNAME='littler'
613-
PACKAGE_VERSION='0.3.16'
614-
PACKAGE_STRING='littler 0.3.16'
613+
PACKAGE_VERSION='0.3.17'
614+
PACKAGE_STRING='littler 0.3.17'
615615
PACKAGE_BUGREPORT='[email protected]'
616616
PACKAGE_URL=''
617617

@@ -1265,7 +1265,7 @@ if test "$ac_init_help" = "long"; then
12651265
# Omit some internal or obsolete options to make the list less imposing.
12661266
# This message is too long to be a string in the A/UX 3.1 sh.
12671267
cat <<_ACEOF
1268-
\`configure' configures littler 0.3.16 to adapt to many kinds of systems.
1268+
\`configure' configures littler 0.3.17 to adapt to many kinds of systems.
12691269
12701270
Usage: $0 [OPTION]... [VAR=VALUE]...
12711271
@@ -1327,7 +1327,7 @@ fi
13271327

13281328
if test -n "$ac_init_help"; then
13291329
case $ac_init_help in
1330-
short | recursive ) echo "Configuration of littler 0.3.16:";;
1330+
short | recursive ) echo "Configuration of littler 0.3.17:";;
13311331
esac
13321332
cat <<\_ACEOF
13331333
@@ -1412,7 +1412,7 @@ fi
14121412
test -n "$ac_init_help" && exit $ac_status
14131413
if $ac_init_version; then
14141414
cat <<\_ACEOF
1415-
littler configure 0.3.16
1415+
littler configure 0.3.17
14161416
generated by GNU Autoconf 2.71
14171417
14181418
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1630,7 +1630,7 @@ cat >config.log <<_ACEOF
16301630
This file contains any messages produced by compilers while
16311631
running configure, to aid debugging if configure makes a mistake.
16321632
1633-
It was created by littler $as_me 0.3.16, which was
1633+
It was created by littler $as_me 0.3.17, which was
16341634
generated by GNU Autoconf 2.71. Invocation command line was
16351635
16361636
$ $0$ac_configure_args_raw
@@ -4061,7 +4061,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
40614061
# report actual input values of CONFIG_FILES etc. instead of their
40624062
# values after options handling.
40634063
ac_log="
4064-
This file was extended by littler $as_me 0.3.16, which was
4064+
This file was extended by littler $as_me 0.3.17, which was
40654065
generated by GNU Autoconf 2.71. Invocation command line was
40664066
40674067
CONFIG_FILES = $CONFIG_FILES
@@ -4125,7 +4125,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
41254125
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
41264126
ac_cs_config='$ac_cs_config_escaped'
41274127
ac_cs_version="\\
4128-
littler config.status 0.3.16
4128+
littler config.status 0.3.17
41294129
configured by $0, generated by GNU Autoconf 2.71,
41304130
with options \\"\$ac_cs_config\\"
41314131

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AC_PREREQ([2.69])
77
# Every other copy of the package version number gets its value from here
88
# The m4_esyscmd_s invocation is due to an excellent StackOverflow answer.
99
# Sadly it breaks under Debian package builds (likely due to a missing component)
10-
AC_INIT([littler],[0.3.16],[[email protected]])
10+
AC_INIT([littler],[0.3.17],[[email protected]])
1111

1212
# Look for ancillary configure tools in tools
1313
dnl AC_CONFIG_AUX_DIR(tools)

Diff for: inst/NEWS.Rd

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/littler/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/littler/issues/#1}{##1}}
55

6+
\section{Changes in littler version 0.3.17 (2022-10-29)}{
7+
\itemize{
8+
\item Changes in package
9+
\itemize{
10+
\item An internal function prototype was updated for \code{clang-15}.
11+
}
12+
\item Changes in examples
13+
\itemize{
14+
\item The \code{install2.r} and \code{installBioc.} were updated
15+
for an update in R-devel (Tatsuya Shima and Dirk in \ghpr{104}).
16+
}
17+
}
18+
}
19+
620
\section{Changes in littler version 0.3.16 (2022-08-28)}{
721
\itemize{
822
\item Changes in package

0 commit comments

Comments
 (0)