Skip to content

Commit 2f78567

Browse files
committed
3.2.5
1 parent b18cbd1 commit 2f78567

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

debian/changelog

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
xviewer (3.2.5) vanessa; urgency=medium
2+
3+
[ okaestne ]
4+
* Port to meson
5+
* control: capitalize Xviewer in package desc
6+
* fix lintian warnings
7+
* update AppStream metadata
8+
* Use meson's i18n.merge_file (gettext) ... instead of intltool-merge.
9+
* Add README.md with general information and build steps
10+
11+
[ Oliver Kästner ]
12+
* build: add install scripts for non-debian builds (#158)
13+
14+
[ okaestne ]
15+
* remove unused variables
16+
* fix misleading-indentation warnings
17+
* fix/add checked type casts
18+
* fix: move .typelib and .gir dirs into private dir
19+
20+
[ programmer-ceds ]
21+
* Handle repeated prev and next keys (#164)
22+
23+
-- Clement Lefebvre <clem@macbook> Sat, 11 Jun 2022 13:01:41 +0200
24+
125
xviewer (3.2.4) una; urgency=medium
226

327
* l10n: Update translations

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('xviewer', 'c', version: '3.2.4', meson_version: '>= 0.49')
1+
project('xviewer', 'c', version: '3.2.5', meson_version: '>= 0.49')
22

33
version = meson.project_version()
44

0 commit comments

Comments
 (0)