Skip to content

Commit

Permalink
3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellahl committed Oct 1, 2023
1 parent 720bfb6 commit eb7db8e
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
3.6.0 (stable)

* sigc++config.h.*: Update and clean up a bit for Visual Studio
(Chun-wei Fan) Pull request #95
* scoped_connection: New wrapper to auto-disconnect a slot
Issue #87, pull request #97 (Daniel Boles)
* signal: Add connect_first()
(Kjell Ahlstedt) Issue #81 (LordVolumeForm)

Documentation:
* connection: Improve the class documentation
(Kjell Ahlstedt) Issue #88 (Daniel Boles)
* Improve Visual Studio build documentation
(Chun-wei Fan) Pull request #93
* Remove AUTHORS and add general information to README.md
(Kjell Ahlstedt) Issue gtkmm#140
* manual: Add paragraph about new scoped_connection
Pull request #99 (Daniel Boles)

Tests:
* Add test_scoped_connection
Pull request #97 (Daniel Boles)

Build:
* Meson: Don't copy files with configure_file()
(Kjell Ahlstedt)
* Meson: Fix the evaluation of is_git_build on Windows
(Kjell Ahlstedt) Issue gtkmm#131 (William Roy)
* CMake: Prevent multiple target declaration for uninstall
(Francesco Emanuele D'Agostino) Pull request #85
* Visual Studio: Support static builds
Issue #90 (Swat-SomeBug)
(Chun-wei Fan) Pull request #91
* Meson: Don't require the 'dot' command to build the documentation
(Kjell Ahlstedt) Issue #98


3.4.0 (stable)

* Add track_object(), deprecate track_obj()
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.

AC_INIT([libsigc++], [3.4.0],
AC_INIT([libsigc++], [3.6.0],
[https://github.com/libsigcplusplus/libsigcplusplus/issues/],
[libsigc++], [https://libsigcplusplus.github.io/libsigcplusplus/])
AC_PREREQ([2.59])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is part of libsigc++.

project('libsigc++', 'cpp',
version: '3.4.0',
version: '3.6.0',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17',
Expand Down

0 comments on commit eb7db8e

Please sign in to comment.