Skip to content

Commit 9cb4c8a

Browse files
committed
Release 0.2.4
1 parent 380e0ec commit 9cb4c8a

File tree

5 files changed

+36
-22
lines changed

5 files changed

+36
-22
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2023-08-19 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Release 0.2.4
4+
* configure.ac: Idem
5+
* configure: Regenerated
6+
17
2023-08-18 Dirk Eddelbuettel <[email protected]>
28

39
* DESCRIPTION (Version, Date): Roll micro version

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: RcppRedis
22
Type: Package
33
Title: 'Rcpp' Bindings for 'Redis' using the 'hiredis' Library
4-
Version: 0.2.3.1
5-
Date: 2023-08-18
4+
Version: 0.2.4
5+
Date: 2023-08-19
66
Author: Dirk Eddelbuettel and Bryan W. Lewis
77
Maintainer: Dirk Eddelbuettel <[email protected]>
88
Description: Connection to the 'Redis' key/value store using the

configure

Lines changed: 17 additions & 17 deletions
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 RcppRedis 0.2.3.
3+
# Generated by GNU Autoconf 2.71 for RcppRedis 0.2.4.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -610,8 +610,8 @@ MAKEFLAGS=
610610
# Identity of this package.
611611
PACKAGE_NAME='RcppRedis'
612612
PACKAGE_TARNAME='rcppredis'
613-
PACKAGE_VERSION='0.2.3'
614-
PACKAGE_STRING='RcppRedis 0.2.3'
613+
PACKAGE_VERSION='0.2.4'
614+
PACKAGE_STRING='RcppRedis 0.2.4'
615615
PACKAGE_BUGREPORT='[email protected]'
616616
PACKAGE_URL=''
617617

