Skip to content

Commit

Permalink
Release 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
orbea committed Aug 4, 2022
1 parent 0ea2213 commit 7da5d31
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ CHANGES -- trio
The changes listed without a name attributed to them were most likely done by
Bjorn Reese and/or Daniel Stenberg.

Version 1.17 - 2022/8/22
------------------------
* Jochen Roemmler
Fixes typos detected by the 'codespell' program.

* orbea
Use a standard autotools build system based from a yacp patch.

* Add a pkgconfig file.

* Fixes a compile failure with -Os.

* Fixes generating the doxygen documentation.

* Merges changes from various downstream patches.


Version 1.16 - 2014/07/16
-------------------------
* Stephen Kitt
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([trio],[1.16])
AC_INIT([trio],[1.17])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_SRCDIR([compare.c])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 7da5d31

Please sign in to comment.