| | 34 | Changes 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. |