Skip to content

libcurl.plist file contains '-DEV' in version string since 7.83.0 #9866

@jvreelanda

Description

@jvreelanda

I did this

Downloaded a curl release at version after 7.83.0 and checked the version strings.

I expected the following

To see a version in the libcurl.plist without -DEV it seems to be stripped from the other instances of the version string in curl.

diff ./curl-7.82.0/lib/libcurl.plist  ./curl-7.83.0/lib/libcurl.plist
18c18
< 	<string>7.82.0</string>
---
> 	<string>7.83.0-DEV</string>
30c30
< 	<string>libcurl 7.82.0</string>
---
> 	<string>libcurl 7.83.0-DEV</string>
33c33
< 	<string>libcurl.plist 7.82.0</string>
---
> 	<string>libcurl.plist 7.83.0-DEV</string>

I believe it started with this commit:

git tag --contains e498a9b1fe5964a18eb2a3a99dc52160d2768261
curl-7_83_0
curl-7_83_1
curl-7_84_0
curl-7_85_0
curl-7_86_0

commit e498a9b1fe5964a18eb2a3a99dc52160d2768261
Author: Daniel Gustafsson <daniel@yesql.se>
Date: Wed Apr 20 15:26:13 2022 +0200

 macos: set .plist version in autoconf

 Set the libcurl version in libcurl.plist like how libcurl.vers is
 created.

 Closes: #8692
 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
 Reviewed-by: Nick Zitzmann <nickzman@gmail.com>

curl/libcurl version

7.83.0+

operating system

N/A

Thanks!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions