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