Fink Changelog

What's new in Fink 0.39.3

Feb 29, 2016
  • Support 10.11.0-3
  • Output cleanup in various places (see commits)

New in Fink 0.39.2 (Feb 23, 2016)

  • Use system versions of tools (make, cp, chmod) in %{default_script}
  • Add Restrictive/GPL and related License forms for OpenSSL-linked packages.

New in Fink 0.39.1 (Feb 23, 2016)

  • Properly support Apple's JavaForOSX2015-1
  • Bugfix: Downgrade errors during postinstall .deb migration to nonfatal

New in Fink 0.39.0 (Feb 23, 2016)

  • Support OS 10.11
  • Switch 10.9, 10.10, and 10.11 to use the 10.9-libcxx tree.

New in Fink 0.38.8 (Feb 23, 2016)

  • Last release to support 10.7 and 10.8.
  • Updated pkgconfig path handling.

New in Fink 0.38.7 (Aug 17, 2015)

  • Support OS 10.10.4 and 10.10.5.
  • Bug fix: Replace more version strings with version objects so that 10.10+ do the right thing under comparisons.
  • Avoids people seeing information about enabling the nonexistent unstable tree on 10.7 and later.
  • Also prevent creation of %p/fink/dists/stable/crypto.

New in Fink 0.38.5 (May 15, 2015)

  • Support OS 10.10.3
  • Revert supporting /opt/X11 directly on 10.8+ to provide X11 virtuals.
  • Remove cgi-pm from Provides.
  • Reduce flat-namespace linkage validation to give a warning rather than a fatal error, since some packages require being built this way.
  • Fatal validation error for filename/install_name mismatch in Shlibs.

New in Fink 0.38.4 (Feb 10, 2015)

  • Big Bend" (2015-02-09)
  • Support OS 10.10.2
  • Issue warning if Xcode and Xcode CLI versions don't match.
  • Fail if 'dev-tools' virtual package disappears.
  • Support /opt/X11 directly on 10.8+.
  • Improved --dotty-build output.
  • Other diagnostic improvements.

New in Fink 0.38.3 (Dec 30, 2014)

  • Enable 10.10 bindist by default
  • Support OS 10.10.1
  • Make system-java
  • packages visible even if not installed.
  • Validator now allows for public libraries to use @rpath.
  • Bootstrap with perl-5.18.

New in Fink 0.38.2 (Oct 30, 2014)

  • dev-tools virtual package now requires /usr/include/
  • Validator check for flat-namespace linkage
  • Skip validation of virtual package .infos
  • Bugfix: 10.10 SDK option for 10.9/Xcode 6.1 now works
  • Bugfix: Use appropriate prefixes for Yosemite

New in Fink 0.38.1 (Oct 22, 2014)

  • Bugfix: restore Fink::CLI::prompt_selection to Engine.pm (removed accidentally in [9177185])
  • Add 10.10 SDK option for 10.9/Xcode 6.1.

New in Fink 0.37.1 (Sep 22, 2014)

  • Officially recognize OS 10.9.4 (belatedly).
  • Officially recognize OS 10.9.5
  • Fix compiler wrappers: clang 6 doesn't use -Wno-error=unused-command-line-argument-hard-error-in-future and the future is now.
  • Additional fixes.

New in Fink 0.36.4.1 (Apr 17, 2014)

  • Bugfix: change compiler wrapper test so that clang from Xcode 5.0 doesn't use -Wno-error=unused-command-line-argument-hard-error-in-future.

New in Fink 0.36.4 (Apr 11, 2014)

  • Activate official binary distributions.
  • Official 10.9.2. support
  • Bootstrap on 10.6 defaults to 10.6/x86_64.
  • Tweak compiler wrappers to allow packages that pass flags that clang doesn't understand still to build with the Xcode 5.1 Command Line Tools. (-Wno-error=unused-command-line-argument-hard-error-in-future)
  • Bugfix: fix issue with bootstrapping with no Xcode.app installed.
  • Additional fixes