Skip to content

Commit

Permalink
version bump to v2.8.5.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 17, 2023
1 parent fad44ae commit 34f7596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
## mini_portile changelog

### 2.8.5.rc1 / 2023-09-13
### 2.8.5.rc2 / 2023-09-17

#### Added

- New method `MiniPortile#mkmf_config` will set up MakeMakefile variables to properly link against the recipe. This should make it easier for C extensions to package third-party libraries.
- With no arguments, will set up just `$INCFLAGS`, `$libs`, and `$LIBPATH`.
- Optionally, if provided a pkg-config file, will use that config to more precisely set `$INCFLAGS`, `$libs`, `$LIBPATH`, and `$CFLAGS`/`$CXXFLAGS`.
- Optionally, if provided the name of a static archive, will rewrite linker flags to ensure correct linkage.
- New methods `#lib_path` and `#include_path` which point at the installed directories under `ports`.


### 2.8.4 / 2023-07-18
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_portile2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class MiniPortile
VERSION = "2.8.5.rc1"
VERSION = "2.8.5.rc2"
end

0 comments on commit 34f7596

Please sign in to comment.