Skip to content

Commit 9fa01c0

Browse files
0.9.6
another update
1 parent f472b06 commit 9fa01c0

File tree

7 files changed

+361
-22
lines changed

7 files changed

+361
-22
lines changed

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ K. Dohmann - harlekin_666 #at# gmx (dot) net
1414

1515
Andre Fantomass - ai #at# bsdler (dot) de
1616

17+
Paul Griffith - paulg #at# cs (dot) yorku (dot) ca
18+
1719
Kristofer Kiik - kristofer.kiik #at# gmail (dot) com
1820

1921
Suuri Kikkeli - suurikikkeli #at# yahoo (dot) com

ChangeLog

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Thu Mar 16 2006
2+
-----------------------------
3+
V 0.9.6
4+
5+
WPKG-0.9.6-test2 released as 0.9.6 (stable) - no changes.
6+
7+
8+
Tue Mar 14 2006
9+
-----------------------------
10+
V 0.9.6-test1
11+
12+
- a fix by Paul Griffith to deal with "checkType undefined error".
13+
14+
15+
Tue Mar 07 2006
16+
-----------------------------
17+
V 0.9.6-test1
18+
19+
- three patches, which implement:
20+
* "logical tests" - http://wpkg.org/index.php/Logical_tests
21+
* "version checking" - http://wpkg.org/index.php/Version_checking
22+
* "package dependencies" - http://wpkg.org/index.php/Package_dependencies
23+
24+
Thanks to Frank Lee for all new features!
25+
26+
127
Sun Mar 05 2006
228
-----------------------------
329
V 0.9.5

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
wpkg - Windows automated software deployment tool
22
Copyright (C) 2003 Jerry Haltom
3-
Copyright (C) 2005 Tomasz Chmielewski <tch (at) unc . edu>
3+
Copyright (C) 2005 Tomasz Chmielewski <tch (at) wpkg . org>
44
Copyright (C) 2005 Aleksander Wysocki <papopypu (at) op . pl>
55

66

hosts.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
<!-- Lists host names and associated profile. This file can be edited
44
directly, or even created automatically depending on your
5-
environment. -->
5+
environment.
6+
7+
For more info, see http://wpkg.org/index.php/Category:Documentation
8+
9+
-->
610

711
<wpkg>
812

913
<host name="hostname" profile-id="custom" />
1014

1115

1216
<!-- This one will match all hosts that were not matched before.
13-
For more info on regexp matching, see the documentation on htp://wpkg.org -->
17+
For more info on regexp matching, see the documentation on http://wpkg.org/index.php/Regular_expression_support -->
1418

1519
<host name=".+" profile-id="other" />
1620

packages.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
env Sets an environmental variable to the specified value.
4242
4343
THIS IS A SAMPLE FILE
44+
45+
For more info, see http://wpkg.org/index.php/Category:Documentation
4446
4547
-->
4648

profiles.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
other profiles, the end result being the sum of all required packages.
88
99
THIS IS A SAMPLE FILE
10+
11+
For more info, see http://wpkg.org/index.php/Category:Documentation
1012
1113
-->
1214

0 commit comments

Comments
 (0)