~ubuntu-branches/ubuntu/lucid/vino/lucid

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-09-03 11:55:06 UTC
  • mto: (2.1.22 gutsy) (4.1.1 sid) (1.1.35 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070903115506-69p297ypxu1idg8x
Tags: upstream-2.19.92
ImportĀ upstreamĀ versionĀ 2.19.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==================== 2.19.92 ====================
 
2
 
 
3
2007-09-02  Jonh Wendell  <jwendell@gnome.org>
 
4
 
 
5
        * configure.in: pre-release bump version to 2.19.92
 
6
 
 
7
2007-09-02  Jonh Wendell  <jwendell@gnome.org>
 
8
 
 
9
        * server/vino-fb.c (vino_fb_init_xdamage):
 
10
          Check if we are running at a composited screen and disable XDamage
 
11
          extension. We should remove this check when XDamage work perfectly
 
12
          with 3d desktop. Thanks to Pretto for the testing. Closes #383147.
 
13
 
 
14
2007-09-01  Dan Winship  <danw@novell.com>
 
15
 
 
16
        * configure.in: check for XKB
 
17
 
 
18
        * server/vino-input.c: If the server supports XKB, use that rather
 
19
        than core X calls to get the keyboard mapping. Add support for
 
20
        multiple keyboard groups, and watch xkb events to notice when the
 
21
        keyboard layout changes.
 
22
 
 
23
2007-08-31  Jonh Wendell  <jwendell@gnome.org>
 
24
 
 
25
        * MAINTAINERS:
 
26
          Updated to the new format.
 
27
 
 
28
2007-08-30  Jonh Wendell  <jwendell@gnome.org>
 
29
 
 
30
        * server/vino-server.c (vino_server_client_disconnected):
 
31
          Check if the icon exists before trying to unref it.
 
32
 
 
33
2007-08-13  Jonh Wendell  <jwendell@gnome.org>
 
34
 
 
35
        * configure.in: post-release bump to 2.19.91
 
36
 
1
37
==================== 2.19.90 ====================
2
38
 
3
39
2007-08-13  Jonh Wendell  <jwendell@gnome.org>