xpra icon
Bug tracker and wiki

Changeset 148 in xpra


Ignore:
Timestamp:
08/31/11 21:21:25 (21 months ago)
Author:
antoine
Message:

release 0.0.7.25: bump version, update changelog and build files

Location:
trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r147 r148  
     1xpra (0.0.7.25-1) UNRELEASED; urgency=low 
     2 
     3  * Use xmodmap to grab the exact keymap, this should ensure all keys are mapped correctly 
     4  * Reset modifiers whenever we gain or lose focus, or when the keymap changes 
     5 
     6 -- Antoine Martin <antoine@nagafix.co.uk>  Wed, 31 Aug 2011 19:26:34 +0700 
     7 
    18xpra (0.0.7.24-1) UNRELEASED; urgency=low 
    29 
     
    411  * Keyboard fixes for AltGr and special keys for non Unix-like clients 
    512 
    6  -- Antoine Martin <antoine@nagafix.co.uk>  Wed, 31 Aug 2011 19:26:34 +0700 
     13 -- Antoine Martin <antoine@nagafix.co.uk>  Mon, 15 Aug 2011 15:10:22 +0200 
    714 
    815xpra (0.0.7.23-2) UNRELEASED; urgency=low 
  • trunk/src/NEWS

    r56 r148  
     1v0.0.7.25 (2011-08-31) 
     2====================== 
     3        -- Proper keymap and modifiers support 
     4 
     5 
    16v0.0.7.21 (2011-05-24) 
    2 ================== 
     7====================== 
    38  New features: 
    49        -- Adaptive JPEG mode (bandwidth constrained) 
     
    813 
    914v0.0.7.16 (2010-08-25) 
    10 ================== 
     15====================== 
    1116Lots of new features and options. 
    1217        -- Password file support 
  • trunk/src/parti/__init__.py

    r126 r148  
    77pygtk.require('2.0') 
    88 
    9 __version__ = "0.0.7.24" 
     9__version__ = "0.0.7.25" 
    1010import wimpiggy 
    1111assert wimpiggy.__version__ == __version__ 
  • trunk/src/wimpiggy/__init__.py

    r126 r148  
    77pygtk.require('2.0') 
    88 
    9 __version__ = "0.0.7.24" 
     9__version__ = "0.0.7.25" 
    1010svn_revision="unknown" 
  • trunk/src/xpra.spec

    r147 r148  
    3939 
    4040%changelog 
    41 * Wed Aug 31 2011 Antoine Martin <antoine@nagafix.co.uk> 0.0.7.24-1 
     41* Wed Aug 31 2011 Antoine Martin <antoine@nagafix.co.uk> 0.0.7.25-1 
     42- Use xmodmap to grab the exact keymap, this should ensure all keys are mapped correctly 
     43- Reset modifiers whenever we gain or lose focus, or when the keymap changes 
     44 
     45* Mon Aug 15 2011 Antoine Martin <antoine@nagafix.co.uk> 0.0.7.24-1 
    4246- Use raw keycodes whenever possible, should fix keymapping issues for all Unix-like clients 
    4347- Keyboard fixes for AltGr and special keys for non Unix-like clients 
  • trunk/src/xpra/__init__.py

    r126 r148  
    77pygtk.require('2.0') 
    88 
    9 __version__ = "0.0.7.24" 
     9__version__ = "0.0.7.25" 
    1010import wimpiggy 
    1111assert wimpiggy.__version__ == __version__ 
Note: See TracChangeset for help on using the changeset viewer.