source: ProjectBuilder/pbconf/devel/project-builder/pbcl@ 511

Last change on this file since 511 was 511, checked in by Bruno Cornec, 16 years ago

Update changelogs for 0.9.3 delivery

File size: 7.4 KB
Line 
1# $Id$
2
3PB CHANGES
4
5devel (2050-01-01)
6- TBD
7
80.9.3 (2008-08-07)
9- Update pb to install VMs correctly with new perl deps Locale-gettext (Bruno Cornec)
10- Filtering functions now handle also pointer on hashes (such as the new pb hash) (Bruno Cornec)
11- Filtering functions support new macro for patch support (PBPATCHSRC and PBPATCHCMD) (Bruno Cornec)
12- Filtering functions use a single pb hash which contains the tag that will be handled during the filtering (Bruno Cornec)
13- Env.pm now generates correct templates for patch support and uses the new pb hash (Bruno Cornec)
14- pb_cms_export extended to support file:// URI, and also supports an undef second param (no local export available) (Bruno Cornec)
15- In pb, hashes now include also the arch (for better patch support) (Bruno Cornec)
16- Working patch support added to pb - tested with buffer - Fix #28 (Bruno Cornec)
17- pb supports local CMS based patches, as well as external references (not tested yet) (Bruno Cornec)
18- New pb_get_arch function provided (Bruno Cornec)
19- DBI is only required when using announce (Bruno Cornec)
20- When using pb 0.9.3, VMs should also use pb 0.9.3 for compatibility issues (2 tar files, arch in names, perl deps) (Bruno Cornec)
21- All global variables are prefixed with pb (Bruno Cornec)
22- Makes script execution verbose (Bruno Cornec)
23- Improve Fedora official package build (Bruno Cornec)
24- Allow subject modification for announces (Bruno Cornec)
25- Add support options per VM - Fix #27 (Bruno Cornec)
26- Allows pbcl files to not have info on the new version and add it on the fly for newver action (Bruno Cornec)
27- Adds support for pbml and pbsmtp at creation of project (Bruno Cornec)
28- Use Mail::Sendmail instead of mutt to deliver mail (From: header issue) (Bruno Cornec)
29- Announce is now supported in pb (Bruno Cornec)
30- Adds support for repositories (yum, urpmi and deb) - Fix #13 (Bruno Cornec)
31- Support perl eol separator ($/) in macros. (Useful for PBDESC) (Bruno Cornec)
32- Fix an issue of generation on redhat and rhas2.1 where _target_platform in %configure is incorrect (Bruno Cornec)
33- pb now generates testver in the .pb for newproj (Bruno Cornec)
34- Sort output of build files (Bruno Cornec)
35- Adds pbrepo entry when using newproj (Bruno Cornec)
36- Add pb_cms_add function (Bruno Cornec)
37- Change interface of pb_cms_checkin (third param) (Bruno Cornec)
38- Check presence of inittab before touching it in setupvm (Bruno Cornec)
39- Fake Changelog for test version (Bruno Cornec)
40- setupvm improved with init level 3 by default (Bruno Cornec)
41- still issue for pb build on Debian with the devel version name, and the mixed cases for modules unallowed (Bruno Cornec)
42- Adds support for multi VM for setupvm command (Bruno Cornec)
43
440.9.2 (2008-05-13)
45- Fix DateManip latest version (Bruno Cornec)
46- Add preliminary Slackware build support (Bruno Cornec)
47- Fix #23 Improve speed by not getting CMS logs if testver (Bruno Cornec)
48- Option UserKnownHostsFile of ssh used by default now (Bruno Cornec)
49- Now removes pbscript at the end of execution (Bruno Cornec)
50- Changes filtering interface to add pbrepo keyword support and PBREPO macro (Bruno Cornec)
51- Partly solves #13 by adding repository generation support + conf files to pb for rpm with yum and urpmi (Bruno Cornec)
52- test directory is now in a complete separate tree - allows recursive repository support (Bruno Cornec)
53- Fix a bug in the VM pb's account for ssh (Bruno Cornec)
54- Improved pbdistrocheck to support -v flags (Bruno Cornec)
55- Move the pb_env_init function to a separate module to allow pbinit usage (Bruno Cornec)
56- Adds support for a build system conf file under $vmpath/.pbrc or $vepath/.pbrc (Bruno Cornec)
57
580.9.1 (2008-04-20)
59- split of functions from pb to perl-Project-Builder (Bruno Cornec)
60- Documentation of functions (Bruno Cornec)
61- Prepare conf file management to manage more conf files for build system, ... (Bruno Cornec)
62
630.9.0 (2008-04-07)
64- Fix #20 newver comment testver and checks pbcl files (Bruno Cornec)
65- newver updated to support external CMS repo for build files (Bruno Cornec)
66- setupvm ok for all supported distro but slackware not yet supported by pb (Bruno Cornec)
67- Fix build2vm where the new name of the distro wasn't correctly handled when trying to get packages pushed to the ftp server. (Bruno Cornec)
68- pb_env_init does just setup env variables now. It does CMS checks and conf only if called on a CMS opration (Bruno Cornec)
69- systematic use of ENV VAR for PBPROJVER, PBPROJTAG, PBPACKAGER (Bruno Cornec)
70- new function to get package list for cms only context and the old one is simplified (Bruno Cornec)
71- $DESTDIR/pbrc contains now aal the keys needed to be independant when building - pbroot, pbprojver, pbprojtag, pbpackager. (Bruno Cornec)
72- remove ntp calls for the moment, not ready (Bruno Cornec)
73- new idempotent setupvm/setupve actions to prepare the VM/VE to be used by pb (Bruno Cornec)
74è Numerous fixes in the new way of working to have a full suite working for netperf, pb and mondorescue - newver, cms2build, build2pkg, pbcl, setupvm, build2vm (Bruno Cornec)
75- separation of CMS calls (only when using a cms2... action) and the environment variables used (Bruno Cornec)
76- Improvements for CMS support, lots on CVS (Bruno Cornec)
77- Use pod for pb documentation, modules to be done (Bruno Cornec)
78- Use Getopt::Long and support now long options (Bruno Cornec)
79- pb_syntax now uses pod2usage (Bruno Cornec)
80- All modules are packages now (Bruno Cornec)
81- pb_changelog back in Base.pm and removal of Changelog.pm (Bruno Cornec)
82- Major changes following a memorable Fort Collins discussion which makes that version incompatible with previous ones (Bruno Cornec/Bryan Gartner/Junichi Uekawa)
83- Support URLs for pbconf and projects (ftp, http, svn, cvs, file) (Bruno Cornec/Bryan Gartner)
84- Adds Virtual Environment support (mock, pbuilder, ...) (Bruno Cornec/Bryan Gartner)
85- Documentation of concepts (Bruno Cornec)
86- Fix for debian build in case a debian dir/link already exists in the project (Bruno Cornec/Bryan Gartner)
87
880.8.12 (2008-02-07)
89- Adds support for supplemental files in projects (Bruno Cornec)
90- Addition of pbproj as a filtered variable for dploy needs also in pb_filter_file (Bruno Cornec)
91- fix #9 (Bruno Cornec)
92- adds gentoo support (Bruno Cornec)
93- Removes AppConfig dependency by using just a perl regexp instead (Bruno Cornec)
94- support for #11 test versions (Bruno Cornec)
95- overall ChangeLog support (Bruno Cornec)
96
970.8.11 (2007-11-11)
98- Do not continue with VM if something goes wrong (Bruno Cornec)
99- Also build on 64 bits VMs when all (Bruno Cornec)
100- pb_env_init now creates a pbconf template dir if asked for (newproj option fix #3) (Bruno Cornec)
101- Fix a bug in build2vm where only the first parameter was taken in account, so we were only generating the first package (Bruno Cornec)
102
1030.8.10 (2007-10-30)
104- pbinit is now filtered before being used (Bruno Cornec)
105- Ubuntu 7.10 support added (Bruno Cornec)
106- pbinit executed after filtering (Bruno Cornec)
107- Fix bug #7 where .pbrc nearly empty wasn't working (Bruno Cornec)
108
1090.8.9 (2007-10-25)
110- Fix a bug for support of PBLOG = no (Bruno Cornec)
111
1120.8.8 (2007-10-25)
113- Add correct support for PBLOG = no (Bruno Cornec)
114
1150.8.7 (2007-10-23)
116- Fix #2 (Bruno Cornec)
117
1180.8.6 (2007-10-22)
119- Add Debian build support (Bruno Cornec)
120- New filtering rules (Bruno Cornec)
121- Add flat support to svn and cvs (Bruno Cornec)
122- Fix #4 (Bruno Cornec)
123
1240.8.5 (2007-10-16)
125- First public version (Bruno Cornec)
126
1270.5 (2007-07-26)
128- Creation of the project based on mondorescue build tools (Bruno Cornec)
Note: See TracBrowser for help on using the repository browser.