Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
garcon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
garcon
Commits
e8693705
Commit
e8693705
authored
4 years ago
by
Simon Steinbeiss
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release
parent
3e656dc1
No related branches found
No related tags found
No related merge requests found
Pipeline
#1954
passed
4 years ago
Stage: build
Stage: distcheck
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+22
-0
22 additions, 0 deletions
NEWS
configure.ac.in
+2
-2
2 additions, 2 deletions
configure.ac.in
with
24 additions
and
2 deletions
NEWS
+
22
−
0
View file @
e8693705
0.7.1
======
- Drop support for Gtk2
- Drop Gtk3 ifdefs
- Switch to xfce_gtk_image_menu_item
- Add support for GObject Introspection (Fixes #4)
- Improve GObject introspection annotations (Fixes #8)
- Fix missing transfer annotation
- Field codes expansion API update
- Transfer some code to libxfce4util
- Fix default merge rules in xfce-applications.menu (Bug #15504)
- Rename exo-helpers to the new xfce4-xx ones
- Do not add INSTALL in dist tarball
- Fix a memory leak
- Switch to README.md and foreign automake mode
- README: Use table for debug arguments
- Add basic GitLab pipeline
- Translation Updates:
Albanian, Asturian, Chinese (Hong Kong), Danish, Dutch, Eastern
Armenian, Estonian, Greek, Hebrew, Indonesian, Interlingue, Norwegian
Nynorsk, Polish, Portuguese, Uzbek, Uzbek (Latin)
0.7.0
======
- Add garcon_menu_item_[g|s]et_keywords to docs
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
2
−
2
View file @
e8693705
...
...
@@ -25,9 +25,9 @@ m4_define([garcon_verinfo], [0:0:0])
m4_define([garcon_version_api_major], [1])
m4_define([garcon_version_major], [0])
m4_define([garcon_version_minor], [7])
m4_define([garcon_version_micro], [
0
])
m4_define([garcon_version_micro], [
1
])
m4_define([garcon_version_build], [@REVISION@])
m4_define([garcon_version_tag], [
git
])
m4_define([garcon_version_tag], [])
m4_define([garcon_version], [garcon_version_major().garcon_version_minor().garcon_version_micro()ifelse(garcon_version_tag(), [git], [garcon_version_tag()-garcon_version_build()], [garcon_version_tag()])])
dnl ********************************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment