Display short name instead of full bug report title in README.md.

This commit is contained in:
Sebastian Lackner
2014-07-11 21:25:18 +02:00
parent 32a0e9cc9e
commit f7014738a8
15 changed files with 68 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
Author: Erich E. Hoover
Subject: Implement SIO_ADDRESS_LIST_CHANGE.
Revision: 2
Fixes: 32328
Fixes: [32328] Support for interface change notifications

View File

@@ -1,5 +1,5 @@
Author: Erich E. Hoover
Subject: Store and return security attributes with extended file attributes.
Revision: 6
Fixes: 31858
Fixes: 34406
Fixes: [31858] Support for stored file ACLs
Fixes: [34406] Support for inherited file ACLs

View File

@@ -5,4 +5,5 @@ Revision: 1
Author: Sebastian Lackner
Subject: Update gl_drawable for embedded windows.
Revision: 1
Changes: XEMBED support for embedding Wine windows inside Linux applications
Fixes: XEMBED support for embedding Wine windows inside Linux applications

View File

@@ -1,4 +1,5 @@
Author: Sebastian Lackner
Subject: Change return value of stub SetNamedPipeHandleState to TRUE.
Revision: 1
Fixes: 17273
Fixes: [17273] Workaround for TransactNamedPipe not being supported

View File

@@ -1,7 +1,7 @@
Author: Maarten Lankhorst
Subject: Winepulse patches extracted from https://launchpad.net/~ubuntu-wine/+archive/ppa/+files/wine1.7_1.7.19-0ubuntu2~trusty2.debian.tar.gz.
Revision: 3
Changes: Support for PulseAudio backend for audio
Fixes: Support for PulseAudio backend for audio
# Both patches modify configure.ac
Depends: 02-ACL_Extended_Attributes

View File

@@ -1,4 +1,4 @@
Author: Erich E. Hoover
Subject: Implement GetVolumePathName.
Revision: 1
Changes: Support for GetVolumePathName
Fixes: Support for GetVolumePathName

View File

@@ -1,7 +1,7 @@
Author: Erich E. Hoover
Subject: Support for junction points/reparse points.
Revision: 1
Fixes: 12401
Fixes: [12401] Support for Junction Points
# Both patches modify dlls/kernel32/volume.c
Depends: 07-GetVolumePathName

View File

@@ -1,7 +1,7 @@
Author: Erich E. Hoover
Subject: Implement TransmitFile.
Revision: 1
Fixes: 5048
Fixes: [5048] Support for TransmitFile
# both patches modify server/sock.c
Depends: 01-Address_Change_Notification

View File

@@ -1,4 +1,4 @@
Author: Erich E. Hoover
Subject: Implement missing fonts expected by Silverlight.
Revision: 1
Fixes: 32323
Fixes: [32323] Implement an Arial replacement font

View File

@@ -1,4 +1,4 @@
Author: Sebastian Lackner
Subject: Use lockfree implementation for get_cached_fd.
Revision: 4
Changes: Lockfree algorithm for filedescriptor cache (improves file access speed)
Fixes: Lockfree algorithm for filedescriptor cache (improves file access speed)

View File

@@ -1,4 +1,4 @@
Author: Sebastian Lackner
Subject: Workaround for broken implementation of shlwapi url functions.
Revision: 1
Changes: Workaround for shlwapi URLs with relative paths
Fixes: Workaround for shlwapi URLs with relative paths

View File

@@ -1,4 +1,4 @@
Author: Sebastian Lackner
Subject: Partial implementation of WTSEnumerateProcessesW.
Revision: 1
Fixes: 29903
Fixes: [29903] Add implementation of WTSEnumerateProcessesW

View File

@@ -14,5 +14,5 @@ Author: Sebastian Lackner
Subject: Implement X11DRV_FLUSH_GDI_DISPLAY ExtEscape command.
Revision: 1
Changes: Reduced SetTimer minimum value from 15 ms to 5 ms (improves Silverlight framerates)
Changes: Other Pipelight specific enhancements
Fixes: Reduced SetTimer minimum value from 15 ms to 5 ms (improves Silverlight framerates)
Fixes: Other Pipelight specific enhancements