home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / DP / Programmation / PureBasic_Demo / Extras / PoolMem / PoolMem.readme < prev    next >
Encoding:
Text File  |  1999-10-10  |  2.5 KB  |  80 lines

  1. Short:    Memory defragmentizer/AllocP superset
  2. Uploader: thor@math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@math.tu-berlin.de (Thomas Richter)
  4. Type:     util/sys
  5. Version:  1.46
  6. Requires: OS 3.0
  7.  
  8.  
  9. IMPORTANT NOTE:    This is now a real¹ PoolMem release, 1.46. Someone uploaded
  10. a bogus 1.45 release with a trojan to the Aminet. Please replace any 1.45
  11. release by this 1.46. There never WAS an official 1.45 release.
  12.  
  13. ¹) Hoping that nobody uploads now a trojan of the 1.46. You can always cross
  14. check releases of my software by looking at my home page, or downloading my
  15. software from there in first place. My web page is *much* safer:
  16.  
  17.     http://www.tu-berlin.de/~thor/thor/index.html
  18.  
  19. In case you see a newer release on the Aminet and this release does not show
  20. up on my home page in a couple of days, you should get suspicious.
  21. ______________________________________________________________________________
  22.  
  23.             Version History
  24.  
  25. This is not the complete version history, check the PoolMem.guide for details.
  26. ______________________________________________________________________________
  27.  
  28. 1.46:
  29.  
  30. Made sure that the PoolMem allocated memory headers are always in public
  31. memory. NOTE THAT THERE IS NO 1.45 RELEASE. SOMEONE WITH A STRANGE SENSE OF
  32. HUMOUR UPLOADED A TROJAN WITH A FAKED 1.45 RELEASE. DELETE IT IMMEDIATELY AS
  33. SOON AS YOU SEE IT AND REPLACE IT BY THIS 1.46.
  34. Updated ShowMem as well.
  35.  
  36.  
  37. 1.44:
  38.  
  39. Fixed a minor problem in the allocation function that might have resulted
  40. in non-optimal memory layout on some boards and could have caused slow-downs.
  41.  
  42.  
  43. 1.43.1:
  44.  
  45. Forgot to include the latest release of ShowMem. Oops! Thanks Raphael!
  46. Note that PoolMem *is not* compatible to MuGuardianAngel!
  47.  
  48.  
  49. 1.43:
  50.  
  51. PoolMem does no longer try to pool non-MEMF_PUBLIC memory. This might be
  52. of importance if virtual memory is introduced.
  53.  
  54.  
  55. 1.42:
  56.  
  57. Added the FREEMEMRESULT option to set a result code for FreeMem(). This can
  58. be used to work around bugs of various programs, check the guide for
  59. details.
  60.  
  61. 1.41.3:
  62.  
  63. Added the RexxSerDevFix archive to the distribution. This patches a bug in
  64. the rexxserdev.library. Check the guide for details.
  65.  
  66. 1.41.2:
  67.  
  68. Fixed the description of the pgs_PatchMem program, added Carl's EMail.
  69.  
  70. 1.41.1:
  71.  
  72. Added the pgs_patchmem experimental program. Might help to avoid Photogenics
  73. crashes, but don't use it permanently. Read the guide first before trying it.
  74. Thanks goes to Carl Drougge for writing this program, and for allowing me to
  75. redistribute it.
  76. ______________________________________________________________________________
  77.  
  78. Have fun,
  79.     Thomas        July 1999
  80.