Ver Fonte

Synchronizing with source repository

Source commit: d41684695918967891179b2fa63337c66f60094b
Martin Prikryl há 7 anos atrás
pai
commit
dbdc880e40
62 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      source/packages/png/Changelog.txt
  2. 0 0
      source/putty/callback.c
  3. 0 0
      source/putty/conf.c
  4. 0 0
      source/putty/cproxy.c
  5. 0 0
      source/putty/int64.c
  6. 0 0
      source/putty/int64.h
  7. 0 0
      source/putty/logging.c
  8. 0 0
      source/putty/misc.c
  9. 0 0
      source/putty/misc.h
  10. 0 0
      source/putty/network.h
  11. 0 0
      source/putty/pgssapi.c
  12. 0 0
      source/putty/pgssapi.h
  13. 0 0
      source/putty/portfwd.c
  14. 0 0
      source/putty/portfwd_.c
  15. 0 0
      source/putty/proxy.c
  16. 0 0
      source/putty/proxy.h
  17. 0 0
      source/putty/putty.h
  18. 0 0
      source/putty/puttyexp.h
  19. 0 0
      source/putty/puttymem.h
  20. 0 0
      source/putty/puttyps.h
  21. 0 0
      source/putty/ssh.c
  22. 0 0
      source/putty/ssh.h
  23. 0 0
      source/putty/ssh_.c
  24. 0 0
      source/putty/sshaes.c
  25. 0 0
      source/putty/sshaes_.c
  26. 0 0
      source/putty/ssharcf.c
  27. 0 0
      source/putty/sshblowf.c
  28. 0 0
      source/putty/sshbn.c
  29. 0 0
      source/putty/sshcrc.c
  30. 0 0
      source/putty/sshcrcda.c
  31. 0 0
      source/putty/sshdes.c
  32. 0 0
      source/putty/sshdh.c
  33. 0 0
      source/putty/sshdss.c
  34. 0 0
      source/putty/sshgss.h
  35. 0 0
      source/putty/sshgssc.c
  36. 0 0
      source/putty/sshgssc.h
  37. 0 0
      source/putty/sshmd5.c
  38. 0 0
      source/putty/sshpubk.c
  39. 0 0
      source/putty/sshrand.c
  40. 0 0
      source/putty/sshrsa.c
  41. 0 0
      source/putty/sshsh256.c
  42. 0 0
      source/putty/sshsh512.c
  43. 0 0
      source/putty/sshsha.c
  44. 0 0
      source/putty/sshsha_.c
  45. 0 0
      source/putty/sshzlib.c
  46. 0 0
      source/putty/storage.h
  47. 0 0
      source/putty/tree234.c
  48. 0 0
      source/putty/tree234.h
  49. 0 0
      source/putty/wildcard.c
  50. 0 0
      source/putty/windows/wingss.c
  51. 0 0
      source/putty/windows/winhandl.c
  52. 0 0
      source/putty/windows/winmisc.c
  53. 0 0
      source/putty/windows/winnet.c
  54. 0 0
      source/putty/windows/winnoise.c
  55. 0 0
      source/putty/windows/winnojmp.c
  56. 0 0
      source/putty/windows/winpgntc.c
  57. 0 0
      source/putty/windows/winproxy.c
  58. 0 0
      source/putty/windows/winstore.c
  59. 0 0
      source/putty/windows/winstore_.c
  60. 0 0
      source/putty/windows/winstuff.h
  61. 0 0
      source/putty/windows/wintime.c
  62. 0 0
      source/putty/x11fwd.c

+ 3 - 3
source/packages/png/Changelog.txt

@@ -18,7 +18,7 @@ PngComponents 1.0 RC3:
 - PngImageList: Fixed memory leak in CopyPngs.
 - PngImageList: Added BeginUpdate and EndUpdate methods, to temporarily prevent the internal imagelist from being updated.
 - PngImageList: The patched methods are more efficient, because they now manipulate the internal imagelist directly, rather than relying on CopyPngs.
-- PngImageList: Added calls to Change in the patched methods.
+- PngImageList: Added calls to Change in the patched methods. 
 
 PngComponents 1.0 RC2:
 - Editor: Fixed endless loop when repetitively removing the last image in a list of at least 3 (thanks to Aleksander Oven).
@@ -39,7 +39,7 @@ PngComponents 1.0 RC2:
 - Common: Added functions CreatePNG and CreatePNGMasked, which create a new PNG object based on a bitmap and a (color or bitmap) mask.
 - Common: Added function CopyImageFromImageList, which effectively copies an image from a normal imagelist or a PngImageList into a PNG.
 - Common: Added function SlicePNG for future use. This slices a large PNG object into smaller, equally-sized ones.
-- Common: Added zlib version 1.2.2 to the PNG package (thanks to Vladimir Bochkarev).
+- Common: Added zlib version 1.2.2 to the PNG package (thanks to Vladimir Bochkarev). 
 
 PngComponents 1.0 RC1:
-- Initial public release
+- Initial public release

+ 0 - 0
source/putty/CALLBACK.C → source/putty/callback.c


+ 0 - 0
source/putty/CONF.C → source/putty/conf.c


+ 0 - 0
source/putty/CPROXY.C → source/putty/cproxy.c


