Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
hexchat
Commits
8665501c
Commit
8665501c
authored
Aug 29, 2018
by
Patrick Griffis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 2.14.2
parent
7659caad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
data/misc/io.github.Hexchat.appdata.xml.in
data/misc/io.github.Hexchat.appdata.xml.in
+11
-0
meson.build
meson.build
+1
-1
No files found.
data/misc/io.github.Hexchat.appdata.xml.in
View file @
8665501c
...
@@ -26,6 +26,17 @@
...
@@ -26,6 +26,17 @@
<id>
hexchat.desktop
</id>
<id>
hexchat.desktop
</id>
</provides>
</provides>
<releases>
<releases>
<release
date=
"2018-08-29"
version=
"2.14.2"
>
<description>
<p>
This is a minor release:
</p>
<ul>
<li>
Remove shift+click to close tab binding
</li>
<li>
Always unminimize when opening from tray
</li>
<li>
Fix some translations containing invalid text events
</li>
<li>
Fix sending server passwords starting with ":"
</li>
</ul>
</description>
</release>
<release
date=
"2018-03-13"
version=
"2.14.1"
>
<release
date=
"2018-03-13"
version=
"2.14.1"
>
<description>
<description>
<p>
This is a very minor bug-fix release:
</p>
<p>
This is a very minor bug-fix release:
</p>
...
...
meson.build
View file @
8665501c
project('hexchat', 'c',
project('hexchat', 'c',
version: '2.14.
1
',
version: '2.14.
2
',
meson_version: '>= 0.38.0',
meson_version: '>= 0.38.0',
default_options: [
default_options: [
'c_std=gnu89',
'c_std=gnu89',
...
...
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