Skip to content

Commit

Permalink
Prep 0.9 version
Browse files Browse the repository at this point in the history
* README: grammar
* NEWS: update news
* test/setopt.scm: whitespace
* configure.ac: bump rev to 0.9
  • Loading branch information
spk121 committed Jan 19, 2021
1 parent 909c7e6 commit 18ea5bf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
For Release 0.9 - Jan 19, 2021

- Speed up bv->url-encoded-bytevector
- Improve reliability of parallel builds

For Release 0.8 - Jan 11, 2021

- Eliminate all traces of gnulib
Expand All @@ -9,7 +14,7 @@ For Release 0.8 - Jan 11, 2021
- Use pkg-config instead of curl-config to gather information
about the libcurl install
- Remove ChangeLog

For Release 0.7 - Jan 1, 2021

- Eliminate Guile 2.0 support
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ client-side URL transfers, like requesting documents from http or ftp
servers. It is based on the libcurl library.

If trying to build this from the repository instead of a tarball,
you'll need to run 'autoreconf -vi'. There is a 'bootstrap' script
but it is just a call to autoreconf
you'll need to run 'autoreconf -vi'. There is a 'bootstrap' script,
but, it is just a call to 'autoreconf'.

This is an autotools build, so usually building is a "./configure &&
make && make install" sort of thing.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##################
# Package info
AC_PREREQ([2.64])
AC_INIT([guile_curl],[0.8],[[email protected]])
AC_INIT([guile_curl],[0.9],[[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([no-dependencies subdir-objects -Wall foreign])
PKG_PROG_PKG_CONFIG
Expand Down
1 change: 1 addition & 0 deletions test/setopt.scm
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@
(test-assert "'http-content-decoding #t" (check-setopt 'http-content-decoding #t))
(test-assert "'http-transfer-decoding #t" (check-setopt 'http-transfer-decoding #t))
(false-if-exception (delete-file "cookie.txt"))

(test-end "setopt")

0 comments on commit 18ea5bf

Please sign in to comment.