-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
76 lines (64 loc) · 2.57 KB
/
Changes
File metadata and controls
76 lines (64 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Changes for Perl extension ADAMK-Repository
0.13 Mon 29 Nov 2010
- Updating test values
- report_changed_versions now lists all authors that have committed
0.12 Sun 3 Jan 2010
- Adding support for C:\cpan
0.11 Thu 25 Jun 2009
- Add support for svn log
- Add svn log into "report_changed_versions" and "module" commands
- Add CLEANUP => 1 to all tempdir calls
- Added command cache ADAMK::Cache
- Added class ADAMK::SVN::Info
- Moved ADAMK::LogEntry to ADAMK::SVN::Log
- Added integration with ORDB::CPANTesters
- Added ADAMK::Version
- Added MYMETA support
0.10 Mon 20 Apr 2009
- Added function ADAMK::Util::ljoin
- Added function ADAMK::Util::table
- Added method ADAMK::Repository::distributions_like
- Added command ADAMK::Shell::usage
- Added command ADAMK::Shell::report_changed_versions
- Added command ADAMK::Shell::report_module_install_versions
- Added class ADAMK::Release::Extract
0.09 Sat 18 Apr 2009
- Updating to Module::Install::DSL 0.83
- Updating Module::Changes::ADAMK dependency to 0.09
- Heavy refactoring of the codebase
(Everything useful is now a Role class)
- Added support for detecting the Module::Install version
0.08 Mon 13 Apr 2009
- Moved ADAMK::SVN to ADAMK::Role::SVN
- Moved ADAMK::Repository::Util to ADAMK::Util
- Moved tracing logic into ADAMK::Mixin::Trace
- Updating File::Find::Rule::Perl dependency to 1.06
- Updating Module::Changes::ADAMK dependency to 0.08
0.07 Sun 12 Apr 2009
- Added ADAMK::Shell
- Added update_current_perl_versions command
- Updated to use Module::Changes::ADAMK 0.05
0.06 Mon 26 Jan 2009
- Upgrading to inc::Module::Install::DSL 0.82
- Sort all files and dirs as we read them
- Skip Araxis tests when we can't find it
- Added ADAMK::Distribution::Export
- Added ADAMK::Distribution::Checkout
- Abstracting svn basics into ADAMK::SVN
- Integrating with Module::Changes::ADAMK
0.05 Tue 23 Dec 2008
- Adding support for distribution exporting
- ADAMK::Release->distribution changed to distname
- ADAMK::Release->distribution now points to a ADAMK::Distribution
- ADAMK::Release->export works
- ADAMK::Repository->compare_export_latest added
- ADAMK::Repository->compare_export_stable works
0.03 Wed 17 Nov 2008
- Adding calculation of the latest release for a distribution
- Adding support for extracting a release into a temp directory
- Adding diff of svn to most recent release (via Araxis)
0.02 Thu 13 Nov 2008
- Adding distribution loading
- Adding preload support
0.01 Mon 10 Nov 2008
- Creating initial skeleton