Changes between Version 27 and Version 28 of pkg-apt

Show
Ignore:
Timestamp:
07/04/12 14:33:30 (11 months ago)
Author:
maphew
Comment:

updated for release 0.0-8

Legend:

Unmodified
Added
Removed
Modified
  • pkg-apt

    v27 v28  
    88 * Maintained by MattWilkie 
    99 
    10 Current package version is '''v0.0-7'''. It can  be found under Commandline Utilities in the setup.exe installer. 
     10Current package version is '''v0.0-8'''. It can  be found under Commandline Utilities in the setup.exe installer. 
    1111 
    1212First time use, from within OSGeo4W shell: 
     
    3232 
    3333== History == 
     34Changes for v0.0-8: 
     35        * r1192 - close ticket #281, by ignoring the leading dot slash in filenames (./foo.bat --> foo.bat) when searching for matches in the installed files manifest 
     36        * r1190 - #289: apt to allow trailing characters after package version number. It should allow names like xxx-3.1.1-3-devel in addition to the usual xxx-3.1.1-3 
     37        * r1188 - close #53. All commands should now exit gracefully with msg if incomplete. 
     38        * r1185 - close #285, new function to list files belonging to package X. Only works for installed packages. 
     39        * r1183 - apt now runs `etc/preremove` batch file for package before uninstalling. Ticket #271, please test. 
     40        * r1182 - finally realised the simplest way to deal with leftover .tmpl files is to not remove their name from the install manifest :) Closes #224.    
    3441Changes for v0.0-7: 
    3542    * Apt is now packaged as a compiled `apt.exe` as well as source `apt-dev.py`. The .exe should allow replacing of itself (and other osgeo4w packages like python) in place. This comes at the cost of a larger package, up to 2.5mb from 8kb.