source: ProjectBuilder/pbconf/0.9.7/ProjectBuilder/pbcl@ 803

Last change on this file since 803 was 803, checked in by Bruno Cornec, 15 years ago

syntax

File size: 3.5 KB
Line 
1# $Id$
2
3PERL-PROJECTBUILDER CHANGES
4
50.9.7 (2009-07-04)
6- pb_distro_init now returns a 7th paramater which is the arch, useful for pbdistrocheck (Bruno Cornec)
7- pb_distro_init accepts now a third parameter (arch) in order to force the setup of the update command for VEs (Bruno Cornec)
8- pb_get_arch placed lower in the modules tree and used everywhere uname was used (Bruno Cornec)
9- Adds Asianux support to pb for MondoRescue official packages support (Bruno Cornec)
10
110.9.6 (2009-02-19)
12- Add support for addition of repository on the fly at build time with addrepo (Bruno Cornec)
13- Fix debian build deps computation and installation (Bruno Cornec)
14- Add support for VE using rinse (tested), mock (coded) and chroot (tested), schroot (planned) (Bruno Cornec)
15- Improved centos support (Bruno Cornec)
16- Differentiate between Scripts for VE and VM with 2 tags (Bruno Cornec)
17- Have a working newve, setupve and cms2ve sequence for rinse and centos 4 and 5 at least (Bruno Cornec)
18- Remove the external locale dependece to use the one provided by perl (Bruno Cornec)
19- Adds GIT support for schroot (Bruno Cornec)
20- Adds SOCKS support for all VCS commands by adding a new pbsockscmd option in .pbrc (tested with git access behind proxy) (Bruno Cornec)
21- Improve PATH variable on new SuSE distro so that yast2 is found (Bruno Cornec)
22- Remove the suffix from the rpm changelog file as per fedora rules (Bruno Cornec)
23- Fix a bug in conf file handling when tag is using a '.' which wasn't supported by the regexp (Bruno Cornec)
24
250.9.5 (2008-12-09)
26- pb_get_distro => pb_distro_get for homogeneity (Bruno Cornec)
27- pb now uses pb_distro_installdeps in VM/VE setup (Bruno Cornec)
28- Adds function pb_distro_installdeps to automatically istall dependencies on distro before building (Bruno Cornec)
29- Adds pb_distro_only_deps_needed to compute the packages in a list whose installation is really needed (Bruno Cornec)
30- change pb_distro_init interface and add a 6th parameter which is the update CLI to use for that distro (Bruno Cornec)
31- Add support for RHAS 2.1 to pb as rhel-2.1 (Bruno Cornec)
32
330.9.4 (2008-09-29)
34- Debian packages are now working - Fix #26 and #33 (Bruno Cornec/Bryan Gartner)
35- Add support for specific naming conventions such as perl modules - Fix #32 (Bruno Cornec)
36- Add a pb_set_content function (Bruno Cornec)
37- Fix CVS export function to also use tags passed in param (Bruno Cornec)
38
390.9.3 (2008-08-07)
40- pb_conf_init introduced to allow projects using pb functions to setup the PBPROJ variable correctly (Bruno Cornec)
41- New parameters for pb_system: mayfail and quiet (Bruno Cornec)
42- Working patch support added to pb - tested with buffer - Fix #28 (Bruno Cornec)
43- all global variables are prefixed with pb (Bruno Cornec)
44- Use of pb_display and pb_display_init added (Bruno Cornec)
45- announce is now supported in pb (Bruno Cornec)
46
470.9.2 (2008-05-13)
48- Fix a bug in pb_conf_get_fromfile_if (using last instead of next) (Bruno Cornec)
49- Fix #24 error in analysing filteredfiles (Bruno Cornec)
50- Fix Ubuntu issue on distribution detection (Bruno Cornec)
51- Move the pb_env_init function to a separate module to allow pbinit usage (Bruno Cornec)
52- Adds support for a build system conf file under $vmpath/.pbrc or $vepath/.pbrc (Bruno Cornec)
53
540.9.1 (2008-04-25)
55- Creation of this project based on a split of functions from pb to support also dploy.org (Bruno Cornec)
56- Documentation of functions (Bruno Cornec)
57- Availability of generic syntax functions, tempfile functions, and conf file functions (Bruno Cornec)
Note: See TracBrowser for help on using the repository browser.