=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/plus65.html,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** www/plus65.html 2019/04/10 15:52:51 1.4 --- www/plus65.html 2019/04/11 01:40:10 1.5 *************** *** 91,96 **** --- 91,97 ----
  • Corrected LED GPIO pin for AR9287-based usb devices.
  • Added the ability to openrsync(1) to combine rsync:// and -e by splitting rsync_socket() into rsync_connect to establish a TCP connection to the remote daemon, and rsync_socket() to run the actual protocol.
  • Fixed a memory leak in radiusd(8). +
  • Added leaf function optimization for retguard which keeps the retguard cookie on register instead of storing it in frame.
  • Modified several daemons to avoid calling dup2(oldd, newd) when oldd == newd, preventing the descriptor from keeping CLOEXEC flag and being closed unexpectedly by exec().
  • Set -E disklabel(8) editing prompt to always display the disk device whose label is being edited and change '>' to '#' when in expert mode.