Skip to content

Commit

Permalink
Merge pull request #2676 from Geod24/release-v0.9.5
Browse files Browse the repository at this point in the history
Update changelog/meson file for v0.9.5
  • Loading branch information
Geod24 authored Jul 18, 2022
2 parents 7161dc1 + 3ddb0fa commit 7604eea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
- name: Install dependencies
run: apk add --no-cache build-base dub ${{ matrix.dc }} openssl-dev zlib-dev
- name: Run tests
env:
DC: ${{ matrix.dcname }}
run: dub test --compiler=${{ matrix.dcname }}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Changelog
=========

v0.9.5 - 2022-
v0.9.5 - 2022-07-13
-------------------

### Features and improvements ###

- Supports D frontend versions 2.088.1 to 2.099.0
- Supports D frontend versions 2.090.1 to 2.100.1
- Added build support for OpenSSL 3.x.x - [pull #2650][issue2650]
- URL handling
- Added `parseUserURL` for relaxed URL parsing (by Muhammed Kadir Yücel aka mkykadir) - [pull #2624][issue2624], [pull #2653][issue2653]
Expand Down
6 changes: 1 addition & 5 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project('Vibe.d', 'd',
)

project_soversion = '0'
project_version_suffix = '~beta1'
project_version_suffix = ''
project_version = meson.project_version()
project_version_full = project_version + project_version_suffix

Expand All @@ -24,10 +24,6 @@ ssl_dep = dependency('libssl')
#
flag_new_openssl_ldc = []
flag_new_openssl_dmd = []
if ssl_dep.version().version_compare('>=1.1')
flag_new_openssl_ldc = '-d-version=VibeUseOpenSSL11'
flag_new_openssl_dmd = '-version=VibeUseOpenSSL11'
endif

if meson.is_subproject() == false
if meson.get_compiler('d').get_id() == 'llvm'
Expand Down

0 comments on commit 7604eea

Please sign in to comment.