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

Last change on this file since 1016 was 1016, checked in by Bruno Cornec, 14 years ago
  • Update logs for 0.9.9 of pb
File size: 13.3 KB
Line 
1# $Id$
2
3PB CHANGES
4
5devel (2030-01-01)
6- TBD
7
80.9.9 (2009-12-01)
9- Adds debootstrap and rpmbootstrap support for VE (Bruno Cornec)
10- Improved pb presentation with Solaris integration for HP TES 2009, Fosdem 2010 and Solutions Linux 2010 (Bruno Cornec)
11- Adds the Project Builder Lab delivered for the TES 2009 inside HP (Bruno Cornec)
12- Preliminary version of a Web site (Bruno Cornec)
13- Fix a build error for deb based packages (macro definitions missing !) (Bruno Cornec)
14- Fix a bug in newve, by calling pb_distrib_init earlier to have the loading of the pb.conf main conf file, used to install default packages (Bruno Cornec)
15- Use pbsnap in pb_script2v instead of forcing no snapshot (Bruno Cornec)
16- use x86_64 arch for debian, and only amd64 for debootstrap call (Bruno Cornec)
17- debootstrap doesn't create a /etc/hosts file, so copy the local one in the VE (Bruno Cornec)
18- Previous snapshot removed before trying to create a new one to avoid useless extraction (Bruno Cornec)
19- Mandriva uses in fact genhdlist2 to generate indexes and hdlist.cz is now under media_info (Bruno Cornec)
20- Since SLES 11 the sudoers file is again back to 440 (Bruno Cornec)
21- Fixes to support ia64 chroot with centos5 - ongoing (Bruno Cornec)
22
230.9.8 (2009-11-29)
24- Improves Debian support by a/ allowing PBDESC to be used in control file with space prepended. b/ prepend 0 to non digit versions such as devel. c/ creating debian pbfilter files for PBDEBSTD and PBDEBCOMP macros used in control (Bruno Cornec)
25- Uses pbtag for ebuild and pkg packages (Bruno Cornec)
26- Improves setupvm for RHEL 3 (Bruno Cornec)
27- Add support for Fedora 12, Mandriva 2010.0, OpenSuSE 11.2, Ubuntu 9.10 (Bruno Cornec)
28- Updates Module-Build to 0.35 version (Bruno Cornec)
29- 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)
30- Improve some testver usages and fix #51. Now passing false to testver works (Bruno Cornec)
31- ChangeLog file now created by pb_cms_log (Bruno Cornec)
32- Adds Solaris port, Solaris build files, generation of Solaris build file skeleton (Bruno Cornec)
33- Force to always build for the local distribution by default (Bruno Cornec)
34- Create a ~/.pbrc as template if no previous one was there - Fix #47 (Bruno Cornec)
35
360.9.7.1 (2009-07-05)
37- Fix a critical bug on pb, where a module was loaded optionaly with use instead of require (prevents update of VMs) (Bruno Cornec)
38
390.9.7 (2009-07-04)
40- vm commands support the -i option now. (Bruno Cornec)
41- Create a test2pkg, test2vm, test2ve commands (Bruno Cornec)
42- Create clean command (Bruno Cornec)
43- Adds SVK support (Bruno Cornec)
44- First steps for a snapshot support of VMs/VEs (Bruno Cornec)
45- Fix #35 by forcing the usage of a -r release option, and by exporting only that version tree from the VCS. (Bruno Cornec)
46- If this is a test version (aka testver = true) then the tag is forced to 0.date to allow for easy updates, including with official versions (Bruno Cornec)
47- Add support for pre and post scripts for VM/VE launched before and after the build to allow for local setup. (Bruno Cornec)
48- Add additional repo support for debian type as well. (Bruno Cornec)
49- Add support for proxy environment variables at setup and build time (Bruno Cornec)
50- Add Asianux support (Bruno Cornec)
51
520.9.6 (2009-02-19)
53- Add support for addition of repository on the fly at build time with addrepo (Bruno Cornec)
54- Fix debian build deps computation and installation (Bruno Cornec)
55- Announce now make direct links for packages given (Bruno Cornec)
56- Add support for VE using rinse (tested), mock (coded) and chroot (tested), schroot (planned) (Bruno Cornec)
57- Improved centos support (Bruno Cornec)
58- Differentiate between Scripts for VE and VM with 2 tags (Bruno Cornec)
59- Have a working newve, setupve and cms2ve sequence for rinse and centos 4 and 5 at least (Bruno Cornec)
60- Remove the external locale dependece to use the one provided by perl (Bruno Cornec)
61- Adds kvm support (aligned on qemu support) (Bruno Cornec)
62- Fix a bug where duplicates in VE and VM lists where handled twice leading to errors with patches applied also twice in the same distro. Also more efficient. (Bruno Cornec)
63- Adds GIT support for schroot (Bruno Cornec)
64- Adds SOCKS support for all VCS commands by adding a new pbsockscmd option in .pbrc (tested with git access behind proxy) (Bruno Cornec)
65- Avoid erasing an existing VM when called with newvm (Bruno Cornec)
66- Improved PBVMOPT restoration (Bruno Cornec)
67- Fix a bug in the scheme reference during newver (Bruno Cornec)
68
690.9.5 (2008-12-09)
70- Adds fedora 10 install support (Bruno Cornec)
71- Adds Mercurial support in CMS.pm for rinse project (Bruno Cornec)
72- Fix a bug in pb for lintian debs, packages and changes are one directory up (Bryan Gartner)
73- Adds pb_cms_mod_svn_http function to support fossology https svn checkout with svn+https syntax in URLs (Bruno Cornec)
74- Fix a bug with newproj and the late declaration of PBTPM (Bruno Cornec)
75- Improve newver for fedora older versions (Bruno Cornec)
76- Improve newver and pbcl management in order to only touch created files, not original ones (Bruno Cornec)
77- Adds links for gentoo to point on the repo to the latest version of the ebuild (Bruno Cornec)
78- Change pb_announce interface (Bruno Cornec)
79- Pass verbose level to pb launched in virtual environments/machines (Bruno Cornec)
80- Fix a bug on package name detection on Ubuntu (dpkg-deb output different from the Debian one !) (Bruno Cornec)
81
820.9.4 (2008-09-29)
83- Add support to Website delivery - Fix #30 (Bruno Cornec)
84- Add pb_web_news2html which generates news from the announces DB (Bruno Cornec)
85- Debian packages are now working - Fix #26 and #33 (Bruno Cornec/Bryan Gartner)
86- Add support for specific naming conventions such as perl modules - Fix #32 (Bruno Cornec)
87- Preserve by default original tar files got by http or ftp to allow for checksum consistency - Fix #31 (Bruno Cornec)
88- Fix CVS export function to also use tags passed in param (Bruno Cornec)
89
900.9.3 (2008-08-07)
91- Update pb to install VMs correctly with new perl deps Locale-gettext (Bruno Cornec)
92- Filtering functions now handle also pointer on hashes (such as the new pb hash) (Bruno Cornec)
93- Filtering functions support new macro for patch support (PBPATCHSRC and PBPATCHCMD) (Bruno Cornec)
94- Filtering functions use a single pb hash which contains the tag that will be handled during the filtering (Bruno Cornec)
95- Env.pm now generates correct templates for patch support and uses the new pb hash (Bruno Cornec)
96- pb_cms_export extended to support file:// URI, and also supports an undef second param (no local export available) (Bruno Cornec)
97- In pb, hashes now include also the arch (for better patch support) (Bruno Cornec)
98- Working patch support added to pb - tested with buffer - Fix #28 (Bruno Cornec)
99- pb supports local CMS based patches, as well as external references (not tested yet) (Bruno Cornec)
100- New pb_get_arch function provided (Bruno Cornec)
101- DBI is only required when using announce (Bruno Cornec)
102- 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)
103- All global variables are prefixed with pb (Bruno Cornec)
104- Makes script execution verbose (Bruno Cornec)
105- Improve Fedora official package build (Bruno Cornec)
106- Allow subject modification for announces (Bruno Cornec)
107- Add support options per VM - Fix #27 (Bruno Cornec)
108- Allows pbcl files to not have info on the new version and add it on the fly for newver action (Bruno Cornec)
109- Adds support for pbml and pbsmtp at creation of project (Bruno Cornec)
110- Use Mail::Sendmail instead of mutt to deliver mail (From: header issue) (Bruno Cornec)
111- Announce is now supported in pb (Bruno Cornec)
112- Adds support for repositories (yum, urpmi and deb) - Fix #13 (Bruno Cornec)
113- Support perl eol separator ($/) in macros. (Useful for PBDESC) (Bruno Cornec)
114- Fix an issue of generation on redhat and rhas2.1 where _target_platform in %%configure is incorrect (Bruno Cornec)
115- pb now generates testver in the .pb for newproj (Bruno Cornec)
116- Sort output of build files (Bruno Cornec)
117- Adds pbrepo entry when using newproj (Bruno Cornec)
118- Add pb_cms_add function (Bruno Cornec)
119- Change interface of pb_cms_checkin (third param) (Bruno Cornec)
120- Check presence of inittab before touching it in setupvm (Bruno Cornec)
121- Fake Changelog for test version (Bruno Cornec)
122- setupvm improved with init level 3 by default (Bruno Cornec)
123- still issue for pb build on Debian with the devel version name, and the mixed cases for modules unallowed (Bruno Cornec)
124- Adds support for multi VM for setupvm command (Bruno Cornec)
125
1260.9.2 (2008-05-13)
127- Fix DateManip latest version (Bruno Cornec)
128- Add preliminary Slackware build support (Bruno Cornec)
129- Fix #23 Improve speed by not getting CMS logs if testver (Bruno Cornec)
130- Option UserKnownHostsFile of ssh used by default now (Bruno Cornec)
131- Now removes pbscript at the end of execution (Bruno Cornec)
132- Changes filtering interface to add pbrepo keyword support and PBREPO macro (Bruno Cornec)
133- Partly solves #13 by adding repository generation support + conf files to pb for rpm with yum and urpmi (Bruno Cornec)
134- test directory is now in a complete separate tree - allows recursive repository support (Bruno Cornec)
135- Fix a bug in the VM pb's account for ssh (Bruno Cornec)
136- Improved pbdistrocheck to support -v flags (Bruno Cornec)
137- Move the pb_env_init function to a separate module to allow pbinit usage (Bruno Cornec)
138- Adds support for a build system conf file under $vmpath/.pbrc or $vepath/.pbrc (Bruno Cornec)
139
1400.9.1 (2008-04-20)
141- split of functions from pb to perl-Project-Builder (Bruno Cornec)
142- Documentation of functions (Bruno Cornec)
143- Prepare conf file management to manage more conf files for build system, ... (Bruno Cornec)
144
1450.9.0 (2008-04-07)
146- Fix #20 newver comment testver and checks pbcl files (Bruno Cornec)
147- newver updated to support external CMS repo for build files (Bruno Cornec)
148- setupvm ok for all supported distro but slackware not yet supported by pb (Bruno Cornec)
149- 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)
150- pb_env_init does just setup env variables now. It does CMS checks and conf only if called on a CMS opration (Bruno Cornec)
151- systematic use of ENV VAR for PBPROJVER, PBPROJTAG, PBPACKAGER (Bruno Cornec)
152- new function to get package list for cms only context and the old one is simplified (Bruno Cornec)
153- $DESTDIR/pbrc contains now aal the keys needed to be independant when building - pbroot, pbprojver, pbprojtag, pbpackager. (Bruno Cornec)
154- remove ntp calls for the moment, not ready (Bruno Cornec)
155- new idempotent setupvm/setupve actions to prepare the VM/VE to be used by pb (Bruno Cornec)
156è 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)
157- separation of CMS calls (only when using a cms2... action) and the environment variables used (Bruno Cornec)
158- Improvements for CMS support, lots on CVS (Bruno Cornec)
159- Use pod for pb documentation, modules to be done (Bruno Cornec)
160- Use Getopt::Long and support now long options (Bruno Cornec)
161- pb_syntax now uses pod2usage (Bruno Cornec)
162- All modules are packages now (Bruno Cornec)
163- pb_changelog back in Base.pm and removal of Changelog.pm (Bruno Cornec)
164- Major changes following a memorable Fort Collins discussion which makes that version incompatible with previous ones (Bruno Cornec/Bryan Gartner/Junichi Uekawa)
165- Support URLs for pbconf and projects (ftp, http, svn, cvs, file) (Bruno Cornec/Bryan Gartner)
166- Adds Virtual Environment support (mock, pbuilder, ...) (Bruno Cornec/Bryan Gartner)
167- Documentation of concepts (Bruno Cornec)
168- Fix for debian build in case a debian dir/link already exists in the project (Bruno Cornec/Bryan Gartner)
169
1700.8.12 (2008-02-07)
171- Adds support for supplemental files in projects (Bruno Cornec)
172- Addition of pbproj as a filtered variable for dploy needs also in pb_filter_file (Bruno Cornec)
173- fix #9 (Bruno Cornec)
174- adds gentoo support (Bruno Cornec)
175- Removes AppConfig dependency by using just a perl regexp instead (Bruno Cornec)
176- support for #11 test versions (Bruno Cornec)
177- overall ChangeLog support (Bruno Cornec)
178
1790.8.11 (2007-11-11)
180- Do not continue with VM if something goes wrong (Bruno Cornec)
181- Also build on 64 bits VMs when all (Bruno Cornec)
182- pb_env_init now creates a pbconf template dir if asked for (newproj option fix #3) (Bruno Cornec)
183- Fix a bug in build2vm where only the first parameter was taken in account, so we were only generating the first package (Bruno Cornec)
184
1850.8.10 (2007-10-30)
186- pbinit is now filtered before being used (Bruno Cornec)
187- Ubuntu 7.10 support added (Bruno Cornec)
188- pbinit executed after filtering (Bruno Cornec)
189- Fix bug #7 where .pbrc nearly empty wasn't working (Bruno Cornec)
190
1910.8.9 (2007-10-25)
192- Fix a bug for support of PBLOG = no (Bruno Cornec)
193
1940.8.8 (2007-10-25)
195- Add correct support for PBLOG = no (Bruno Cornec)
196
1970.8.7 (2007-10-23)
198- Fix #2 (Bruno Cornec)
199
2000.8.6 (2007-10-22)
201- Add Debian build support (Bruno Cornec)
202- New filtering rules (Bruno Cornec)
203- Add flat support to svn and cvs (Bruno Cornec)
204- Fix #4 (Bruno Cornec)
205
2060.8.5 (2007-10-16)
207- First public version (Bruno Cornec)
208
2090.5 (2007-07-26)
210- Creation of the project based on mondorescue build tools (Bruno Cornec)
Note: See TracBrowser for help on using the repository browser.