@@ -1262,7 +1262,7 @@ if test "$ac_init_help" = "long"; then
12621262
# Omit some internal or obsolete options to make the list less imposing.
12631263
# This message is too long to be a string in the A/UX 3.1 sh.
12641264
cat <<_ACEOF
1265-
\`configure' configures RcppRedis 0.2.3 to adapt to many kinds of systems.
1265+
\`configure' configures RcppRedis 0.2.4 to adapt to many kinds of systems.
12661266
12671267
Usage: $0 [OPTION]... [VAR=VALUE]...
12681268
@@ -1324,7 +1324,7 @@ fi
13241324

13251325
if test -n "$ac_init_help"; then
13261326
case $ac_init_help in
1327-
short | recursive ) echo "Configuration of RcppRedis 0.2.3:";;
1327+
short | recursive ) echo "Configuration of RcppRedis 0.2.4:";;
13281328
esac
13291329
cat <<\_ACEOF
13301330
@@ -1405,7 +1405,7 @@ fi
14051405
test -n "$ac_init_help" && exit $ac_status
14061406
if $ac_init_version; then
14071407
cat <<\_ACEOF
1408-
RcppRedis configure 0.2.3
1408+
RcppRedis configure 0.2.4
14091409
generated by GNU Autoconf 2.71
14101410
14111411
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1552,7 +1552,7 @@ cat >config.log <<_ACEOF
15521552
This file contains any messages produced by compilers while
15531553
running configure, to aid debugging if configure makes a mistake.
15541554
1555-
It was created by RcppRedis $as_me 0.2.3, which was
1555+
It was created by RcppRedis $as_me 0.2.4, which was
15561556
generated by GNU Autoconf 2.71. Invocation command line was
15571557
15581558
$ $0$ac_configure_args_raw
@@ -2666,11 +2666,11 @@ if test x$ac_prog_cxx_stdcxx = xno
26662666
then :
26672667
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
26682668
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
2669-
if test ${ac_cv_prog_cxx_11+y}
2669+
if test ${ac_cv_prog_cxx_cxx11+y}
26702670
then :
26712671
printf %s "(cached) " >&6
26722672
else $as_nop
2673-
ac_cv_prog_cxx_11=no
2673+
ac_cv_prog_cxx_cxx11=no
26742674
ac_save_CXX=$CXX
26752675
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
26762676
/* end confdefs.h. */
@@ -2712,11 +2712,11 @@ if test x$ac_prog_cxx_stdcxx = xno
27122712
then :
27132713
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
27142714
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
2715-
if test ${ac_cv_prog_cxx_98+y}
2715+
if test ${ac_cv_prog_cxx_cxx98+y}
27162716
then :
27172717
printf %s "(cached) " >&6
27182718
else $as_nop
2719-
ac_cv_prog_cxx_98=no
2719+
ac_cv_prog_cxx_cxx98=no
27202720
ac_save_CXX=$CXX
27212721
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27222722
/* end confdefs.h. */
@@ -3166,11 +3166,11 @@ if test x$ac_prog_cxx_stdcxx = xno
31663166
then :
31673167
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
31683168
printf %s "checking for $CXX option to enable C++11 features... " >&6; }
3169-
if test ${ac_cv_prog_cxx_11+y}
3169+
if test ${ac_cv_prog_cxx_cxx11+y}
31703170
then :
31713171
printf %s "(cached) " >&6
31723172
else $as_nop
3173-
ac_cv_prog_cxx_11=no
3173+
ac_cv_prog_cxx_cxx11=no
31743174
ac_save_CXX=$CXX
31753175
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31763176
/* end confdefs.h. */
@@ -3212,11 +3212,11 @@ if test x$ac_prog_cxx_stdcxx = xno
32123212
then :
32133213
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
32143214
printf %s "checking for $CXX option to enable C++98 features... " >&6; }
3215-
if test ${ac_cv_prog_cxx_98+y}
3215+
if test ${ac_cv_prog_cxx_cxx98+y}
32163216
then :
32173217
printf %s "(cached) " >&6
32183218
else $as_nop
3219-
ac_cv_prog_cxx_98=no
3219+
ac_cv_prog_cxx_cxx98=no
32203220
ac_save_CXX=$CXX
32213221
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32223222
/* end confdefs.h. */
@@ -3967,7 +3967,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
39673967
# report actual input values of CONFIG_FILES etc. instead of their
39683968
# values after options handling.
39693969
ac_log="
3970-
This file was extended by RcppRedis $as_me 0.2.3, which was
3970+
This file was extended by RcppRedis $as_me 0.2.4, which was
39713971
generated by GNU Autoconf 2.71. Invocation command line was
39723972
39733973
CONFIG_FILES = $CONFIG_FILES
@@ -4022,7 +4022,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
40224022
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
40234023
ac_cs_config='$ac_cs_config_escaped'
40244024
ac_cs_version="\\
4025-
RcppRedis config.status 0.2.3
4025+
RcppRedis config.status 0.2.4
40264026
configured by $0, generated by GNU Autoconf 2.71,
40274027
with options \\"\$ac_cs_config\\"
40284028

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
AC_PREREQ(2.61)
2323

2424
# Process this file with autoconf to produce a configure script.
25-
AC_INIT([RcppRedis],[0.2.3],[[email protected]])
25+
AC_INIT([RcppRedis],[0.2.4],[[email protected]])
2626

2727
# Ensure C++ is set up as R expects
2828
: ${R_HOME=`R RHOME`}

inst/NEWS.Rd

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@
33
\newcommand{\ghpr}{\href{https://github.com/eddelbuettel/rcppredis/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/eddelbuettel/rcppredis/issues/#1}{##1}}
55

6+
\section{Changes in version 0.2.4 (2023-08-19)}{
7+
\itemize{
8+
\item Add missing alias for \sQuote{RcppRedis-package} to \code{rhiredis.Rd}.
9+
\item Remove Suggests: \pkg{rredis} which triggers a NOTE nag as it is
10+
only on an \sQuote{Additional_repositories}.
11+
}
12+
}
13+
614
\section{Changes in version 0.2.3 (2023-03-08)}{
715
\itemize{
816
\item No longer set a C++ compilation standard as the default choices by
9-
R are sufficient for the package
17+
R are sufficient for the package.
1018
\item Switch include to Rcpp/Rcpp which signals use of all Rcpp features
11-
including Modules
19+
including Modules.
1220
}
1321
}
1422

0 commit comments

Comments
 (0)