Codebase list virt-viewer / 20a7fb8
Updates for 0.3.1 release Daniel P. Berrange 13 years ago
3 changed file(s) with 19 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 2011-02-21 Daniel P. Berrange <dan@berrange.com>
1
2 * configure.ac:
3 Fix typo in SPICE configure setup
4 [cfb261f0ffed] [tip]
5
6 * .hgtags:
7 Added tag release-0.3.0 for changeset 807203083e74
8 [22b287a68428]
9
10 * ChangeLog, NEWS, README, configure.ac:
11 Updates for 0.3.0 release
12 [807203083e74] [release-0.3.0]
113
214 * virt-viewer.spec.in:
315 Fix misc RPM specfile bugs
4 [74bd54a2be1b] [tip]
16 [74bd54a2be1b]
517
618 2011-02-11 Daniel P. Berrange <dan@berrange.com>
719
00 Virt Viewer News
11 ================
2
3 0.3.1: Feb 21, 2011
4 -------------------
5
6 - Fix typo in configure script that broke SPICE
27
38 0.3.0: Feb 21, 2011
49 -------------------
00
1 AC_INIT(virt-viewer, 0.3.0)
1 AC_INIT(virt-viewer, 0.3.1)
22 AC_CONFIG_SRCDIR(src/main.c)
33 AM_CONFIG_HEADER(config.h)
44 dnl Make automake keep quiet about wildcards & other GNUmake-isms