Skip to content

Commit

Permalink
2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellahl committed Oct 1, 2023
1 parent 8378aca commit 6bef4e0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2.12.1 (stable)

Documentation:
* slot, signal: Describe the slot<void(int)> syntax more
(Kjell Ahlstedt) Issue #86 (Daniel Boles)
* connection: Improve the class documentation
(Kjell Ahlstedt) Issue #88 (Daniel Boles)
* Improve Visual Studio build documentation
(Chun-wei Fan) Pull request #94
* Remove AUTHORS and add general information to README.md
(Kjell Ahlstedt) Issue gtkmm#140

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)
* Visual Studio: Support static builds
Issue #90 (Swat-SomeBug)
(Chun-wei Fan) Pull request #92


2.12.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++], [2.12.0],
AC_INIT([libsigc++], [2.12.1],
[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: '2.12.0',
version: '2.12.1',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++11',
Expand Down

0 comments on commit 6bef4e0

Please sign in to comment.