+ 0 - 0
source/putty/INT64.C → source/putty/int64.c


+ 0 - 0
source/putty/INT64.H → source/putty/int64.h


+ 0 - 0
source/putty/LOGGING.C → source/putty/logging.c


+ 0 - 0
source/putty/MISC.C → source/putty/misc.c


+ 0 - 0
source/putty/MISC.H → source/putty/misc.h


+ 0 - 0
source/putty/NETWORK.H → source/putty/network.h


+ 0 - 0
source/putty/PGSSAPI.C → source/putty/pgssapi.c


+ 0 - 0
source/putty/PGSSAPI.H → source/putty/pgssapi.h


+ 0 - 0
source/putty/PORTFWD.C → source/putty/portfwd.c


+ 0 - 0
source/putty/PORTFWD_.C → source/putty/portfwd_.c


+ 0 - 0
source/putty/PROXY.C → source/putty/proxy.c


+ 0 - 0
source/putty/PROXY.H → source/putty/proxy.h


+ 0 - 0
source/putty/PUTTY.H → source/putty/putty.h


+ 0 - 0
source/putty/PUTTYEXP.H → source/putty/puttyexp.h


+ 0 - 0
source/putty/PUTTYMEM.H → source/putty/puttymem.h


+ 0 - 0
source/putty/PUTTYPS.H → source/putty/puttyps.h


+ 0 - 0
source/putty/SSH.C → source/putty/ssh.c


+ 0 - 0
source/putty/SSH.H → source/putty/ssh.h


+ 0 - 0
source/putty/SSH_.C → source/putty/ssh_.c


+ 0 - 0
source/putty/SSHAES.C → source/putty/sshaes.c


+ 0 - 0
source/putty/SSHAES_.C → source/putty/sshaes_.c


+ 0 - 0
source/putty/SSHARCF.C → source/putty/ssharcf.c


+ 0 - 0
source/putty/SSHBLOWF.C → source/putty/sshblowf.c


+ 0 - 0
source/putty/SSHBN.C → source/putty/sshbn.c


+ 0 - 0
source/putty/SSHCRC.C → source/putty/sshcrc.c


+ 0 - 0
source/putty/SSHCRCDA.C → source/putty/sshcrcda.c


+ 0 - 0
source/putty/SSHDES.C → source/putty/sshdes.c


+ 0 - 0
source/putty/SSHDH.C → source/putty/sshdh.c


+ 0 - 0
source/putty/SSHDSS.C → source/putty/sshdss.c


+ 0 - 0
source/putty/SSHGSS.H → source/putty/sshgss.h


+ 0 - 0
source/putty/SSHGSSC.C → source/putty/sshgssc.c


+ 0 - 0
source/putty/SSHGSSC.H → source/putty/sshgssc.h


+ 0 - 0
source/putty/SSHMD5.C → source/putty/sshmd5.c


+ 0 - 0
source/putty/SSHPUBK.C → source/putty/sshpubk.c


+ 0 - 0
source/putty/SSHRAND.C → source/putty/sshrand.c


+ 0 - 0
source/putty/SSHRSA.C → source/putty/sshrsa.c


+ 0 - 0
source/putty/SSHSH256.C → source/putty/sshsh256.c


+ 0 - 0
source/putty/SSHSH512.C → source/putty/sshsh512.c


+ 0 - 0
source/putty/SSHSHA.C → source/putty/sshsha.c


+ 0 - 0
source/putty/SSHSHA_.C → source/putty/sshsha_.c


+ 0 - 0
source/putty/SSHZLIB.C → source/putty/sshzlib.c


+ 0 - 0
source/putty/STORAGE.H → source/putty/storage.h


+ 0 - 0
source/putty/TREE234.C → source/putty/tree234.c


+ 0 - 0
source/putty/TREE234.H → source/putty/tree234.h


+ 0 - 0
source/putty/WILDCARD.C → source/putty/wildcard.c


+ 0 - 0
source/putty/windows/WINGSS.C → source/putty/windows/wingss.c


+ 0 - 0
source/putty/windows/WINHANDL.C → source/putty/windows/winhandl.c


+ 0 - 0
source/putty/windows/WINMISC.C → source/putty/windows/winmisc.c


+ 0 - 0
source/putty/windows/WINNET.C → source/putty/windows/winnet.c


+ 0 - 0
source/putty/windows/WINNOISE.C → source/putty/windows/winnoise.c


+ 0 - 0
source/putty/windows/WINNOJMP.C → source/putty/windows/winnojmp.c


+ 0 - 0
source/putty/windows/WINPGNTC.C → source/putty/windows/winpgntc.c


+ 0 - 0
source/putty/windows/WINPROXY.C → source/putty/windows/winproxy.c


+ 0 - 0
source/putty/windows/WINSTORE.C → source/putty/windows/winstore.c


+ 0 - 0
source/putty/windows/WINSTORE_.C → source/putty/windows/winstore_.c


+ 0 - 0
source/putty/windows/WINSTUFF.H → source/putty/windows/winstuff.h


+ 0 - 0
source/putty/windows/WINTIME.C → source/putty/windows/wintime.c


+ 0 - 0
source/putty/X11FWD.C → source/putty/x11fwd.c