~ubuntu-branches/ubuntu/trusty/keepass2/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/prefer-4.0-framework-if-available.patch/Ext/KeePass.exe.config

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2011-12-30 15:45:59 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20111230154559-3en1b9v90hswvs1w
Tags: 2.18+dfsg-1
* New upstream release
  - refresh patches
  - drop upstream applied patches:
    explicitly-PUT-for-webdav-writes.patch
    prefer-4.0-framework-if-available.patch
* add patch to improve autotype when dealing with multiple keyboard layouts
  - Thanks to amiryal for the patch
* disable initial autoupdate popup via patch
* update years in debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<configuration>
2
 
        <startup>
3
 
                <supportedRuntime version="v2.0.50727" />
4
 
                <supportedRuntime version="v4.0" />
5
 
        </startup>
6
 
        <runtime>
7
 
                <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8
 
                        <dependentAssembly>
9
 
                                <assemblyIdentity name="KeePass"
10
 
                                        publicKeyToken="fed2ed7716aecf5c"
11
 
                                        culture="neutral" />
12
 
                                <bindingRedirect oldVersion="2.0.9.0-2.1.6.0"
13
 
                                        newVersion="2.1.6.16253" />
14
 
                        </dependentAssembly>
15
 
                </assemblyBinding>
16
 
                <enforceFIPSPolicy enabled="false" />
17
 
        </runtime>
18
 
</configuration>