|
| 1 | +3.8.0 (stable) 2025-10-26 |
| 2 | + |
| 3 | +This release and future releases will not store tarballs at |
| 4 | +download.gnome.org/sources/. Only modules with source code at |
| 5 | +gitlab.gnome.org/GNOME/ can store tarballs there now. |
| 6 | +Tarballs of libsigcplusplus are now stored only at |
| 7 | +github.com/libsigcplusplus/libsigcplusplus/releases/. |
| 8 | + |
| 9 | +* slot, signal: static_assert not using R,T... syntax |
| 10 | + (Daniel Boles) Issue #86, pull request #100 |
| 11 | +* scoped_connection: Remove [[nodiscard]] |
| 12 | + (Kjell Ahlstedt) Issue #102 (Vadym) |
| 13 | +* Add signal_connect(): Helper functions to ease connecting functions |
| 14 | + or methods to signals |
| 15 | + (Rémi Hérilier) Issue #104, #108, pull request #107 |
| 16 | +* Simplify ambiguity removal when compiling with MSVC |
| 17 | + (Rémi Hérilier) Pull request #110 |
| 18 | + |
| 19 | +Documentation: |
| 20 | +* README.md: Add info about building the documentation |
| 21 | + (Kjell Ahlstedt) Issue #101 (raphael10-collab) |
| 22 | +* Don't link to removed parts of gnome.org |
| 23 | + (Kjell Ahlstedt) |
| 24 | +* Remove obsolete FSF (Free Software Foundation) address |
| 25 | + (Tom spot Callaway) Pull request libxmlplusplus#72 |
| 26 | +* Clarify download locations. |
| 27 | + Releases will not be stored at download.gnome.org/sources/. |
| 28 | + (Kjell Ahlstedt) |
| 29 | + |
| 30 | +Build: |
| 31 | +* Meson build: Don't fail if warning_level=everything |
| 32 | + (Daniel Boles, Kjell Ahlstedt) Merge request gtkmm!87 |
| 33 | +* Meson build: Add the build-manual option |
| 34 | + (Kjell Ahlstedt) |
| 35 | +* Meson build: Require meson >= 0.62.0. |
| 36 | + Use Meson's pkgconfig module instead of using the *.pc.in templates. |
| 37 | + (Kjell Ahlstedt) |
| 38 | +* Meson build: Detect cl-like compilers. |
| 39 | + Don't check MSVC version for non-MSVC cl |
| 40 | + (Julia DeMille) Pull requst #109 |
| 41 | +* CMake build: Change minimum required cmake version from 3.2 to 3.10 |
| 42 | + (Alexander Drozdov) Issue #112 |
| 43 | +* Meson build: build-pdf: Prevent infinite loop in dblatex |
| 44 | + (Philippe Baril Lecavalier) Pull request #113 |
| 45 | +* Meson build: Better detection of MSVC-like compilers |
| 46 | + (Kjell Ahlstedt) |
| 47 | +* Meson build: Use the Python installation that Meson uses. |
| 48 | + See merge request glibmm!67 |
| 49 | + (Kjell Ahlstedt) |
| 50 | + |
| 51 | + |
1 | 52 | 3.6.0 (stable) |
2 | 53 |
|
3 | 54 | * sigc++config.h.*: Update and clean up a bit for Visual Studio |
|
0 commit comments