~ubuntu-branches/debian/squeeze/virt-viewer/squeeze

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther, Guido Günther, Laurent Léonard
  • Date: 2010-02-02 21:27:29 UTC
  • mfrom: (1.2.1 upstream) (2.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20100202212729-8jp220b4xzqel70t
Tags: 0.2.1-1
[ Guido Günther ]
* [c2945b4] bump standards version
* [8ca5ea3] exclude plugins from dh_makeshlibs

[ Laurent Léonard ]
* [39043d7] Remove libtool issue fix.
* [a460a21] Revert "Remove libtool issue fix." This reverts commit
  39043d7460220d7aeecb30b7b489e9064b591440.
* [9ab8056] Bump Debhelper version to 7.
* [366e279] Bump Standards-Version to 3.8.3.
* [0a4e524] Clean debian/rules.
* [e662ab7] Remove debian/docs.
* [409e5bf] Update clean target in debian/rules.
* [a57c8ba] Allow DM upload and add myself as uploader.
* [2f26f4f] Clean debian/watch.

[ Guido Günther ]
* [6806613] Imported Upstream version 0.2.1
* [b956a6e] Build-dep on intltool
* [b6fa2e2] Use xulrunner-dev instead of iceape-dev
* [431a46e] New patch 0001-Fix-build-with-xulrunner-1.9.1.patch: Fix build
  with xulrunner 1.9.1
* [c3381c5] New patch 0002-Define-GLADE_DIR.patch: Define GLADE_DIR
* [720c999] Depend on virt-viewer
* [94828c7] New patch 0003-Add-some-docs.patch: Adds some docs
* [8aaf986] Add example web page
* [ae04386] Warn about security implications

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-01-13  raven  <raven@fedoraproject.org>
 
2
 
 
3
        * po/pl.po:
 
4
        Sending translation for Polish
 
5
        [d114aac4cfb8] [tip]
 
6
 
 
7
2010-01-12  "Daniel P. Berrange  <berrange@redhat.com>
 
8
 
 
9
        * src/viewer.c:
 
10
        Add message dialog displays for important error scenarios
 
11
        [6d1f30e5fb71]
 
12
 
 
13
        * src/auth.glade:
 
14
        Fix warning with default widget focus in auth dialog
 
15
        [e0e91e221add]
 
16
 
 
17
        * src/viewer.c:
 
18
        Add dialog to alert user to unsuccessful authentication & retry
 
19
        Alert user if VNC server has no compatible auth methods Support VNC
 
20
        bell & cut text events
 
21
        [f098a86755a7]
 
22
 
 
23
        * configure.ac:
 
24
        Turn on automake's silent build rules if available
 
25
        [d388340febbc]
 
26
 
 
27
        * src/main.c, src/viewer.c:
 
28
        Various cleanups for Glib/GTK and BZ 474213
 
29
        [c13f1d31eab7]
 
30
 
 
31
2010-01-11  raven  <raven@fedoraproject.org>
 
32
 
 
33
        * po/pl.po:
 
34
        Sending translation for Polish
 
35
        [31af732a9a55]
 
36
 
 
37
2010-01-11  "Daniel P. Berrange  <berrange@redhat.com>
 
38
 
 
39
        * .hgignore, mingw32-virt-viewer.spec.in, po/LINGUAS, po/virt-
 
40
        viewer.pot, src/about.glade, virt-viewer.spec.in:
 
41
        Add 'pl' to LINGUAS. Remove accidentally committed .pot file and add
 
42
        it to .hgignore. Add RPM specfile magic for translations. Fix typo
 
43
        in about.glade URL
 
44
        [09c9db915104]
 
45
 
 
46
2010-01-11  raven  <raven@fedoraproject.org>
 
47
 
 
48
        * po/pl.po, po/virt-viewer.pot:
 
49
        Sending translation for po/pl.po
 
50
        [affb21844c39]
 
51
 
 
52
2010-01-11  "Daniel P. Berrange  <berrange@redhat.com>
 
53
 
 
54
        * .hgignore, Makefile.am, autogen.sh, configure.ac, intltool-
 
55
        extract.in, intltool-merge.in, intltool-update.in, po/LINGUAS,
 
56
        po/POTFILES.in, src/Makefile.am, src/main.c:
 
57
        Add support for i18n of the UI
 
58
 
 
59
        Add all the boilerplate code required for doing i18n of the UI. No
 
60
        translations available yet though
 
61
        [07db22b2f766]
 
62
 
 
63
2009-08-15  "Yann E. MORIN"  <yann.morin.1998@anciens.enib.fr>
 
64
 
 
65
        * src/util.h:
 
66
        viewer: fix build on 'old' GTK2
 
67
 
 
68
        Debian lenny has gtk2 2.12.12, which is missing
 
69
        gtk_widget_get_window. Provide our own function if GTK2 <= 2.12 .
 
70
 
 
71
        Highly inspired from: http://osdir.com/ml/svn-commits-
 
72
        list/2009-08/msg00725.html
 
73
        [e05cd5be9c36]
 
74
 
 
75
2009-07-29  "Daniel P. Berrange  <berrange@redhat.com>
 
76
 
 
77
        * .hgtags:
 
78
        Added tag release-0.2.0 for changeset b38a2c67ebfd
 
79
        [99ba88ee7820]
 
80
 
 
81
        * NEWS, configure.ac, virt-viewer.spec.in:
 
82
        Update for 0.2.0 release
 
83
        [b38a2c67ebfd] [release-0.2.0]
 
84
 
 
85
        * plugin/Makefile.am:
 
86
        Disable compile errors in plugin till we figure out what's up with
 
87
        the header files
 
88
        [f2fabc428441]
 
89
 
 
90
        * mingw32-virt-viewer.spec.in, virt-viewer.spec.in:
 
91
        Update deps in rpm
 
92
        [d5ef17c7856e]
 
93
 
 
94
        * src/viewer.c:
 
95
        Ensure VNC display is centered if being scaled
 
96
        [f5e758b7a271]
 
97
 
 
98
        * src/auth.glade:
 
99
        Ensure password is not echoed
 
100
        [e826ca02a7d4]
 
101
 
 
102
        * src/auth.c, src/auth.glade, src/auth.h, src/util.h, src/viewer.c:
 
103
        Add support for libvirt graphical auth
 
104
        [a8e92767179f]
 
105
 
 
106
        * plugin/Makefile.am, src/Makefile.am, src/auth.c, src/auth.h,
 
107
        src/events.c, src/events.h, src/util.c, src/util.h, src/viewer.c,
 
108
        src/viewer.h:
 
109
        Pull auth code out into separate file
 
110
        [1471c65b8280]
 
111
 
 
112
2009-07-28  "Daniel P. Berrange  <berrange@redhat.com>
 
113
 
 
114
        * plugin/Makefile.am, plugin/npshell.c, plugin/npupp.h,
 
115
        plugin/test.html, plugin/virt-viewer-plugin.c, plugin/virt-viewer-
 
116
        plugin.h, src/viewer.c:
 
117
        Make plugin work again
 
118
        [68646d3db76d]
 
119
 
 
120
        * src/viewer.c:
 
121
        Add compatability logic for drivers without domain event support
 
122
        [c29276a0f2ec]
 
123
 
 
124
        * src/viewer.c:
 
125
        Fix mouse / key grab vs modifier disabling mixup
 
126
        [6cdf7dfa223d]
 
127
 
 
128
        * configure.ac, mingw32-virt-viewer.spec.in, plugin/Makefile.am,
 
129
        src/Makefile.am, src/events.c, src/events.h, src/viewer.c, virt-
 
130
        viewer.spec.in:
 
131
        Pull glib event loop integration into tree until libvirt-glib is
 
132
        more mature
 
133
        [dd92609022ac]
 
134
 
 
135
        * src/viewer.c, src/viewer.glade:
 
136
        Re-write the way scaling/resizing works
 
137
 
 
138
        * Default to auto-resize mode where we try to fit the VNC widget 1:1
 
139
        in the main window
 
140
        * If local desktop is not large enough for VNC widget, scale down,
 
141
        maintaining aspect ratio
 
142
        * Allow the user to turn off auto-resize and have total manual control
 
143
        over window size
 
144
        * Always scale the display in fullscreen mode
 
145
        [3521ee2a63e6]
 
146
 
 
147
        * plugin/virt-viewer-plugin.c, src/main.c, src/viewer.c, src/viewer.h:
 
148
        Add a --debug command line flag
 
149
        [1a3b36e0b6f2]
 
150
 
 
151
        * src/viewer.c:
 
152
        Fix waiting for a VM that does not initially exist
 
153
        [da53b8f99cdf]
 
154
 
 
155
        * plugin/Makefile.am, plugin/npshell.c, src/Makefile.am, src/main.c,
 
156
        src/viewer.c:
 
157
        Move most of viewer code out into viewer.c
 
158
        [8f237adf2792]
 
159
 
 
160
2008-11-28  "Daniel P. Berrange  <berrange@redhat.com>
 
161
 
 
162
        * autobuild.sh, configure.ac, mingw32-virt-viewer.spec.in, virt-
 
163
        viewer.spec.in:
 
164
        Initial mingw32 build support
 
165
        [92da1556bbf9]
 
166
 
 
167
        * src/main.c:
 
168
        Use g_strdup & friends
 
169
        [029b506ca4cf]
 
170
 
 
171
        * configure.ac, src/main.c, src/usleep.c:
 
172
        Remove unused usleep code
 
173
        [ac45bee371c8]
 
174
 
 
175
2008-11-26  "Daniel P. Berrange  <berrange@redhat.com>
 
176
 
 
177
        * .hgignore, autogen.sh, configure.ac, man/virt-viewer.pod,
 
178
        plugin/Makefile.am, plugin/npshell.c, plugin/virt-viewer-plugin.c,
 
179
        plugin/virt-viewer-plugin.h, src/Makefile.am, src/about.glade,
 
180
        src/auth.glade, src/main.c, src/viewer.glade, src/viewer.h, virt-
 
181
        viewer.spec.in:
 
182
        Re-write completely to use Glade, libvirt events, and libvirt-glib
 
183
        integration
 
184
        [8e98b3d44c8d]
 
185
 
 
186
2008-11-03  "Daniel P. Berrange  <berrange@redhat.com>
 
187
 
 
188
        * plugin/Makefile.am:
 
189
        Fix rule to use DESTDIR on plugin install
 
190
        [e70af57502f9]
 
191
 
 
192
2008-10-10  "Richard W.M. Jones  <rjones@redhat.com>
 
193
 
 
194
        * .hgignore, ChangeLog, configure.ac, src/Makefile.am, src/main.c,
 
195
        src/usleep.c:
 
196
        * configure.ac, src/Makefile.am, src/main.c, src/usleep.c: Support
 
197
        for building on Windows using MinGW compiler toolchain (or
 
198
        for cross-compiling using the same).
 
199
 
 
200
         * .hgignore: Ignore some generated files.
 
201
        [2cce513346ae]
 
202
 
 
203
2008-06-17  "Daniel P. Berrange  <berrange@redhat.com>
 
204
 
 
205
        * src/main.c:
 
206
        Add error message when conecting to inactive VM (Hiroyuki Kaguchi)
 
207
        [57d1fb020d57]
 
208
 
 
209
2008-04-27  "Daniel P. Berrange  <berrange@redhat.com>
 
210
 
 
211
        * configure.ac, src/main.c:
 
212
        Use GTK apis for option parsing (Guido G\374nther)
 
213
        [5299a3aaebb5]
 
214
 
 
215
2008-04-23  "Daniel P. Berrange  <berrange@redhat.com>
 
216
 
 
217
        * AUTHORS, src/main.c:
 
218
        Avoid caching inactive domain to workaround issues with older XenD
 
219
        (Hiroyuki Kaguchi)
 
220
        [7f20b8bb6abd]
 
221
 
 
222
2008-04-22  "Daniel P. Berrange  <berrange@redhat.com>
 
223
 
 
224
        * AUTHORS, src/main.c:
 
225
        Call gtk_init early to ensure it grabs args like --sync
 
226
        [5f14440985f8]
 
227
 
 
228
2008-04-08  "Daniel P. Berrange  <berrange@redhat.com>
 
229
 
 
230
        * man/virt-viewer.pod:
 
231
        Fix manpage typo
 
232
        [e2ee322e3d1a]
 
233
 
 
234
2008-03-21  "Daniel P. Berrange  <berrange@redhat.com>
 
235
 
 
236
        * configure.ac:
 
237
        Bump GTK dep to 2.10.0
 
238
        [d8cf9d390762]
 
239
 
 
240
2008-03-10  "Daniel P. Berrange  <berrange@redhat.com>
 
241
 
 
242
        * .hgtags:
 
243
        Added tag release-0.0.3 for changeset 05f9c167354b
 
244
        [5d426425c850]
 
245
 
 
246
        * ChangeLog, NEWS:
 
247
        Refresh news / changelog for release
 
248
        [05f9c167354b] [release-0.0.3]
 
249
 
1
250
2008-03-09  "Daniel P. Berrange  <berrange@redhat.com>
2
251
 
3
252
        * autobuild.sh, configure.ac, virt-viewer.spec.in:
4
253
        Added -plugin sub RPM, disabled by default, except for autobuild
5
 
        [efcac0fc56b5] [tip]
 
254
        [efcac0fc56b5]
6
255
 
7
256
2008-03-08  "Daniel P. Berrange  <berrange@redhat.com>
8
257
 
107
356
        * Merge
108
357
        [c40130b3a7ec]
109
358
 
 
359
2007-08-15  "Daniel P. Berrange  <berrange@redhat.com>
 
360
 
 
361
        * COPYING, INSTALL:
 
362
        Added COPYING/INSTALL files
 
363
        [1f83ef35bb59]
 
364
 
 
365
2007-08-27  "Daniel P. Berrange  <berrange@redhat.com>
 
366
 
110
367
        * src/main.c:
111
368
        Added initial ability to connect remote hosts
112
369
        [ac9cae161efb]
121
378
 
122
379
2007-08-15  "Daniel P. Berrange  <berrange@redhat.com>
123
380
 
124
 
        * COPYING, INSTALL:
125
 
        Added COPYING/INSTALL files
126
 
        [1f83ef35bb59]
127
 
 
128
381
        * .hgtags:
129
382
        Added tag release-0.0.1 for changeset 2b78ab2d18ce
130
383
        [916abae9a263]