summaryrefslogtreecommitdiffstats
path: root/encap/ChangeLog
blob: b4955031376e9e5ef7dc62e8160eb317d91d4886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
== Release Notes ==
 0.1::
 * Initial Released Version
 * Work needs to be done to minimize size of distribution. In 0.1
   libraries and binaries are not stripped, and there is a lot of
   pruning that can be done of individual packages.

 0.2::
 * Updated bcfg2 to 0.8.2pre7
 * Updated README to point to mcs.anl.gov resources

 0.3::
 * Updated bcfg2 to 0.8.2pre10

 0.4::
 * Versions before this version won't work without manually fixing paths
 * Added patches so paths actually exist, specifically:
   * bcfg2.conf default location is /usr/local/etc
   * epkg/encap paths changed to encap default /usr/local paths
   * schema prefix patch (changeset 1953) applied
   * default schema prefix changed to /usr/local/lib/bcfg2
 * Added mirror of all packages downloaded by the profiles at 
   http://www.pobox.com/users/dclark/mirror and made mirror default for
   those downloads
   * Set up automatic hourly mirror of bcfg2 ftp site *.tar.gz files
   * Mirror of other packages is manual (but deps shouldn't change often)

 0.5::
 * Removed external download of patches as that was not working consistently;
   replaced with patches inline the bcfg2 encap profile (.ep file)
 * Added GNU patch dependency, both for bcfg2 patches and call from Cfg.py
 * Fixed bcfg-repo-validate so it can find xmllint (as b2-xmllint)
 
 0.6::
 * Updated bcfg2 to 0.8.2 (released version)
 * Removed r1953 patch from bcfg2 profile, since that is included in 0.8.2
 * Added alpha version warning

 0.7::
 * Added Solaris support

 0.8::
 * Added python code to fix paths; removed inline patch & GNU patch dependency
   * Path change happens as part of install, logged to postinstall.log
 * Changed prefix from b2 to b2- to disambiguate from system commands  
 * Fixes to make man pages easier to access
 * Install tools as b2-example-tools-*
 * Added some auxiliary tools under tools/ directory
   * daemontools - cross-platform alternative to init scripts/cron
   * ostiary - simple/secure daemon for kicking off a local script
   * epkg Makefile - to build epkg when prebuilt binaries aren't available
   
 0.9::
 * Major directory structure changes