Skip to content

0.9.58

Compare
Choose a tag to compare
@gboudreau gboudreau released this 27 Jun 11:53
· 448 commits to master since this release
  • Use a custom function gh_symlink to create symlinks. Someone reported symlink() fails on his server, while exec("ln -s ...") works. Makes it easier to use that.
  • Meh! symlink() return a bool, so gh_symlink() needs to do the same!