GNU coreutils 8.16 is out. Important feature (from my POV): ln now accepts the --relative option, to generate a relative symbolic link to a target, irrespective of how the target is specified. I often needed that functionality and had to implement it by myself. Now `ln` does the work for me. Nice!