Next | Query returned 28 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-01-01 15:30:38 by Leonardo Taccari | Files touched by this commit (2)
Log message:
entr: Update to 5.5

Changes:
5.5
---
 - Report correct error if open(3) fails
 - Use kern.maxfilesperproc to determine file open limit on MacOS
   2023-08-13 21:21:07 by Leonardo Taccari | Files touched by this commit (2)
Log message:
entr: Update to 5.4

Changes:
== 5.4: August 1, 2023
 - 'make test' runs a quick smoketest, 'make check' runs regressions
 - Set IN_CLOEXEC only for inotify_init, kqueue uses similar setting by default
 - Unconditionally try to set soft file limit to 2^16 on MacOS
 - Use non-reentrant calls sparingly in signal handlers
 - configure: use TARGET_OS to override the output of uname(1)
   2023-01-22 14:00:51 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
entr: update to 5.3.

== 5.3: January 20, 2023

 - Symlink changes detected on Linux by setting 'ENTR_INOTIFY_SYMLINK'
 - Use /dev/null rather then closed pipe for stdin in -r mode
 - Utilize {O,FD}_CLOEXEC flag for unintentional leaks of descriptors to
   executed utilities
 - Remove C unit tests
 - Only respond to attribute/inode changes on Linux
   2023-01-19 15:37:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
entr: fix some pkglint
   2022-07-23 17:42:14 by Leonardo Taccari | Files touched by this commit (2)
Log message:
entr: Update to 5.2

Changes:
5.2
---
 - Symlink changes detected on Linux by setting 'ENTR_INOTIFY_SYMLINK'
 - Use /dev/null rather then closed pipe for stdin in -r mode
 - Utilize {O,FD}_CLOEXEC flag for unintentional leaks of descriptors to
   executed utilities
   2022-01-08 16:41:31 by Leonardo Taccari | Files touched by this commit (2)
Log message:
entr: Update to 5.1

Changes:
5.1
---
 - Detect files moved to or from directories on Linux
 - Allow detection of directory entries beginning with '.' by specifying '-d' twice
 - Only reset terminal settings in exit handler if settings were changed
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-06-12 11:29:37 by Nia Alarie | Files touched by this commit (2) | Package updated
Log message:
entr: update to 4.9

== 4.9: May 3, 2021

 - EV_TRACE also prints file/notify descriptor limit
 - Don't raise rlim_cur on MacOS
 - Set 2^16 watches if inotify limits cannot be read
 - Raise an error and suggest '-n' if terminal attributes cannot be read
   2021-03-04 11:02:03 by Leonardo Taccari | Files touched by this commit (2)
Log message:
entr: Update to 4.8

Changes:
4.8
---
 - Set a maximum of 2^19 watches to guard against absurd file open limits on
   MacOS
 - Use control sequences to clear the display and specify '-c' twice to erase
   the scrollback buffer

4.7
---
 - Use system file descriptor limits when max_user_watches is not accessible
 - Return the exit status of the child process when the '-z' option is used
 - Handle SIGHUP so child process are terminated when a terminal is closed
 - More accurately return shell exit code using '-s' option

Next | Query returned 28 messages, browsing 1 to 10 | Previous