Sha256: fb8e3ddad0799a24a18aab344f4c3d199aa991b4341f9fa5aab56dfffa5fa86c

Contents?: true

Size: 1.99 KB

Versions: 1

Compression:

Stored size: 1.99 KB

Contents

= RELEASE HISTORY

== 1.0.0 / 2009-12-01

This is major reimplementation of the XDG API to be more flexiable
and object-oriented. Instead of a single module with every 
needed method, the system is devided up into sub-modules, one for
each set of XDG locations. So, for example, instead of "XDG.data_dirs"
you use "XDG::Data.dirs" or "XDG.data.dirs".

Changes:

* Reworked API and underlying implementation to be more OOP-style.
* Began work on xdg/extended.rb, exploring future proposals.
* Provides xdg/compat.rb, for backward compatabilty (temporary).


== 0.5.2 / 2009-05-30

This release requires rbconfig.rb and uses system entries in place of
some hardcoded FHS locations.

Changes:

* Replaced hardcoded system directories with rbconfig entries.


== 0.5.1 / 2008-11-17

Changes:

* Fixed data work directory is '.local', not '.share'
* Deprecated #data_work


== 0.5.0 / 2008-10-28

Changes:

* Changed _glob to _select


== 0.4.0 / 2008-10-26

This release removes the xdg_ prefix from the instance-level
method names. Now module and instance levels are the same.

Also, data_file, config_file and cache_file have been replaced with
data_find, config_find, cache_find, data_glob, config_glob and
cache_glob.

What's next? Well, I can't say I'm fond of the term 'glob', so I
may rename that to 'map' or 'collect' (or 'select'?)  and then 
add the ability to use blocks for matching too.

Changes:

* Renamed instance level methods without 'xdg_' prefix.
* Replace _file methods with _find and _glob methods.
* Prepare for v0.4 release
* Remove some old commented-out code
* Fixed data_find and data_glob
* Update RELEASE file
* Updated documentation for 0.4 release
* Added MANIFEST to .gitignore
* Correction or RELEASE
* Fixed plural in RELEASE file


== 0.3.0 / 2008-10-11

Changes:

* Removed xdg_ prefix from module methods
* Moved web/index.html to doc directory
* Updated reap serives
* Prepare for next release
* Fixed issue of xdg_ prefix still being used internally


== 0.1.0 / 2008-09-27

Changes:

* Started project

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xdg-1.0.0 HISTORY