0463511457
Bump version to 46.0
...
Update NEWS.
2024-03-16 01:56:52 +01:00
dfb0f96f29
Bump version to 46.rc
...
Update NEWS.
2024-03-03 15:37:13 +01:00
fbe3c4120f
Bump version to 46.beta
...
Update NEWS.
2024-02-11 17:54:00 +01:00
99f3b24911
Bump version to 46.alpha
...
Update NEWS.
2024-01-07 11:16:54 +01:00
2127c62b21
Bump version to 45.0
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2960 >
2023-09-16 20:27:58 +02:00
f83dae197f
Bump version to 45.rc
...
Update NEWS.
2023-09-06 13:55:22 +02:00
412fad5643
Bump version to 45.beta.1
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2882 >
2023-08-11 01:22:08 +02:00
add49bcba1
Bump version to 45.beta
...
Update NEWS.
2023-08-08 12:36:03 +02:00
0c6c45d426
Bump version to 45.alpha
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2817 >
2023-07-06 19:23:10 +02:00
b0ca64e777
Bump version to 44.1
...
Update NEWS.
2023-04-24 10:26:56 +02:00
b6a7cac28f
Bump version to 44.0
...
Update NEWS.
2023-03-19 11:58:32 +01:00
c4f36eefd6
Bump version to 44.rc
...
Update NEWS.
2023-03-06 18:37:38 +01:00
0dda7b524b
Bump version to 44.beta
...
Update NEWS.
2023-02-14 16:09:12 +01:00
8b00255cc3
Bump version to 43.1
...
Update NEWS.
2022-11-04 11:19:53 +01:00
0bd73b79a6
Bump version to 43.0
...
Update NEWS.
2022-09-17 18:37:59 +02:00
316dc289f2
Bump version to 43.rc
...
Update NEWS.
2022-09-04 15:18:09 +02:00
0d2af8e29b
Bump version to 43.beta
...
Update NEWS.
2022-08-10 20:01:34 +02:00
022359f55b
Bump version to 43.alpha
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2376 >
2022-07-10 14:18:49 +02:00
bc533af73f
Bump version to 42.1
...
Update NEWS.
2022-05-05 22:56:53 +02:00
44b4b02c3f
Bump version to 42.0
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2239 >
2022-03-12 22:43:13 +01:00
c2bc101ff4
Bump version to 42.rc
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2232 >
2022-03-07 15:49:29 +01:00
7dab3667a7
Bump version to 42.beta
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2182 >
2022-02-14 21:07:17 +01:00
330894f84a
Bump version to 42.alpha
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2095 >
2022-01-10 19:20:59 +01:00
daf729de11
build: Replace deprecated meson functions
...
Replace deprecated functions with their direct replacements:
- dep.get_pkgconfig_variable() → dep.get_variable()
- prg.path() → prg.full_path()
- source/build_root() → project_source/build_root()
In one case we need meson.global_source_root() that was only
added in meson 0.58, so bump the requirement to that.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2077 >
2021-12-23 15:52:21 +00:00
0bf515eb10
Bump version to 41.0
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1981 >
2021-09-19 12:47:55 +02:00
72e3e60411
Bump version to 41.rc.1
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1976 >
2021-09-07 15:15:11 +02:00
743044291d
Bump version to 41.rc
...
Update NEWS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1971 >
2021-09-05 09:35:45 +02:00
aec128fdee
Bump versiont to 41.beta
...
Update NEWS.
2021-08-18 01:10:41 +02:00
fe466fafce
Post-release version bump
2021-05-14 16:54:06 +02:00
bf6d668cab
Post-release version bump
2021-03-20 13:40:49 +01:00
55323e44af
Post-release version bump
2021-03-15 16:23:45 +01:00
5cd7434abd
Post-release version bump
2021-02-23 00:22:58 +01:00
5070e6405c
Post-release version bump (again)
2021-01-18 17:46:04 +01:00
40ac6143a4
Tag release 40.alpha.1.1
...
Like the mutter 40.alpha.1.1 release, we missed adjusting to a
GSettings schema move from g-s-d to gsettings-desktop-schemas,
resulting in an abort on startup with the latest released
gnome-settings-daemon.
2021-01-18 17:41:04 +01:00
40b65f21f3
Post-release version bump
2021-01-14 18:34:05 +01:00
9ef9a5ff8a
build: Pre-generate man pages at dist time
...
The man pages don't change very often, but draw in both docbook and
asciidoc. The latter is particularly problematic, as some distros
still ship only a python2 version of the tool.
Address this by generating the man pages at dist time, and including
the result in the tarball.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1553 >
2020-12-28 02:25:24 +01:00
93115c3d8f
Change upcoming version (again)
...
The extension website doesn't handle the chosen scheme correctly,
so use 40.alpha.1 instead.
2020-12-25 23:30:25 +01:00
adaa5ec6bd
build: Change upcoming version to 40.alpha2
...
I messed up and released 40.alpha at the same time as 3.38.2, when it's
supposed to be in January. In order to re-align with the schedule, change
the upcoming version to 40.alpha2 so we don't have to skip a release and
will be back on track in time of 40.beta.
2020-12-22 01:46:14 +01:00
f2ee1587da
Post-release version bump
2020-12-02 20:40:04 +01:00
deb78b9ada
Bump version to 40.alpha
...
The GNOME project has adopted a new versioning scheme[0], and
GNOME 3.38 will be followed by GNOME 40.
Open the new development cycle by switching to the new scheme, as
well as to post-release bumps as recommended.
[0] https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1456
2020-10-06 15:06:03 +02:00
b3c106c63b
Bump version to 3.38.1
...
Update NEWS.
2020-10-05 20:36:03 +02:00
de78ed980c
Bump version to 3.38.0
...
Update NEWS.
2020-09-14 17:56:13 +02:00
2ab6edda03
Bump version to 3.37.92
...
Update NEWS.
2020-09-06 01:04:54 +02:00
852303f71b
Bump version to 3.37.91
...
Update NEWS.
2020-08-24 17:56:01 +02:00
33ff3dc44f
Bump version to 3.37.90
...
Update NEWS.
2020-08-11 17:41:51 +02:00
7031449f01
Bump version to 3.37.3
...
Update NEWS.
2020-07-07 19:01:21 +02:00
35d21c0bca
Bump version to 3.37.2
...
Update NEWS.
2020-06-03 01:29:26 +02:00
f1af37f220
Bump version to 3.37.1
...
Update NEWS.
2020-04-29 21:40:33 +02:00
9f1ad5d86d
extension-tool/build: Install completions relative to our datadír
...
It is a good practice to install files relative to our own variables
https://www.bassi.io/articles/2018/03/15/pkg-config-and-paths/
and it is required on systems like NixOS.
Thanks to Iñigo, bash-completion support that since 2.10:
https://github.com/scop/bash-completion/pull/344
---
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1194
2020-04-13 15:27:09 +00:00
1b5cf0b8a8
build: Bump version requirement
...
We are currently optionally using a 0.53 feature, bump the requirement
to make it non-optional.
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1186
2020-04-07 23:13:27 +02:00