Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2719b75

Browse files
committed
Bump to version 2.1.8 across the board
1 parent df7f52c commit 2719b75

File tree

12 files changed

+23
-10
lines changed

12 files changed

+23
-10
lines changed

‎guile-dbd-mysql/ChangeLog‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.1.8 (2021年03月13日):
2+
* Fix automake warnings.
3+
* Fix compiler warnings.
4+
15
Version 2.1.7 (2019年09月02日):
26
* Change to MariaDB by default.
37

‎guile-dbd-mysql/DBD-VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PACKAGE=guile-dbd-mysql
44

55
DBD_MAJOR_VERSION=2
66
DBD_MINOR_VERSION=1
7-
DBD_MICRO_VERSION=7
7+
DBD_MICRO_VERSION=8
88

99
DBD_EFFECTIVE_VERSION=${DBD_MAJOR_VERSION}.${DBD_MINOR_VERSION}
1010
DBD_VERSION=${DBD_EFFECTIVE_VERSION}.${DBD_MICRO_VERSION}

‎guile-dbd-mysql/configure.ac‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Process this file with autoconf to produce a configure script.
2323

2424
AC_PREREQ(2.57)
25-
AC_INIT(guile-dbd-mysql,2.1.7,bug-guile@gnu.org)
25+
AC_INIT(guile-dbd-mysql,2.1.8,bug-guile@gnu.org)
2626
AM_INIT_AUTOMAKE
2727
AM_MAINTAINER_MODE
2828
AC_CONFIG_HEADER([config.h])

‎guile-dbd-postgresql/ChangeLog‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 2.1.8 (2021年03月13日):
2+
* Fix automake warnings.
3+
14
Version 2.1.7 (2019年09月02日): Nikita Vinokurov <yagel.x@gmail.com>
25
* Added forced clearing of async results before the next query.
36
* Numeric type is now considered as floating point.

‎guile-dbd-postgresql/DBD-VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PACKAGE=guile-dbd-postgresql
44

55
DBD_MAJOR_VERSION=2
66
DBD_MINOR_VERSION=1
7-
DBD_MICRO_VERSION=7
7+
DBD_MICRO_VERSION=8
88

99
DBD_EFFECTIVE_VERSION=${DBD_MAJOR_VERSION}.${DBD_MINOR_VERSION}
1010
DBD_VERSION=${DBD_EFFECTIVE_VERSION}.${DBD_MICRO_VERSION}

‎guile-dbd-postgresql/configure.ac‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Process this file with autoconf to produce a configure script.
2323

2424
AC_PREREQ(2.57)
25-
AC_INIT(guile-dbd-postgresql, 2.1.7, bug-guile@gnu.org)
25+
AC_INIT(guile-dbd-postgresql, 2.1.8, bug-guile@gnu.org)
2626
AM_INIT_AUTOMAKE
2727
AM_MAINTAINER_MODE
2828
AC_CONFIG_HEADER([config.h])

‎guile-dbd-sqlite3/ChangeLog‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Version 2.1.7: (2021年03月13日):
2-
* Avoid automake warnings.
1+
Version 2.1.8: (2021年03月13日):
2+
* Fix automake warnings.
3+
* Fix compiler warning.
34

45
Version 2.1.6: (2015年08月01日):
56
* Many fixes, sync with official version in git:

‎guile-dbd-sqlite3/DBD-VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PACKAGE=guile-dbd-sqlite3
44

55
DBD_MAJOR_VERSION=2
66
DBD_MINOR_VERSION=1
7-
DBD_MICRO_VERSION=7
7+
DBD_MICRO_VERSION=8
88

99
DBD_EFFECTIVE_VERSION=${DBD_MAJOR_VERSION}.${DBD_MINOR_VERSION}
1010
DBD_VERSION=${DBD_EFFECTIVE_VERSION}.${DBD_MICRO_VERSION}

‎guile-dbd-sqlite3/configure.ac‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Process this file with autoconf to produce a configure script.
2424

2525
AC_PREREQ(2.57)
26-
AC_INIT(guile-dbd-sqlite3, 2.1.7, bug-guile@gnu.org)
26+
AC_INIT(guile-dbd-sqlite3, 2.1.8, bug-guile@gnu.org)
2727
AM_INIT_AUTOMAKE
2828
AM_MAINTAINER_MODE
2929
AC_CONFIG_HEADER([config.h])

‎guile-dbi/ChangeLog‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.1.8 (2021年03月13日):
2+
* Fix automake warnings.
3+
* Enable build even if makeinfo (texinfo) not installed.
4+
* Remove autogenerated files that should not have been in git.
5+
16
Version 2.1.7: (2019年09月02日)
27
* include/guile-dbi/guile-dbi.h (gdbi_db_handle_t): Use 'lt_dlhandle'.
38
* src/guile-dbi.c: Replace libdl calls with their libltdl equivalences.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /