source: ProjectBuilder/pbconf/devel/ProjectBuilder/pbcl@ 1267

Last change on this file since 1267 was 1267, checked in by Bruno Cornec, 13 years ago
  • Update pbcl for 0.11.2
File size: 10.0 KB
Line 
1# $Id$
2
3PERL-PROJECTBUILDER CHANGES
4
5devel (2030-01-01)
6- TBD
7
80.11.2 (2011-03-12)
9- Adds mdkonline as a dependency for Mandriva VE builds (at least afetr 2010.1) to have urpmi.update (Bruno Cornec)
10- Fix rpm repo installation for pb (missing arch) (Bruno Cornec)
11- Add support for sources.list pb repo installation for deb based distro. Fix for #81. (Bruno Cornec)
12- No repo provided for CentOS so file install. Fix for #81. (Bruno Cornec)
13- Some more fixes for full path commands with sudo (older rhel) (Bruno Cornec)
14- Fix sudo calls for sles/suse with full path (Bruno Cornec)
15
160.11.1 (2011-02-26)
17- Document [web]sshdir|port|login|host (Bruno Cornec)
18- tmout param is optional and now handled and documented as such (Bruno Cornec)
19- rmntpcmd, vmhost, vmmem, vmntpcmd and vmsize have OS keys and not project keys. Fixed in doc and code. (Bruno Cornec)
20- Mageia distributions are now working wirh pb (Bruno Cornec)
21- pb_mkdir_p doesn't return anything anymore. Test of return removed. (Bruno Cornec)
22- Add debian 6.0 build support and VMs (Bruno Cornec)
23- use --no-suggests for urpmi to allow for minimal chroot build (Bruno Cornec)
24- Add full path names on sudo (Bruno Cornec)
25- Fix pb_changelog with test for correct pb hash values which were changed previously (Bruno Cornec)
26- Detail security aspects in pb, especially for RM setup with sudo (to be improved) in file SECURITY in pb-doc (Bruno Cornec)
27- Adds codenames for Debian 6.0 and Ubuntu 11.04 (Bruno Cornec)
28- Introduction of a new hash $pbos to manage all os related info through a single data structure. All functions reviewed accordingly. Externally transparent, hopefully, but much cleaner code as a consequence. (Bruno Cornec)
29- Adds support for Remote Machines (RM). (Bruno Cornec)
30- removedot only applies to the extension generated not to the rest of the distro ver (so filters have the right name, ...) (Bruno Cornec)
31
320.10.1 (2011-01-13)
33- Prepare HP-UX port (Bruno Cornec)
34- redhat distros extension set by default to rh (Bruno Cornec)
35- Adds a global variables VERSION and REVISION for version management (Bruno Cornec)
36- Module Version.pm move to pb-modules due to that (Bruno Cornec)
37- Fix pbdistrocheck install command printing (Bruno Cornec)
38- Fix mandralinux old distro build in pb.conf (Note only non symlink release files are important) (Bruno Cornec)
39- Avoid File::MimeInfo hard requirement. Only abort if not found when needed. (Bruno Cornec)
40- Fix a bug in test modules when using Test simple only (Bruno Cornec)
41- Avoids to force a dep on Test::More. Just use Test and a fake test if Test::More is not available. (Bruno Cornec)
42- pb_system fixed to support parallel calls (Bruno Cornec)
43- Update of pb.conf.pod documentation for all changes made (Bruno Cornec)
44- Adds params to pb_distro_setuprepo to support generic family/os templates (Bruno Cornec)
45- Use new pb.conf variable (ospkg and osrepo for pkg install) (Bruno Cornec)
46- Adds function pb_distro_setuposrepo to setup pb install repo in case of package install and adds a default pbinstalltype for projects as pkg (Bruno Cornec)
47- Use pb_check_req to avoid hardcoded path of needed commands (Bruno Cornec)
48- Fix #70 by adding update commands updatevm|ve and fixes for gentoo and debian (Bruno Cornec)
49- Fix a bug in pb_system when using redirctions in the command (Bruno Cornec)
50- Rename previous option osupd into the more correct osins, and add a real osupd param to support distribution update commands (Bruno Cornec)
51- Remove dependency on Mail::Sendmail to where it's really needed (part of Log, not used yet, and annouce). In particular this removes one non std dep for VE/VM build. (Bruno Cornec)
52- Fix #66: Adds log management (contribution from joachim). Starting point, as some more work has to be done around it. (Bruno Cornec)
53- Increase number of tests for Base and fix a bug on pb_get_uri (Bruno Cornec)
54- Adds function pb_distro_getlsb and make pbdistrocheck fully lsb_release compatible (Bruno Cornec)
55- Adds a new optional "os" parameter for pb_distro_get_param (upper family such as linux) (Bruno Cornec)
56- Adds new feature: possibility to deliver in multiple variable dirs, and not just / and test (Bruno Cornec)
57- Force printing on stdout in pb_log if 0 level (Bruno Cornec)
58- Add support for LSB 3.2 (Bruno Cornec)
59- remove all dots in version when asked to (Bruno Cornec)
60- various rpmlint and lintian fixes (Bruno Cornec)
61- Adds ebuild version for pb gentoo packages (Bruno Cornec)
62
630.9.10 (2010-06-07)
64- Add support for Ubuntu 10.04 natively and with debootstrap (universe repo needed) (Bruno Cornec)
65- Project-Builder.org is licensed under the GPL v2 for the moment. (Bruno Cornec)
66- Remove the useless vemindep option and fix ospkgdep accordingly (Bruno Cornec)
67- Adds rbsopt parameter + doc to allow for passing options to rpmbootstrap such as -k now by default. (Bruno Cornec)
68- Update perl modules versions (Date-Manip is now in 6.x, still using 5.x at the moment) (Bruno Cornec)
69
700.9.9 (2010-05-01)
71- Fix a bug in the analysis of Build-Requires (middle packages were missed) (Bruno Cornec)
72- Improve conf when starting from scratch (pbproj undefined) (Bruno Cornec)
73- Improves debian build (tab/space were mixed) (Bruno Cornec)
74- Adds Centos support for setup of VE (Bruno Cornec)
75- pbdistrocheck now has a man page (Bruno Cornec)
76- Split function pb_env_init and add function pb_env_init_pbrc needed for rpmbootstrap (Bruno Cornec)
77- Adds function pb_check_requirements and use it in pb (Bruno Cornec)
78- pb_distro_get_param now can expand some variables before returning a value (Bruno Cornec)
79- fedora-12 package list updated (Bruno Cornec)
80- Rename options: veconf => rbsconf, ve4pi => rbs4pi, vepkglist => vemindep (Bruno Cornec)
81- new pb_get_postinstall generic function for rinse and rpmbootstrap (Bruno Cornec)
82- verebuild, ventp/vmntp are now optional (Bruno Cornec)
83- vetmout removed (Bruno Cornec)
84- Fixes to support ia64 chroot with centos5 - ongoing (Bruno Cornec)
85
860.9.8 (2009-10-24)
87- Removes dependency on GNU install to be more portable (Bruno Cornec)
88- Improves setupvm for RHEL 3 (Bruno Cornec)
89- Add support for Fedora 12, Mandriva 2010.0, OpenSuSE 11.2, Ubuntu 9.10 (Bruno Cornec)
90- Do not add conf files if already present in the list (changing pbconffiles into a hash for that to still keep order as this is mandatory) (Bruno Cornec)
91- Adds Solaris port, Solaris build files, generation of Solaris build file skeleton (Bruno Cornec)
92- Externalize in /etc/pb/pb.conf all distribution dependant information formely in Distribution.pm (Bruno Cornec)
93- Adds option support for pbdistrocheck (-v and -d)
94
950.9.7.1 (2009-07-05)
96- Fix a critical bug on pb, where a module was loaded optionaly with use instead of require (prevents update of VMs) (Bruno Cornec)
97
980.9.7 (2009-07-04)
99- pb_distro_init now returns a 7th paramater which is the arch, useful for pbdistrocheck (Bruno Cornec)
100- pb_distro_init accepts now a third parameter (arch) in order to force the setup of the update command for VEs (Bruno Cornec)
101- pb_get_arch placed lower in the modules tree and used everywhere uname was used (Bruno Cornec)
102- Adds Asianux support to pb for MondoRescue official packages support (Bruno Cornec)
103
1040.9.6 (2009-02-19)
105- Add support for addition of repository on the fly at build time with addrepo (Bruno Cornec)
106- Fix debian build deps computation and installation (Bruno Cornec)
107- Add support for VE using rinse (tested), mock (coded) and chroot (tested), schroot (planned) (Bruno Cornec)
108- Improved centos support (Bruno Cornec)
109- Differentiate between Scripts for VE and VM with 2 tags (Bruno Cornec)
110- Have a working newve, setupve and cms2ve sequence for rinse and centos 4 and 5 at least (Bruno Cornec)
111- Remove the external locale dependece to use the one provided by perl (Bruno Cornec)
112- Adds GIT support for schroot (Bruno Cornec)
113- Adds SOCKS support for all VCS commands by adding a new pbsockscmd option in .pbrc (tested with git access behind proxy) (Bruno Cornec)
114- Improve PATH variable on new SuSE distro so that yast2 is found (Bruno Cornec)
115- Remove the suffix from the rpm changelog file as per fedora rules (Bruno Cornec)
116- Fix a bug in conf file handling when tag is using a '.' which wasn't supported by the regexp (Bruno Cornec)
117
1180.9.5 (2008-12-09)
119- pb_get_distro => pb_distro_get for homogeneity (Bruno Cornec)
120- pb now uses pb_distro_installdeps in VM/VE setup (Bruno Cornec)
121- Adds function pb_distro_installdeps to automatically istall dependencies on distro before building (Bruno Cornec)
122- Adds pb_distro_only_deps_needed to compute the packages in a list whose installation is really needed (Bruno Cornec)
123- change pb_distro_init interface and add a 6th parameter which is the update CLI to use for that distro (Bruno Cornec)
124- Add support for RHAS 2.1 to pb as rhel-2.1 (Bruno Cornec)
125
1260.9.4 (2008-09-29)
127- Debian packages are now working - Fix #26 and #33 (Bruno Cornec/Bryan Gartner)
128- Add support for specific naming conventions such as perl modules - Fix #32 (Bruno Cornec)
129- Add a pb_set_content function (Bruno Cornec)
130- Fix CVS export function to also use tags passed in param (Bruno Cornec)
131
1320.9.3 (2008-08-07)
133- pb_conf_init introduced to allow projects using pb functions to setup the PBPROJ variable correctly (Bruno Cornec)
134- New parameters for pb_system: mayfail and quiet (Bruno Cornec)
135- Working patch support added to pb - tested with buffer - Fix #28 (Bruno Cornec)
136- all global variables are prefixed with pb (Bruno Cornec)
137- Use of pb_display and pb_display_init added (Bruno Cornec)
138- announce is now supported in pb (Bruno Cornec)
139
1400.9.2 (2008-05-13)
141- Fix a bug in pb_conf_get_fromfile_if (using last instead of next) (Bruno Cornec)
142- Fix #24 error in analysing filteredfiles (Bruno Cornec)
143- Fix Ubuntu issue on distribution detection (Bruno Cornec)
144- Move the pb_env_init function to a separate module to allow pbinit usage (Bruno Cornec)
145- Adds support for a build system conf file under $vmpath/.pbrc or $vepath/.pbrc (Bruno Cornec)
146
1470.9.1 (2008-04-25)
148- Creation of this project based on a split of functions from pb to support also dploy.org (Bruno Cornec)
149- Documentation of functions (Bruno Cornec)
150- Availability of generic syntax functions, tempfile functions, and conf file functions (Bruno Cornec)
Note: See TracBrowser for help on using the repository browser.