File tree Expand file tree Collapse file tree 7 files changed +361
-22
lines changed Expand file tree Collapse file tree 7 files changed +361
-22
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ K. Dohmann - harlekin_666 #at# gmx (dot) net
14
14
15
15
Andre Fantomass - ai #at# bsdler (dot) de
16
16
17
+ Paul Griffith - paulg #at# cs (dot) yorku (dot) ca
18
+
17
19
Kristofer Kiik - kristofer.kiik #at# gmail (dot) com
18
20
19
21
Suuri Kikkeli - suurikikkeli #at# yahoo (dot) com
Original file line number Diff line number Diff line change
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
+
1
27
Sun Mar 05 2006
2
28
-----------------------------
3
29
V 0.9.5
Original file line number Diff line number Diff line change 1
1
wpkg - Windows automated software deployment tool
2
2
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 >
4
4
Copyright (C) 2005 Aleksander Wysocki <papopypu (at) op . pl>
5
5
6
6
Original file line number Diff line number Diff line change 2
2
3
3
<!-- Lists host names and associated profile. This file can be edited
4
4
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
+ -->
6
10
7
11
<wpkg >
8
12
9
13
<host name =" hostname" profile-id =" custom" />
10
14
11
15
12
16
<!-- 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 -->
14
18
15
19
<host name =" .+" profile-id =" other" />
16
20
Original file line number Diff line number Diff line change 41
41
env Sets an environmental variable to the specified value.
42
42
43
43
THIS IS A SAMPLE FILE
44
+
45
+ For more info, see http://wpkg.org/index.php/Category:Documentation
44
46
45
47
-->
46
48
Original file line number Diff line number Diff line change 7
7
other profiles, the end result being the sum of all required packages.
8
8
9
9
THIS IS A SAMPLE FILE
10
+
11
+ For more info, see http://wpkg.org/index.php/Category:Documentation
10
12
11
13
-->
12
14
You can’t perform that action at this time.
0 commit comments