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

Last change on this file since 1307 was 1307, checked in by Bruno Cornec, 13 years ago
  • Prepare 0.11.3 delivery with changelog content
File size: 24.3 KB
Line 
1# $Id$
2
3PB CHANGES
4
5devel (2030-01-01)
6- TBD
7
80.11.3 (2011-05-25)
9- Avoid the structure check for git/hg for now as the way it's currently done is only valid for SVN and the likes (Bruno Cornec)
10- allow verbosity transfer to repo creation script (Bruno Cornec)
11- Avoids error msgs in announce due to find issues (Bruno Cornec)
12- By default enable gpg for repo built with pb, now that package signature is working (Bruno Cornec)
13- Fix #96 completely by using the realpkgname and sorting the results (Bruno Cornec)
14- Fix #94 by modifying wrong test condition in pb_get_port (Bruno Cornec)
15- Fix #97 by delivering in PBBUILDIR instead of non-existent dirs below (Bruno Cornec)
16- Adds delivery of the public key to each repository at each delivery (Bruno Cornec)
17- Adds suport for .deb package signing (Bruno Cornec)
18- Fix debian repo build (Bruno Cornec)
19- Adds RPM signature support and doc (Bruno Cornec)
20- Adds support for different sha algorithms for createrepo call, due to some distro with python 2.4 not supporting sha256. (Bruno Cornec)
21- Fix a bug in debian/ubuntu repo creation for amd64 (used x86_64 instead) (Bruno Cornec)
22
230.11.2 (2011-03-12)
24- Fix #82 Undescriptive error message for missing pbcl file (Bruno Cornec)
25- Fix #90 - cms2webssh broken (Bruno Cornec)
26- Fix #92 as well as documentation generation which was also broken (linufr.org report) (Bruno Cornec)
27- Adds filter generation at newproj time for more debian/ubuntu distros (Bruno Cornec)
28- Call pb_get_ssh also for VE to build local keys (Bruno Cornec)
29- Fix bug #95 Personalized FILTER accessing an item in an hash of a hash (Bruno Cornec)
30- Fix a bug in newvm where VMsize was incorrectly used after pbos introduction. (Bruno Cornec)
31- Fix #91 where announce was broken and add pkg and sd pakgs to the list (Bruno Cornec)
32- Fix #89 where sources.list files generated were incorrect (Bruno Cornec)
33- Add support for patches and additional sources also for Solaris (Bruno Cornec)
34- Fix a debian build bug due to directory change (Bruno Cornec)
35- Postpone execution of pbinit after all files have been filtered so that e.g. a configure.in be filtered before a bootstrap script being executed and all variables expanded correctly. Case of MondoRescue (Bruno Cornec)
36- Updated Lab and pres for TES 2011 (Bruno Cornec)
37
380.11.1 (2011-02-26)
39- NOTE: This version requires 0.11.1 in both host and guests so the whole processes work correctly. (Bruno Cornec)
40- Fix #87 - correct pbsrc management. This requires to update pb in the VM|RM|VE in order to work correctly (Nicolas Doualot/Bruno Cornec)
41- Fix #86 - error in hash test sources should be used and not patches (Nicolas Doualot)
42- Improve tmout management which is optional and now handled and documented as such using pb_distro_get_param (Bruno Cornec)
43- rmntpcmd, vmhost, vmmem, vmntpcmd and vmsize have OS keys and not project keys. Fixed in doc and code. (Bruno Cornec)
44- pb_date2v needs the pbos as param to deal with *ntpcmd correctly. $v param removed as a consequence. (Bruno Cornec)
45- Fix #83. rmntp is indeed optional. But rmntpcmd is mandatory as used to be placed at setup time in the sudoers file in order to allow its usage by root when needed from the build account (Bruno Cornec)
46- Packages installed are now using really the install command not the update one. (Bruno Cornec)
47- The repo key for pb now uses the delivery level (mandatory for gentoo) (Bruno Cornec)
48- Fix pb_get_filters to also support filter based on os name and os-ver-arch as well to be coherent, and also fix bugs in the tests made for filter exitence. (Bruno Cornec)
49- Fix pb_changelog with test for correct pb hash values which were changed previously (Bruno Cornec)
50- Revert back using no arch subdir for deb based repo (Bruno Cornec)
51- Introduce new parameter oscmdpath to support external commands full path name easier (could also be very useful for MondoRescue) (Bruno Cornec)
52- Change pb_date2v interface to just return the line we want. (Bruno Cornec)
53- Fix a parallelism issue when building in VMs. (Bruno Cornec)
54- Fix pb for patches and additional sources support in parallel mode which was previously broken. (Bruno Cornec)
55- Avoids a unicity issue when in parallel mode in pb_filter_file_inplace, by generating a unique temp file. (Bruno Cornec)
56- Allow pb_filter_file to manage undefined filter hash (Bruno Cornec)
57- Use some full path names for commands to improve security with sudo (for RM). (Bruno Cornec)
58- Adds support for RM (Remote Machines) in addition to VE/VM (Bruno Cornec)
59- pb_get_port function now needs the ref to the pbos (Bruno Cornec)
60- Add full path names on sudo commands now that a precise usage is done with sudo + other related fixes. (Bruno Cornec)
61- pb_get_sudocmds function added to provide the external list of commands called by sudo in osupd or osins. The whole sudo process has been revised. Only VE allow for ALL command execution. VM|RM are now just calling the commands they need. (Bruno Cornec)
62- 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. VM/VE/RM remains to be tested. (Bruno Cornec)
63- Fix ebuild test name generation (Francesco Talamona)
64- Fix project package generation from file URL (Bruno Cornec)
65- Prepare for HP-UX port. Introduce hpux entry (not working) (Bruno Cornec)
66- Fix bugs when initializing a pb env without anything previously available exept the ~/.pbrc (Bruno Cornec)
67- Fix a bug in Web delivery where the pbscript wasn't executable by default which now is a problem. (Bruno Cornec)
68- Fix -nographic option name (Bruno Cornec)
69
700.10.1 (2011-01-13)
71- Adds 2 new commands sbx2setupve|vm to update an in VE|VM incompatible version of pb to latest needed to dialog correctly (Bruno Cornec)
72- Do not return in pb_send2target if pb file not available in order to shutdown VM in all cases (Bruno Cornec)
73- Target build dir is now in dir/ver/arch everywhere, including in the delivery repo (Bruno Cornec)
74- Avoid File::MimeInfo hard requirement. Only abort if not found when needed. (Bruno Cornec)
75- Improve report when a perl module is missing (Bruno Cornec)
76- Kill an existing crashed VM using an SSH port needed for another VM (should avoid crashed VM to stay when building for all VMs) (Bruno Cornec)
77- Use a new parameter vmbuildtm as a timeout before killing the VM (should correspond to build + transfer time) (Bruno Cornec)
78- Mail::Sendmail is now optional for Log module as well, even if not used yet (Bruno Cornec)
79- use twice the number of VMs for ports in the range for SSH communication to allow for VMs to finish in an unordered way. (Bruno Cornec)
80- Module Version.pm move to pb-modules due to VERSION support addition (Bruno Cornec)
81- Adds function pb_set_parallel which set $pbparallel depending on memory size for VMs (Bruno Cornec)
82- Adds pb_set_port and pb_get_port functions to deal with SSH communication port with VMs using a range (Bruno Cornec)
83- sbx|cms2builb, build2pkg, build2v and setup2v are now using Parallel::ForkManager to generate packages in parallel and add a conf param - pbparallel - to force number of cores (Bruno Cornec)
84- Fix #68 by adding new option -g to support non-graphical modes on the CLI and not only in conf files and env var (Bruno Cornec)
85- Change pbgen and pbscript files to unique versions where appropriate to support later on parallelism (Bruno Cornec)
86- Fix #76 by improving solaris skeleton generation (Nicolas Doualot)
87- Adds params to pb_distro_setuprepo to support generic family/os templates (Bruno Cornec)
88- Adds function pb_distro_setuposrepo to setup pb install repo (Bruno Cornec)
89- Fix both #74 and #10 by adding support for additional files under a pbsrc dir, that can be manipulated at build time. (Bruno Cornec)
90- Use pb_check_req to avoid some hardcoded path (Bruno Cornec)
91- Fix #56 by creating the Contents file at the right place and using the buildrepo script content for debian (Bruno Cornec)
92- Rename previous option osupd into the more correct osins, and add a real osupd param to support distribution update commands (Bruno Cornec)
93- Adds a new optional parameter os for pb_distro_get_param (upper family such as linux) (Bruno Cornec)
94- Adds support for -t option to prepare a builbot or similar interface. (Bruno Cornec)
95- Fix #70 by adding 2 new commands to update distributions in VM|VE with updatevm|ve (Bruno Cornec)
96- Adds new configuration parameters (oschkcmd, oschkopt) to externalize package checking command (Bruno Cornec)
97- Adds new configuration parameters (pbinstalltype, pbpkg) to start allowing installation of pb in VM/VE with packages or files (Bruno Cornec)
98- Add support for RHEL6, Fedora 14, Mandriva 2010.1, Ubuntu 10.10 (Bruno Cornec)
99- Improve display of RPMS and SRPMS packages generated to allow easy cut and paste. (Bruno Cornec)
100- Fix #69 by doing recursion in pb_list_bfiles to handle new Debian 3.0 format with subdirs (Bruno Cornec)
101- Fix #36 by adding new targets to pb with sbx2 aka sandbox suffix. They replace in feature the previous cms2 targets (Bruno Cornec)
102- Fix #65 by adding support for .ymp files (Bruno Cornec)
103- Fix a bug when calling clean with no previous environment available (Josh Zhao)
104- New Web site management with 4 targets instead of only 2: sbx2webssh, cms2webssh, sbx2webpkg, cms2webpkg (Bruno Cornec)
105- Fix a bug when building for non VCS hosted projects in pb_cms_compliant (Bruno Cornec)
106- halt command is in another path on Solaris (Bruno Cornec)
107- Fix #66 by adding log management - not used yet - and Bug in template generation for define macro (Joachim Langenbach)
108- Fix a bug on gentoo build where tag needs to be prepended with 'r' (Francesco Talamona/Bruno Cornec)
109- Fix #64: add support for packager names with single quotes in it (krnekit)
110- Fix #41 by externalizing the VM command in the new vmcmd option (Bruno Cornec)
111- Fix a bug where some options were passed prefixed with a space and some other postfixed in the usage of PBVMOPT (Joachim Langenbach/Bruno Cornec)
112- Adds new "Walt Disney" feature: possibility to deliver in multiple variable dirs, and not just / and test (Bruno Cornec)
113- Improve Web site delivery for docs (man pages, ...) (Bruno Cornec)
114- various rpmlint and lintian fixes (Bruno Cornec)
115- Adds ebuild version for pb gentoo packages (Bruno Cornec)
116
1170.9.10 (2010-06-07)
118- Update pres for HP tech Forum (Bruno Cornec)
119- Add support for mirror server to debootstrap command (Bruno Cornec)
120- Add support for Ubuntu 10.04 natively and with debootstrap (universe repo needed) (Bruno Cornec)
121- Fix umask propagation in VE, fixing issues in directory creation with wrong rights (Bruno Cornec)
122- Successful tests with some VE (Mandriva 2009.1 and 2010.0, CentOS4, Fedora 12, CentOS5, Ubuntu 10.04, Debian 5) (Bruno Cornec)
123- Project-Builder.org is licensed under the GPL v2 for the moment. (Bruno Cornec)
124- Options cleanup (veconf => rbsconf, ve4pi => rbs4pi, vetmout/vemindep removed, verebuild not mandatory, rbsopt added for passing options to rpm|debbootstrap, ventp/vmntp is now optional) (Bruno Cornec)
125- New pb_get_postinstall generic function for rinse and rpmbootstrap (Bruno Cornec)
126- Pass more precisely the level of verbosity to rpmbootstrap (Bruno Cornec)
127- Fix bug in sudoers creation: now using the real account name, and also forcing to NOT requiretty (Bruno Cornec)
128
1290.9.9 (2010-05-01)
130- Adds debootstrap and rpmbootstrap support for VE (Bruno Cornec)
131- Improved pb presentation with Solaris integration for HP TES 2009, Fosdem 2010 and Solutions Linux 2010 (Bruno Cornec)
132- Adds the Project Builder Lab delivered for the TES 2009 inside HP (Bruno Cornec)
133- Preliminary version of a Web site (Bruno Cornec)
134- Fix a build error for deb based packages (macro definitions missing !) (Bruno Cornec)
135- 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)
136- Use pbsnap in pb_script2v instead of forcing no snapshot (Bruno Cornec)
137- use x86_64 arch for debian, and only amd64 for debootstrap call (Bruno Cornec)
138- debootstrap doesn't create a /etc/hosts file, so copy the local one in the VE (Bruno Cornec)
139- Previous snapshot removed before trying to create a new one to avoid useless extraction (Bruno Cornec)
140- Mandriva uses in fact genhdlist2 to generate indexes and hdlist.cz is now under media_info (Bruno Cornec)
141- Since SLES 11 the sudoers file is again back to 440 (Bruno Cornec)
142- Fixes to support ia64 chroot with centos5 - ongoing (Bruno Cornec)
143
1440.9.8 (2009-11-29)
145- 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)
146- Uses pbtag for ebuild and pkg packages (Bruno Cornec)
147- Improves setupvm for RHEL 3 (Bruno Cornec)
148- Add support for Fedora 12, Mandriva 2010.0, OpenSuSE 11.2, Ubuntu 9.10 (Bruno Cornec)
149- Updates Module-Build to 0.35 version (Bruno Cornec)
150- 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)
151- Improve some testver usages and fix #51. Now passing false to testver works (Bruno Cornec)
152- ChangeLog file now created by pb_cms_log (Bruno Cornec)
153- Adds Solaris port, Solaris build files, generation of Solaris build file skeleton (Bruno Cornec)
154- Force to always build for the local distribution by default (Bruno Cornec)
155- Create a ~/.pbrc as template if no previous one was there - Fix #47 (Bruno Cornec)
156
1570.9.7.1 (2009-07-05)
158- Fix a critical bug on pb, where a module was loaded optionaly with use instead of require (prevents update of VMs) (Bruno Cornec)
159
1600.9.7 (2009-07-04)
161- vm commands support the -i option now. (Bruno Cornec)
162- Create a test2pkg, test2vm, test2ve commands (Bruno Cornec)
163- Create clean command (Bruno Cornec)
164- Adds SVK support (Bruno Cornec)
165- First steps for a snapshot support of VMs/VEs (Bruno Cornec)
166- Fix #35 by forcing the usage of a -r release option, and by exporting only that version tree from the VCS. (Bruno Cornec)
167- 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)
168- Add support for pre and post scripts for VM/VE launched before and after the build to allow for local setup. (Bruno Cornec)
169- Add additional repo support for debian type as well. (Bruno Cornec)
170- Add support for proxy environment variables at setup and build time (Bruno Cornec)
171- Add Asianux support (Bruno Cornec)
172
1730.9.6 (2009-02-19)
174- Add support for addition of repository on the fly at build time with addrepo (Bruno Cornec)
175- Fix debian build deps computation and installation (Bruno Cornec)
176- Announce now make direct links for packages given (Bruno Cornec)
177- Add support for VE using rinse (tested), mock (coded) and chroot (tested), schroot (planned) (Bruno Cornec)
178- Improved centos support (Bruno Cornec)
179- Differentiate between Scripts for VE and VM with 2 tags (Bruno Cornec)
180- Have a working newve, setupve and cms2ve sequence for rinse and centos 4 and 5 at least (Bruno Cornec)
181- Remove the external locale dependece to use the one provided by perl (Bruno Cornec)
182- Adds kvm support (aligned on qemu support) (Bruno Cornec)
183- 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)
184- Adds GIT support for schroot (Bruno Cornec)
185- Adds SOCKS support for all VCS commands by adding a new pbsockscmd option in .pbrc (tested with git access behind proxy) (Bruno Cornec)
186- Avoid erasing an existing VM when called with newvm (Bruno Cornec)
187- Improved PBVMOPT restoration (Bruno Cornec)
188- Fix a bug in the scheme reference during newver (Bruno Cornec)
189
1900.9.5 (2008-12-09)
191- Adds fedora 10 install support (Bruno Cornec)
192- Adds Mercurial support in CMS.pm for rinse project (Bruno Cornec)
193- Fix a bug in pb for lintian debs, packages and changes are one directory up (Bryan Gartner)
194- Adds pb_cms_mod_svn_http function to support fossology https svn checkout with svn+https syntax in URLs (Bruno Cornec)
195- Fix a bug with newproj and the late declaration of PBTPM (Bruno Cornec)
196- Improve newver for fedora older versions (Bruno Cornec)
197- Improve newver and pbcl management in order to only touch created files, not original ones (Bruno Cornec)
198- Adds links for gentoo to point on the repo to the latest version of the ebuild (Bruno Cornec)
199- Change pb_announce interface (Bruno Cornec)
200- Pass verbose level to pb launched in virtual environments/machines (Bruno Cornec)
201- Fix a bug on package name detection on Ubuntu (dpkg-deb output different from the Debian one !) (Bruno Cornec)
202
2030.9.4 (2008-09-29)
204- Add support to Website delivery - Fix #30 (Bruno Cornec)
205- Add pb_web_news2html which generates news from the announces DB (Bruno Cornec)
206- Debian packages are now working - Fix #26 and #33 (Bruno Cornec/Bryan Gartner)
207- Add support for specific naming conventions such as perl modules - Fix #32 (Bruno Cornec)
208- Preserve by default original tar files got by http or ftp to allow for checksum consistency - Fix #31 (Bruno Cornec)
209- Fix CVS export function to also use tags passed in param (Bruno Cornec)
210
2110.9.3 (2008-08-07)
212- Update pb to install VMs correctly with new perl deps Locale-gettext (Bruno Cornec)
213- Filtering functions now handle also pointer on hashes (such as the new pb hash) (Bruno Cornec)
214- Filtering functions support new macro for patch support (PBPATCHSRC and PBPATCHCMD) (Bruno Cornec)
215- Filtering functions use a single pb hash which contains the tag that will be handled during the filtering (Bruno Cornec)
216- Env.pm now generates correct templates for patch support and uses the new pb hash (Bruno Cornec)
217- pb_cms_export extended to support file:// URI, and also supports an undef second param (no local export available) (Bruno Cornec)
218- In pb, hashes now include also the arch (for better patch support) (Bruno Cornec)
219- Working patch support added to pb - tested with buffer - Fix #28 (Bruno Cornec)
220- pb supports local CMS based patches, as well as external references (not tested yet) (Bruno Cornec)
221- New pb_get_arch function provided (Bruno Cornec)
222- DBI is only required when using announce (Bruno Cornec)
223- 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)
224- All global variables are prefixed with pb (Bruno Cornec)
225- Makes script execution verbose (Bruno Cornec)
226- Improve Fedora official package build (Bruno Cornec)
227- Allow subject modification for announces (Bruno Cornec)
228- Add support options per VM - Fix #27 (Bruno Cornec)
229- Allows pbcl files to not have info on the new version and add it on the fly for newver action (Bruno Cornec)
230- Adds support for pbml and pbsmtp at creation of project (Bruno Cornec)
231- Use Mail::Sendmail instead of mutt to deliver mail (From: header issue) (Bruno Cornec)
232- Announce is now supported in pb (Bruno Cornec)
233- Adds support for repositories (yum, urpmi and deb) - Fix #13 (Bruno Cornec)
234- Support perl eol separator ($/) in macros. (Useful for PBDESC) (Bruno Cornec)
235- Fix an issue of generation on redhat and rhas2.1 where _target_platform in %%configure is incorrect (Bruno Cornec)
236- pb now generates testver in the .pb for newproj (Bruno Cornec)
237- Sort output of build files (Bruno Cornec)
238- Adds pbrepo entry when using newproj (Bruno Cornec)
239- Add pb_cms_add function (Bruno Cornec)
240- Change interface of pb_cms_checkin (third param) (Bruno Cornec)
241- Check presence of inittab before touching it in setupvm (Bruno Cornec)
242- Fake Changelog for test version (Bruno Cornec)
243- setupvm improved with init level 3 by default (Bruno Cornec)
244- still issue for pb build on Debian with the devel version name, and the mixed cases for modules unallowed (Bruno Cornec)
245- Adds support for multi VM for setupvm command (Bruno Cornec)
246
2470.9.2 (2008-05-13)
248- Fix DateManip latest version (Bruno Cornec)
249- Add preliminary Slackware build support (Bruno Cornec)
250- Fix #23 Improve speed by not getting CMS logs if testver (Bruno Cornec)
251- Option UserKnownHostsFile of ssh used by default now (Bruno Cornec)
252- Now removes pbscript at the end of execution (Bruno Cornec)
253- Changes filtering interface to add pbrepo keyword support and PBREPO macro (Bruno Cornec)
254- Partly solves #13 by adding repository generation support + conf files to pb for rpm with yum and urpmi (Bruno Cornec)
255- test directory is now in a complete separate tree - allows recursive repository support (Bruno Cornec)
256- Fix a bug in the VM pb's account for ssh (Bruno Cornec)
257- Improved pbdistrocheck to support -v flags (Bruno Cornec)
258- Move the pb_env_init function to a separate module to allow pbinit usage (Bruno Cornec)
259- Adds support for a build system conf file under $vmpath/.pbrc or $vepath/.pbrc (Bruno Cornec)
260
2610.9.1 (2008-04-20)
262- split of functions from pb to perl-Project-Builder (Bruno Cornec)
263- Documentation of functions (Bruno Cornec)
264- Prepare conf file management to manage more conf files for build system, ... (Bruno Cornec)
265
2660.9.0 (2008-04-07)
267- Fix #20 newver comment testver and checks pbcl files (Bruno Cornec)
268- newver updated to support external CMS repo for build files (Bruno Cornec)
269- setupvm ok for all supported distro but slackware not yet supported by pb (Bruno Cornec)
270- 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)
271- pb_env_init does just setup env variables now. It does CMS checks and conf only if called on a CMS opration (Bruno Cornec)
272- systematic use of ENV VAR for PBPROJVER, PBPROJTAG, PBPACKAGER (Bruno Cornec)
273- new function to get package list for cms only context and the old one is simplified (Bruno Cornec)
274- $DESTDIR/pbrc contains now aal the keys needed to be independant when building - pbroot, pbprojver, pbprojtag, pbpackager. (Bruno Cornec)
275- remove ntp calls for the moment, not ready (Bruno Cornec)
276- new idempotent setupvm/setupve actions to prepare the VM/VE to be used by pb (Bruno Cornec)
277è 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)
278- separation of CMS calls (only when using a cms2... action) and the environment variables used (Bruno Cornec)
279- Improvements for CMS support, lots on CVS (Bruno Cornec)
280- Use pod for pb documentation, modules to be done (Bruno Cornec)
281- Use Getopt::Long and support now long options (Bruno Cornec)
282- pb_syntax now uses pod2usage (Bruno Cornec)
283- All modules are packages now (Bruno Cornec)
284- pb_changelog back in Base.pm and removal of Changelog.pm (Bruno Cornec)
285- Major changes following a memorable Fort Collins discussion which makes that version incompatible with previous ones (Bruno Cornec/Bryan Gartner/Junichi Uekawa)
286- Support URLs for pbconf and projects (ftp, http, svn, cvs, file) (Bruno Cornec/Bryan Gartner)
287- Adds Virtual Environment support (mock, pbuilder, ...) (Bruno Cornec/Bryan Gartner)
288- Documentation of concepts (Bruno Cornec)
289- Fix for debian build in case a debian dir/link already exists in the project (Bruno Cornec/Bryan Gartner)
290
2910.8.12 (2008-02-07)
292- Adds support for supplemental files in projects (Bruno Cornec)
293- Addition of pbproj as a filtered variable for dploy needs also in pb_filter_file (Bruno Cornec)
294- fix #9 (Bruno Cornec)
295- adds gentoo support (Bruno Cornec)
296- Removes AppConfig dependency by using just a perl regexp instead (Bruno Cornec)
297- support for #11 test versions (Bruno Cornec)
298- overall ChangeLog support (Bruno Cornec)
299
3000.8.11 (2007-11-11)
301- Do not continue with VM if something goes wrong (Bruno Cornec)
302- Also build on 64 bits VMs when all (Bruno Cornec)
303- pb_env_init now creates a pbconf template dir if asked for (newproj option fix #3) (Bruno Cornec)
304- Fix a bug in build2vm where only the first parameter was taken in account, so we were only generating the first package (Bruno Cornec)
305
3060.8.10 (2007-10-30)
307- pbinit is now filtered before being used (Bruno Cornec)
308- Ubuntu 7.10 support added (Bruno Cornec)
309- pbinit executed after filtering (Bruno Cornec)
310- Fix bug #7 where .pbrc nearly empty wasn't working (Bruno Cornec)
311
3120.8.9 (2007-10-25)
313- Fix a bug for support of PBLOG = no (Bruno Cornec)
314
3150.8.8 (2007-10-25)
316- Add correct support for PBLOG = no (Bruno Cornec)
317
3180.8.7 (2007-10-23)
319- Fix #2 (Bruno Cornec)
320
3210.8.6 (2007-10-22)
322- Add Debian build support (Bruno Cornec)
323- New filtering rules (Bruno Cornec)
324- Add flat support to svn and cvs (Bruno Cornec)
325- Fix #4 (Bruno Cornec)
326
3270.8.5 (2007-10-16)
328- First public version (Bruno Cornec)
329
3300.5 (2007-07-26)
331- Creation of the project based on mondorescue build tools (Bruno Cornec)
Note: See TracBrowser for help on using the repository browser.