From: PHO Date: Thu, 28 Jul 2011 14:07:53 +0000 (+0900) Subject: Bump version to 0.1.0.1 X-Git-Tag: RELEASE-0.1.0.1 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=time-w3c.git;a=commitdiff_plain Bump version to 0.1.0.1 --- diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..8503d17 --- /dev/null +++ b/NEWS @@ -0,0 +1,2 @@ +== time-w3c-0.1.0.1 / 2011-07-28 +* Fix breakage on newer GHC and other libraries diff --git a/bugs/issue-500809245698681b6400d0632c4a66229e6589bf.yaml b/bugs/issue-500809245698681b6400d0632c4a66229e6589bf.yaml new file mode 100644 index 0000000..c5fcb34 --- /dev/null +++ b/bugs/issue-500809245698681b6400d0632c4a66229e6589bf.yaml @@ -0,0 +1,27 @@ +--- !ditz.rubyforge.org,2008-03-06/issue +title: Fix breakage on newer GHC and other libraries +desc: time-w3c has been slightly bitrotted. +type: :task +component: time-w3c +release: time-w3c-0.1.0.1 +reporter: PHO +status: :closed +disposition: :fixed +creation_time: 2011-07-28 14:02:52.743761 Z +references: [] + +id: 500809245698681b6400d0632c4a66229e6589bf +log_events: +- - 2011-07-28 14:02:54.199577 Z + - PHO + - created + - "" +- - 2011-07-28 14:03:39.148339 Z + - PHO + - assigned to release time-w3c-0.1.0.1 from unassigned + - "" +- - 2011-07-28 14:03:51.564807 Z + - PHO + - closed with disposition fixed + - Done. +git_branch: diff --git a/bugs/project.yaml b/bugs/project.yaml index a60cc44..0c7ea36 100644 --- a/bugs/project.yaml +++ b/bugs/project.yaml @@ -4,5 +4,17 @@ version: "0.5" components: - !ditz.rubyforge.org,2008-03-06/component name: time-w3c -releases: [] - +releases: +- !ditz.rubyforge.org,2008-03-06/release + name: time-w3c-0.1.0.1 + status: :released + release_time: 2011-07-28 14:06:31.400896 Z + log_events: + - - 2011-07-28 14:03:16.042072 Z + - PHO + - created + - "" + - - 2011-07-28 14:06:31.400920 Z + - PHO + - released + - Done. diff --git a/time-w3c.cabal b/time-w3c.cabal index e1e5cff..04b18c0 100644 --- a/time-w3c.cabal +++ b/time-w3c.cabal @@ -1,5 +1,5 @@ Name: time-w3c -Version: 0.1 +Version: 0.1.0.1 Synopsis: Parse, format and convert W3C Date and Time Description: This package provides functionalities to parse and format W3C @@ -19,6 +19,9 @@ Bug-Reports: http://static.cielonegro.org/ditz/time-w3c/ Category: Web Build-type: Simple Cabal-version: >= 1.6 +Extra-Source-Files: + COPYING + NEWS Source-Repository head Type: git