File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ * Version 2.1.2 (May 19, 2021)
3
+
4
+ - Fix empty strings.
5
+
6
+ - Remove all uses of #nil.
7
+
8
+
2
9
* Version 2.1.1 (May 19, 2021)
3
10
4
11
- Fix build with Guile 3.0.7.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ commands, pipelining and Pub/Sub.
9
9
10
10
Download the latest tarball and untar it:
11
11
12
- - [ guile-redis-2.1.1 .tar.gz] ( https://download.savannah.gnu.org/releases/guile-redis/guile-redis-2.1.1 .tar.gz )
12
+ - [ guile-redis-2.1.2 .tar.gz] ( https://download.savannah.gnu.org/releases/guile-redis/guile-redis-2.1.2 .tar.gz )
13
13
14
14
If you are cloning the repository make sure you run this first:
15
15
Original file line number Diff line number Diff line change 20
20
# along with guile-redis. If not, see https://www.gnu.org/licenses/.
21
21
#
22
22
23
- AC_INIT ( [ guile-redis] , [ 2.1.1 ] , [ aconchillo@gmail.com] )
23
+ AC_INIT ( [ guile-redis] , [ 2.1.2 ] , [ aconchillo@gmail.com] )
24
24
AC_CONFIG_MACRO_DIRS([ m4] )
25
25
AC_CONFIG_SRCDIR ( redis.scm )
26
26
AC_CONFIG_AUX_DIR ( [ build-aux] )
You can’t perform that action at this time.
0 commit comments