Skip to content

Commit cfc6a71

Browse files
committed
Bump version, CRAN comments, news
1 parent 398cf72 commit cfc6a71

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: httpgd
22
Type: Package
33
Title: A 'HTTP' Server Graphics Device
4-
Version: 2.1.2
4+
Version: 2.1.3
55
Authors@R:
66
c(
77
person(given = "Florian", family = "Rupprecht", email = "floruppr@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1795-8624")),

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# httpgd 2.1.3
2+
3+
- Fix compilation failure with 'Clang 21' (middleware default constructor).
4+
- Add Clang 21 R CMD check to CI.
5+
16
# httpgd 2.1.2
27

38
- Fix compilation failure with 'Clang 21' (vendored 'CrowCpp' tuple member initialization).

cran-comments.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Test environments
2-
- GitHub Actions: macOS (release, oldrel-1), Windows (release), Ubuntu (devel, release, oldrel-1, oldrel-2)
2+
- GitHub Actions: macOS (release, oldrel-1), Windows (release), Ubuntu (devel, release, oldrel-1, oldrel-2, devel+Clang 21)
33
- R-hub: linux, windows, macos-arm64, clang-asan, clang-ubsan, gcc-asan, clang16-clang20, etc.
4-
- Docker: Debian testing with Clang 21.1.8
54

65
## R CMD check results
76

@@ -11,7 +10,7 @@
1110

1211
This package was archived on 2025-04-23.
1312

14-
v2.1.1 failed on Debian/Clang 21. Fixed vendored CrowCpp `std::tuple` member initialization.
13+
Changes since last CRAN release: updated vendored CrowCpp, fixed Clang 21 compilation issues, added Clang 21 CI, modernized build system.
1514

1615
## Downstream dependencies
1716
There are no downstream dependencies.

src/httpgd_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#ifndef HTTPGD_VERSION
2-
#define HTTPGD_VERSION "2.1.0"
2+
#define HTTPGD_VERSION "2.1.3"
33
#endif

0 commit comments

Comments
 (0)