]> arthur.barton.de Git - pt.git/blob - ChangeLog
Detect correct MacPorts base version with MacPorts >1.6.
[pt.git] / ChangeLog
1
2                          pt -- the MacPorts port tool
3             Copyright (c)2007,2008 Alexander Barton, alex@barton.de
4
5                               History & Changes
6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7
8 pt 0.1.0 (2008-06-27)
9
10   - Imported source code into GIT.
11   - Removed (never used) CVS $Id$ tags.
12   - New command "freshup" to update port database and list outdated port(s).
13   - Added the command "outdated" to the usage help text.
14   - Makefile: ignore .git/ on "dist" target, fix output of "check" target.
15
16 pt 0.0.9 (2007-11-15)
17
18   - Implemented "make install".
19   - New target "info": show information to specified port.
20
21 pt 0.0.8 (2007-09-10)
22
23   - fixed the function which checks if a port is installed or not:
24     Port_Installed always returned false.
25   - New target "outdated" (aka "list-outdated"): show outdated ports.
26   - Fixed the return code of some functions, for example "update".
27
28 pt 0.0.7 (2007-05-09)
29
30   - Added "check" and "distcheck" make targets.
31   - Display number of inactive ports as well, if any.
32   - Check for "Maintainers:" field instead for "Platforms:", when using
33     "port info" to check for a port.
34   - Display number of required ports when listing dependencies.
35   - Respect the terminal width when dumping "package state lists" like
36     which packages are required for an installation.
37
38 pt 0.0.6 (2007-04-16)
39
40   - First "public" release, announced in #alt on irc.barton.de :-)
41