|
1 | 1 | Revision history for PortageXS
|
2 | 2 |
|
3 |
| -0.2.11 2013-07-22T15:23:47Z |
4 |
| - - Package toolkit migrated to Dist::Zilla |
5 |
| - - b.g.o #437414 Now fixed in the code. |
6 |
| - - Maintainer/Release of codebase taken up by KENTNL ( [email protected]) |
7 |
| - - Codebase published via CPAN |
| 3 | +0.2.12 2013-07-24T06:23:39Z |
| 4 | + [Bugfix] |
| 5 | + - Partial solution to b.g.o #264680, bailing on unreadable categories, |
| 6 | + including non-categories that are also unreadable such as 'package'. Its |
| 7 | + not ideal, but its better than bailing for a predominant chunk of users. |
| 8 | + |
| 9 | + [Dependencies::Added / develop requires] |
| 10 | + - Test::CPAN::Changes 0.19 |
| 11 | + |
| 12 | + [Documentation] |
| 13 | + - Changelog retroactively touched up to work better with CPAN::Changes |
8 | 14 |
|
9 |
| -0.2.11 |
| 15 | + [Internals] |
| 16 | + - Refactored body of searchPackages into 2 smaller and more reusable |
| 17 | + parts. |
| 18 | + |
| 19 | +0.2.11 2013-07-22T15:23:47Z |
| 20 | + - Package toolkit migrated to Dist::Zilla |
| 21 | + - b.g.o #437414 Now fixed in the code. |
| 22 | + - Maintainer/Release of codebase taken up by KENTNL ( [email protected]) |
| 23 | + - Codebase published via CPAN |
10 | 24 | - Add PortageXS::Version (taken from CPANPLUS::Dist::Gentoo)
|
11 | 25 |
|
12 |
| -0.02.10 |
| 26 | +0.2.10 2009-04-15T00:00:00Z |
| 27 | + - Gentoo v0.02.10 |
13 | 28 | - Fixed bug b.g.o #265102
|
14 | 29 |
|
15 |
| -0.02.09 |
| 30 | +0.2.9 2008-12-01T00:00:00Z |
| 31 | + - Gentoo v0.02.09 |
16 | 32 | - Fixed bugs that occured when using new profiles (2008.0+)
|
17 | 33 | - Implemented getPortageMakeParam()
|
18 | 34 | - getArch() is now a wrapper for getPortageMakeParam() only
|
19 | 35 |
|
20 |
| -0.02.08 |
| 36 | +0.2.8 2008-05-12T00:00:00Z |
| 37 | + - Gentoo v0.02.08 |
21 | 38 | - Fixed bug b.g.o #216484 - Affected function: getArch()
|
22 | 39 |
|
23 |
| -0.02.07 |
| 40 | +0.2.7 2007-05-20T00:00:00Z |
| 41 | + - Gentoo v0.02.07 |
24 | 42 | - Optional parameter repo: getAvailableEbuilds()
|
25 | 43 | - New functions: searchPackageByHerd(), searchPackageByMaintainer()
|
26 | 44 | - Fixed bug b.g.o #178745 - Affected function: getParamFromFile()
|
27 | 45 |
|
28 |
| -0.02.06 |
29 |
| - - fileBelongsToPackage(): Do not die if CONTENTS file is missing. (Reported by Michael Cummings < [email protected]>) |
| 46 | +0.2.6 2007-04-19T00:00:00Z |
| 47 | + - Gentoo v0.02.06 |
| 48 | + - fileBelongsToPackage(): Do not die if CONTENTS file is missing. |
| 49 | + (Reported by Michael Cummings < [email protected]>) |
30 | 50 | - Speedup functions getFilesOfInstalledPackage(), fileBelongsToPackage()
|
31 | 51 | - Source cleanups
|
32 |
| - - New functions: disableColors(), getPackagesFromWorld(), recordPackageInWorld(), removePackageFromWorld() |
| 52 | + - New functions: disableColors(), getPackagesFromWorld(), |
| 53 | + recordPackageInWorld(), removePackageFromWorld() |
33 | 54 | - formatUseflags(): Also handle suffixes (% and *)
|
34 | 55 | - added .cache dir to EXCLUDE_DIRS for use with paludis
|
35 | 56 | - removed virtual dir from EXCLUDE_DIRS - we actually want virtuals in
|
36 |
| - - getPackagesFromCategory(): |
37 |
| - - Use PORTDIR by default |
38 |
| - - New optional parameter to set the repository to use |
39 |
| - - Check for dirs before trying to access them |
| 57 | + - getPackagesFromCategory(): - Use PORTDIR by default - New optional |
| 58 | + parameter to set the repository to use - Check for dirs before trying to |
| 59 | + access them |
40 | 60 | - searchPackage(): Works - Feel free to use it now.
|
41 |
| - - Fixed bug #175175 - getArch() was not able to resolve the profile path if make.profile was an absolute path |
42 |
| - - Apply fixes from bug #175175 to getProfilePath(); refactored getArch() and getUsemasksFromProfile() |
| 61 | + - Fixed bug #175175 - getArch() was not able to resolve the profile path |
| 62 | + if make.profile was an absolute path |
| 63 | + - Apply fixes from bug #175175 to getProfilePath(); refactored getArch() |
| 64 | + and getUsemasksFromProfile() |
43 | 65 | - Make test getPortageXScategorylist() more robust
|
44 | 66 |
|
45 |
| -0.02.05 |
46 |
| - - New functions: getEbuildName(), getUsedescs(), getCategories(), formatUseflags() (from demerge 0.032), sortUseflags(), getUsemasksFromProfile(), getProfilePath(), resetCaches() |
| 67 | +0.2.5 2007-04-09T00:00:00Z |
| 68 | + - Gentoo v0.02.05 |
| 69 | + - New functions: getEbuildName(), getUsedescs(), getCategories(), |
| 70 | + formatUseflags() (from demerge 0.032), sortUseflags(), |
| 71 | + getUsemasksFromProfile(), getProfilePath(), resetCaches() |
47 | 72 | - Fixed some function descriptions
|
48 | 73 | - Moved /etc/portagexs to /etc/pxs for convenience
|
49 |
| - - When initializing also initialise colors and apply NOCOLOR variable setting from make.conf to comply with portage (See `man make.conf` for further information); changes in UI::Console |
50 |
| - - Implemented caching for getUsedescs(), getHomedir(), getUsemasksFromProfile() |
| 74 | + - When initializing also initialise colors and apply NOCOLOR variable |
| 75 | + setting from make.conf to comply with portage (See `man make.conf` for |
| 76 | + further information); changes in UI::Console |
| 77 | + - Implemented caching for getUsedescs(), getHomedir(), |
| 78 | + getUsemasksFromProfile() |
51 | 79 | - getUsedesc() is only a wrapper for getUsedescs() now
|
52 |
| - - getUsedescs() now accepts an optional parameter that stores 'category/package' when looking up local usedescs |
53 |
| - - searchPackage() is silent now (no more direct output) and supports two search modes |
| 80 | + - getUsedescs() now accepts an optional parameter that stores |
| 81 | + 'category/package' when looking up local usedescs |
| 82 | + - searchPackage() is silent now (no more direct output) and supports two |
| 83 | + search modes |
54 | 84 | - Make formatUseflags() correctly format masked useflags
|
55 | 85 | - More / better examples
|
56 | 86 | - More tests
|
57 | 87 |
|
58 |
| -0.02.04 |
59 |
| - - Made full category/package-version string mandatory for function getUseSettingsOfInstalledPackage() which otherwise causes odd behaviour in apps such as demerge |
| 88 | +0.2.4 2007-03-09T00:00:00Z |
| 89 | + - Gentoo v0.02.04 |
| 90 | + - Made full category/package-version string mandatory for function |
| 91 | + getUseSettingsOfInstalledPackage() which otherwise causes odd behaviour |
| 92 | + in apps such as demerge |
60 | 93 |
|
61 |
| -0.02.03 |
| 94 | +0.2.3 2007-02-18T00:00:00Z |
| 95 | + - Gentoo v0.02.03 |
62 | 96 | - New deps: IO::Socket::SSL, Sys::Syslog
|
63 | 97 | - New configuration file for the server: /etc/portagexs/portagexsd.conf
|
64 | 98 | - Initscript for the server
|
65 | 99 | - Runtime optimizations
|
66 | 100 | - Basic server and client implemented
|
67 | 101 |
|
68 |
| -0.02.02 |
69 |
| - - New functions: searchPackage(), getReponame(), resolveMirror(), getUsedesc() |
| 102 | +0.2.2 2006-11-17T00:00:00Z |
| 103 | + - Gentoo v0.02.02 |
| 104 | + - New functions: searchPackage(), getReponame(), resolveMirror(), |
| 105 | + getUsedesc() |
70 | 106 | - New example: searchPackage.pl, resolveMirror.pl, getUsedesc.pl
|
71 | 107 | - New module: Useflags.pm
|
72 | 108 | - Syntax stuff
|
73 |
| - - Added tests for new functions (left out: searchPackage because it will change in the future; do not use it!) |
| 109 | + - Added tests for new functions (left out: searchPackage because it will |
| 110 | + change in the future; do not use it!) |
74 | 111 |
|
75 |
| -0.02.01 |
| 112 | +0.2.1 2006-11-12T00:00:02Z |
| 113 | + - Gentoo v0.02.01 |
76 | 114 | - fix Console.pm functions: printColored, print_ok, print_err, print_info
|
77 |
| - - Do not fail if IUSE/USE-files are missing in getUseSettingsOfInstalledPackage() |
| 115 | + - Do not fail if IUSE/USE-files are missing in |
| 116 | + getUseSettingsOfInstalledPackage() |
78 | 117 |
|
79 |
| -0.02 |
80 |
| - - getPackagesFromCategory() was returning a list of categories when given category was empty |
| 118 | +0.2.0 2006-11-12T00:00:01Z |
| 119 | + - Gentoo v0.02 |
| 120 | + - getPackagesFromCategory() was returning a list of categories when given |
| 121 | + category was empty |
81 | 122 | - handle multiple overlays
|
82 | 123 | - getArch() returns ARCH set in system-profile
|
83 | 124 |
|
84 |
| -0.01 |
| 125 | +0.1.0 2006-01-01T00:00:03Z |
| 126 | + - ( actual timestamp unknown ) |
| 127 | + - Gentoo v0.01 |
85 | 128 | - Clean up getEbuildVersion regexp
|
86 | 129 | - added tests for getEbuildVersion
|
87 | 130 | - fixed test for getPortageXScategorylist
|
88 | 131 |
|
89 |
| -0.01_p2 |
| 132 | +0.0.2 2006-01-01T00:00:02Z |
| 133 | + - ( actual timestamp unknown ) |
| 134 | + - Gentoo v0.01_p2 |
90 | 135 | - New functions: getPortdirOverlay, getHomedir
|
91 | 136 |
|
92 |
| -0.01_p1 |
93 |
| - - Initial unofficial release (hey.. i could have just touched the 'Changes' file ;)) |
| 137 | +0.0.1 2006-01-01T00:00:01Z |
| 138 | + - ( actual timestamp unknown ) |
| 139 | + - Gentoo v0.01_p1 |
| 140 | + - Initial unofficial release (hey.. i could have just touched the |
| 141 | + 'Changes' file ;)) |
| 142 | + |
0 commit comments