Conversation
8454101 to
7d3e449
Compare
d5ceb30 to
748db0d
Compare
272e62d to
2eae20e
Compare
Contributor
Author
|
@obiltschnig, can you please review, merge and create a release? |
d8f3678 to
ab54f4f
Compare
f4af083 to
54054e8
Compare
54054e8 to
fdd0509
Compare
Updated CHANGELOG with recent enhancements and features.
Added new entries for Quill 11.0.2 and various enhancements, breaking changes, and bug fixes.
fdd0509 to
b31b4fa
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps POCO’s version metadata to 1.15.0 and updates release documentation/build guidance to reflect the current CMake-first workflow and dependency requirements.
Changes:
- Update core version identifiers (VERSION, POCO_VERSION, Windows resource version, shared library SOVERSION).
- Add/update 1.15.0 entries in CHANGELOG and Release Notes, and refresh CONTRIBUTORS.
- Refresh multiple docs/READMEs (CMake 3.26+, OpenSSL 1.1.1+, Conan 2.x syntax, CMake options, Windows build notes).
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| libversion | Bump shared library SOVERSION value. |
| VERSION | Bump package version to 1.15.0. |
| Foundation/include/Poco/Version.h | Update POCO_VERSION macro to 1.15.0. |
| DLLVersion.rc | Update Windows DLL version resource strings. |
| Foundation/include/Poco/FileStreamRWLock_WIN32.h | Normalize Windows header include casing. |
| CHANGELOG | Add Release 1.15.0 changelog section. |
| doc/99100-ReleaseNotes.page | Add Release 1.15.0 release notes section. |
| CONTRIBUTORS | Update contributor entries (including adding new entries/emails). |
| README.md | Update build prerequisites, links, package manager instructions. |
| README | Update build instructions and dependency notes (plain-text README). |
| doc/00200-GettingStarted.page | Update Getting Started guide for CMake-first workflow and refreshed options. |
| doc/99150-WindowsPlatformNotes.page | Update Windows notes to CMake terminology and current build modes. |
| doc/99150-GMakeBuildNotes.page | Add note about CMake being the official build system; minor wording fix. |
| doc/00100-GuidedTour.page | Fix/modernize text and examples (PCRE2, HTTPS links, nullptr). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5b95e15 to
0d65762
Compare
0d65762 to
ee88fc2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Version Bump
Documentation Updates