Commit 23953922 authored by Gaël Bonithon's avatar Gaël Bonithon
Browse files

Updates for release

parent 0a7602e7
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
1.12.0 (2025-05-20)
======
Meson has been added as a build system in this release, and the
associated archive has been generated by 'meson dist'. Although
autotools has been retained for the time being and can still be used
via 'autogen.sh', meson is now the preferred build system, and
autotools will be removed in a future release.

- Update README after switchover to meson
- meson-build: Use shared_module()
- Replace deprecated exo with libxfce4ui 4.21.0
- build: Automate copyright year management
- Add meson build
- Translation Updates:
  Estonian, Greek, Hebrew, Occitan (post 1500), Turkish, Ukrainian

1.11.2 (2025-02-01)
======
- Add support for checkboxes for to-do lists
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ dnl 2023 Arthur Demchenkov <spinal.by@gmail.com>
dnl

m4_define([copyright_year], [2025])
XDT_VERSION_INIT([1.11.2], [git])
XDT_VERSION_INIT([1.12.0])

AC_COPYRIGHT([Copyright (c) 2003-copyright_year() The Xfce development team. All rights reserved.])
AC_PREREQ([2.69])
+6 −9
Original line number Diff line number Diff line
project(
  'xfce4-notes-plugin',
  'vala', 'c',
  version: '1.11.2-dev',
  'vala',
  'c',
version : '1.12.0',
  license : 'GPL-2.0-or-later',
  meson_version : '>= 0.54.0',
  default_options: [
    'c_std=gnu11',
    'buildtype=debugoptimized',
    'warning_level=2',
  ]
  default_options : ['c_std=gnu11', 'buildtype=debugoptimized', 'warning_level=2']
)

project_namespace = 'panel-plugins'
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

#define REVISION "@REVISION@"

#define VERSION_FULL VERSION "-" REVISION
#define VERSION_FULL VERSION
#define PACKAGE_STRING_FULL PACKAGE " " VERSION_FULL

#endif /* INC_XFCE_REVISION_H */