Skip to content

Commit a8d7c4c

Browse files
committed
1.2.0
1 parent 322601e commit a8d7c4c

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

debian/changelog

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
1-
xapp (1.1.0) UNRELEASED; urgency=medium
1+
xapp (1.2.0) tara; urgency=medium
22

3-
* Unstable
3+
[ Clement Lefebvre ]
4+
* Add CI configuration
5+
6+
[ Michael Webster ]
7+
* Build: Switch to Meson (#34)
8+
* docs/meson.build: split mkdb args properly. (fixes arch build)
9+
* Fix post-install script shebang, remove the schema file from translation tracking.
10+
* build: make docs optional, but enabled in debian build. Add deprecated warnings option as well.
11+
* xapp-gtk-window.c: use gdk_error_trap_pop_ignored to quiet build warning.
12+
* xapp-gtk-window.c: Skip x11 calls if we're not running an x session.
13+
* xapp-gtk-window.c: only do an x11 check once, cache the result.
14+
15+
[ JosephMcc ]
16+
* prefs-window: Remove a stray separator
17+
18+
[ Michael Webster ]
19+
* build: Fix pkg-config generation to require header-file-included libs (fixes CI build for nemo)
20+
21+
[ NikoKrause ]
22+
* Add media-mount-symbolic icon (#37)
23+
* extract/compress icons for nemo-fileroller (#38)
24+
25+
[ Fabio Fantoni ]
26+
* debian: small improvements about python
27+
* debian: wrap-and-sort -bst
28+
* update debian/copyright
29+
* Bump debhelper build-dep and compat to 10
30+
* add debian/not-installed
31+
* Drop dh's parallel arg (no longer needed with dh >= 10)
432

5-
-- Clement Lefebvre <[email protected]> Fri, 22 Dec 2017 12:21:54 +0000
33+
-- Clement Lefebvre <[email protected]> Mon, 16 Apr 2018 15:39:24 +0100
634

735
xapp (1.0.4) sylvia; urgency=medium
836

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('xapp',
22
'c',
3-
version : '1.1.0'
3+
version : '1.2.0'
44
)
55

66
gnome = import('gnome')

0 commit comments

Comments
 (0)