Skip to content

release_notes_312

Bryan Drewery edited this page Mar 31, 2015 · 1 revision

Release Notes

3.1.2

  • jail -u: Fix freebsd-update caring about host sysctl kern.bootfile
  • jail -u: Fix freebsd-update for EOL and non-TTY usage
  • jail -i: Show 'fs' and 'mnt' values
  • jail: Fix handling of games distribution for recent CURRENT.
  • jail -uc: Support a SETNAME-src.conf
  • XDEV: jail -u: Remove /bin/sh /bin/csh from the static hardlink list on mips/mips64 as there are endian issues to work out.
  • XDEV: jail -u: Remove old nxb-bin directory if needed.
  • Fix 'cp: File Exists' and 'identical (not copied)' errors
  • ATOMIC_PACKAGE_REPOSITORY: Fix crash if user removes the dir .latest refers to
  • Fix ZFS not rolling back the jail to clean when using TMPFS
  • Allow overriding jail params with JAIL_PARAMS in poudriere.conf.
  • Fix more cases of running from local checkout
  • Allow all COLOR variables to be overridden in poudriere.conf.
  • testport -c is fixed. This now also makes 'testport -i' rollback any 'make config' changes.
  • bulk now creates a copy of /var/db/ports to avoid breakage if the directory in /usr/local/etc/poudriere.d/options is touched during a build.
  • When using TMPFS_LOCALBASE (TMPFS_ALL) always try to clone the ref jail's LOCALBASE to the builder jail on port build startups. There is an optimization to not do this but it is needed for 'jail start' hooks that want to customize LOCALBASE. It normally will be a NOP.
  • Clean up language of the zsh completion for bulk -c and -C.
  • Manpage fixes
  • testport: Show error when unable to extract pkg
  • Add 'builder' start/stop hook. Params: id mnt
  • Add a check to see if id(1) works in the jail.
  • HTML: Show proper percentage in progress bar.
  • HTML: Fix JS error processing data.status by improving compatibilty with older JSON files.
  • Fix creating cpdup ignore files in jail if cpdup is not used (ZFS).
Clone this wiki locally