Codebase list virt-viewer / ce726a9
Prepare for release 0.5.1 Daniel P. Berrange 12 years ago
2 changed file(s) with 10 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 0.5.1: Feb 17, 2012
4 -------------------
5
6 - Import newer translations from transifex
7 - Fix build system to ensure we don't loose GNU_RELRO
8 security feature
9 - Don't link virt-viewer binary against spice controller
10 - Add back compat for GObject 2.22 which lacks GBinding
211
312 0.5.0: Feb 14, 2012
413 -------------------
00
1 AC_INIT(virt-viewer, 0.5.0)
1 AC_INIT(virt-viewer, 0.5.1)
22 AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
33 AM_CONFIG_HEADER(config.h)
44 dnl Make automake keep quiet about wildcards & other GNUmake-isms