Changeset 511 in ProjectBuilder
- Timestamp:
- Aug 7, 2008, 2:29:26 AM (17 years ago)
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pbconf/0.9.3/perl-ProjectBuilder/pbcl
r438 r511 3 3 PERL-PROJECTBUILDER CHANGES 4 4 5 devel (2009-04-28) 6 - devel line 5 0.9.3 (2008-08-07) 6 - pb_conf_init introduced to allow projects using pb functions to setup the PBPROJ variable correctly (Bruno Cornec) 7 - New parameters for pb_system: mayfail and quiet (Bruno Cornec) 8 - Working patch support added to pb - tested with buffer - Fix #28 (Bruno Cornec) 9 - all global variables are prefixed with pb (Bruno Cornec) 10 - Use of pb_display and pb_display_init added (Bruno Cornec) 11 - announce is now supported in pb (Bruno Cornec) 7 12 8 13 0.9.2 (2008-05-13) -
pbconf/0.9.3/project-builder/pbcl
r438 r511 3 3 PB CHANGES 4 4 5 devel (2009-04-08) 6 - devel line 5 0.9.3 (2008-08-07) 6 - Update pb to install VMs correctly with new perl deps Locale-gettext (Bruno Cornec) 7 - Filtering functions now handle also pointer on hashes (such as the new pb hash) (Bruno Cornec) 8 - Filtering functions support new macro for patch support (PBPATCHSRC and PBPATCHCMD) (Bruno Cornec) 9 - Filtering functions use a single pb hash which contains the tag that will be handled during the filtering (Bruno Cornec) 10 - Env.pm now generates correct templates for patch support and uses the new pb hash (Bruno Cornec) 11 - pb_cms_export extended to support file:// URI, and also supports an undef second param (no local export available) (Bruno Cornec) 12 - In pb, hashes now include also the arch (for better patch support) (Bruno Cornec) 13 - Working patch support added to pb - tested with buffer - Fix #28 (Bruno Cornec) 14 - pb supports local CMS based patches, as well as external references (not tested yet) (Bruno Cornec) 15 - New pb_get_arch function provided (Bruno Cornec) 16 - DBI is only required when using announce (Bruno Cornec) 17 - 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) 18 - All global variables are prefixed with pb (Bruno Cornec) 19 - Makes script execution verbose (Bruno Cornec) 20 - Improve Fedora official package build (Bruno Cornec) 21 - Allow subject modification for announces (Bruno Cornec) 22 - Add support options per VM - Fix #27 (Bruno Cornec) 23 - Allows pbcl files to not have info on the new version and add it on the fly for newver action (Bruno Cornec) 24 - Adds support for pbml and pbsmtp at creation of project (Bruno Cornec) 25 - Use Mail::Sendmail instead of mutt to deliver mail (From: header issue) (Bruno Cornec) 26 - Announce is now supported in pb (Bruno Cornec) 27 - Adds support for repositories (yum, urpmi and deb) - Fix #13 (Bruno Cornec) 28 - Support perl eol separator ($/) in macros. (Useful for PBDESC) (Bruno Cornec) 29 - Fix an issue of generation on redhat and rhas2.1 where _target_platform in %configure is incorrect (Bruno Cornec) 30 - pb now generates testver in the .pb for newproj (Bruno Cornec) 31 - Sort output of build files (Bruno Cornec) 32 - Adds pbrepo entry when using newproj (Bruno Cornec) 33 - Add pb_cms_add function (Bruno Cornec) 34 - Change interface of pb_cms_checkin (third param) (Bruno Cornec) 35 - Check presence of inittab before touching it in setupvm (Bruno Cornec) 36 - Fake Changelog for test version (Bruno Cornec) 37 - setupvm improved with init level 3 by default (Bruno Cornec) 38 - still issue for pb build on Debian with the devel version name, and the mixed cases for modules unallowed (Bruno Cornec) 39 - Adds support for multi VM for setupvm command (Bruno Cornec) 7 40 8 41 0.9.2 (2008-05-13) -
pbconf/devel/perl-ProjectBuilder/pbcl
r438 r511 3 3 PERL-PROJECTBUILDER CHANGES 4 4 5 devel (2009-04-28) 6 - devel line 5 devel (2050-01-01) 6 - TBD 7 8 0.9.3 (2008-08-07) 9 - pb_conf_init introduced to allow projects using pb functions to setup the PBPROJ variable correctly (Bruno Cornec) 10 - New parameters for pb_system: mayfail and quiet (Bruno Cornec) 11 - Working patch support added to pb - tested with buffer - Fix #28 (Bruno Cornec) 12 - all global variables are prefixed with pb (Bruno Cornec) 13 - Use of pb_display and pb_display_init added (Bruno Cornec) 14 - announce is now supported in pb (Bruno Cornec) 7 15 8 16 0.9.2 (2008-05-13) -
pbconf/devel/project-builder/pbcl
r438 r511 3 3 PB CHANGES 4 4 5 devel (2009-04-08) 6 - devel line 5 devel (2050-01-01) 6 - TBD 7 8 0.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) 7 43 8 44 0.9.2 (2008-05-13)
Note:
See TracChangeset
for help on using the changeset viewer.