Skip to content

Commit

Permalink
Prepare for 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daghf committed Nov 29, 2021
1 parent d8b3168 commit c8033c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ List of changes
This file contains the running log of changes applied to each released hitch
version.


hitch-1.7.2 (2021-11-29)
------------------------

* pem-dir now works correctly also for file systems without proper
file type classification in readdir(). Thanks got Xavier G
(@xavierog).
* Fix an issue in ``proxy-proxy`` error handling.
* Minor build-related fixes.


hitch-1.7.1 (2021-04-19)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.59])
AC_INIT([hitch], [1.7.1], [[email protected]])
AC_INIT([hitch], [1.7.2], [[email protected]])
AC_CONFIG_SRCDIR([src/configuration.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down

0 comments on commit c8033c3

Please sign in to comment.