Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glibmm
Commits
9e56330c
Commit
9e56330c
authored
Mar 22, 2020
by
Kjell Ahlstedt
Browse files
2.65.3
parent
d6e9d60d
Pipeline
#162784
passed with stage
in 16 minutes and 1 second
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
9e56330c
2.65.3: (unstable):
Distro packagers should probably not package this yet.
Tests:
* glibmm_buildfilename: Add some tests
(Kjell Ahlstedt) Issue #71 (Kalev Lember)
Build:
* Meson build: Install generate_extra_defs.h
(Kjell Ahlstedt) Issue #70 (Jan Alexander Steffens)
2.65.2: (unstable):
Distro packagers should probably not package this yet.
...
...
README
View file @
9e56330c
...
...
@@ -13,7 +13,7 @@ See README.win32
## Building from a release tarball
Extract the tarball and go to the extracted directory:
$ tar xf glibmm-@GLIBMM_VERSION@.tar.
g
z
$ tar xf glibmm-@GLIBMM_VERSION@.tar.
x
z
$ cd glibmm-@GLIBMM_VERSION@
It's easiest to build with Meson, if the tarball was made with Meson,
...
...
configure.ac
View file @
9e56330c
...
...
@@ -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([glibmm], [2.65.
2
],
AC_INIT([glibmm], [2.65.
3
],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
9e56330c
# This file is part of glibmm.
project('glibmm', 'cpp',
version: '2.65.
2
',
version: '2.65.
3
',
license: 'LGPLv2.1+',
default_options: [
'cpp_std=c++17'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment