-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChangeLog
27 lines (24 loc) · 1.07 KB
/
ChangeLog
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
changelog entries after 0.3.0 are in rpm/python-cvmfsutils.spec instead
0.3.0:
* Add RepoInfo class to read repository JSON meta data
* Add Revision class
* Move lookup and listing functionalities from the Repository to the
Revision class
* Fix catalog retrieval when using different revisions that share catalogs
under the same path
0.2.0:
* Allow for multi-threaded catalog inspection
* Add an optional local disk cache for arbitrary repository objects
* Retrieve repository tags by 'name', 'revision number' or 'date'
* Inspect catalog tree of historic repository revisions
0.1.0:
* Initial version
* Features:
* Inspect local and remote CernVM-FS repositories
* Find local Stratum0 repositories
* Check installed CernVM-FS (server) versions
* Read and interpret repository manifest files (.cvmfspublished)
* Download arbitrary repository file objects
* Inspect CernVM-FS file catalog hierarchy
* List directory entries in a directory, single catalog or whole repository
* Inspect repository history (CernVM-FS named snapshots)