Skip to content

Commit

Permalink
5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eradman committed Jul 2, 2021
1 parent fba2e90 commit d9546a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
= Next Release: 5.0
= Release History

== 5.0: July 2, 2021

- Add missing call to getrlimit(3) on MacOS
- Eliminate memory management warnings on Linux
- EV_TRACE prints file mode and file name
- Ignore asynchronous attribute changes on MacOS 11

= Release History

== 4.9: May 3, 2021

- EV_TRACE also prints file/notify descriptor limit
Expand Down
2 changes: 1 addition & 1 deletion entr.1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.Dd June 15, 2021
.Dd July 2, 2021
.Dt ENTR 1
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion entr.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ run_utility(char *argv[]) {
char **new_argv;
char *p, *arg_buf;
int argc;
int stdin_pipe[2];
int stdin_pipe[2] = {0, 0};

if (restart_opt == 1) {
terminate_utility();
Expand Down

0 comments on commit d9546a4

Please sign in to comment.