Skip to content

Commit

Permalink
Release 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukefromdc committed May 22, 2024
1 parent 9c2e887 commit d39afc2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### mate-control-center 1.28.1
* Translations update
* Add time-admin dependency check on systemd
* Fix summary output
* Add libsystemd to build.yml
* Enable systemd by default
* Disable function definitions if systemd isn't found
* Make systemd optional
* Distribute Meson build system


### mate-control-center 1.28.0

* Translations update
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([mate-control-center], [1.28.0], [http://www.mate-desktop.org/])
AC_INIT([mate-control-center], [1.28.1], [http://www.mate-desktop.org/])

AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([shell])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'mate-control-center', 'c',
version : '1.28.0',
version : '1.28.1',
meson_version : '>= 0.57.0'
)

Expand Down

4 comments on commit d39afc2

@raveit65
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can ask @yetist for help when travis-ci releasing failed. He wrote whole the CI code.

@lukefromdc
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lukefromdc
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We got this error in the Fedora build:

Gem 'dpl' is not installed

33.29s$ rvm $(travis_internal_ruby) --fuzzy do ruby -S gem install dpl --pre

ERROR:  Error installing dpl:

	The last version of dpl (>= 0) to support your Ruby & RubyGems was 2.0.3.beta.4. Try installing it with `gem install dpl -v 2.0.3.beta.4`

	dpl requires Ruby version >= 3. The current ruby version is 2.7.8.225.

@lukefromdc
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment is from Fedora so we don't get a tarball

Please sign in to comment.