|
Revision 122, 374 bytes
(checked in by bradfitz, 3 years ago)
|
|
Checking in changes prior to tagging of version 1.04. Changelog diff is:
Index: CHANGES
===================================================================
--- CHANGES (revision 121)
+++ CHANGES (working copy)
@@ -1,3 +1,9 @@
+1.04 (2007-05-22)
+
+ - no code changes, just packaging/dep/test fixes, as pointed out
+ by Dan Rench <drench@…>
+
1.03
+
- first packaged release, now that all SixApart products have been
using this heavily for quite some time. it's overdue.
|
| Line | |
|---|
| 1 | MANIFEST.bak |
|---|
| 2 | ts1.db |
|---|
| 3 | ts2.db |
|---|
| 4 | build-stamp |
|---|
| 5 | install-stamp |
|---|
| 6 | .shipit |
|---|
| 7 | svn-commit.tmp |
|---|
| 8 | |
|---|
| 9 | # Avoid version control files. |
|---|
| 10 | \bRCS\b |
|---|
| 11 | \bCVS\b |
|---|
| 12 | ,v$ |
|---|
| 13 | \B\.svn\b |
|---|
| 14 | |
|---|
| 15 | # Avoid Makemaker generated and utility files. |
|---|
| 16 | \bMANIFEST\.bak |
|---|
| 17 | \bMakefile$ |
|---|
| 18 | \bblib/ |
|---|
| 19 | \bMakeMaker-\d |
|---|
| 20 | \bpm_to_blib$ |
|---|
| 21 | |
|---|
| 22 | # Avoid Module::Build generated and utility files. |
|---|
| 23 | \bBuild$ |
|---|
| 24 | \b_build/ |
|---|
| 25 | |
|---|
| 26 | # Avoid temp and backup files. |
|---|
| 27 | ~$ |
|---|
| 28 | \.old$ |
|---|
| 29 | \#$ |
|---|
| 30 | \b\.# |
|---|