-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checking in changes prior to tagging of version v2.1.0.
Changelog diff is: diff --git a/Changes b/Changes index ca5f7de..626b490 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,13 @@ Revision history for Perl extension Ukigumo-Server {{$NEXT}} +v2.1.0 2014-04-05T05:45:25Z + + - Fix the bug that does not work on Windows (tokuhirom) + - Generate RSS feeds (mattn) + - Prefer "project [branch](rivision)" to be same as /recent (mattn) + - (*** INCOMPATIBLE CHANGE / ALTER DATABASE SCHEMA IS REQUIRED ***) Change to store elapsed time (moznion) + v2.0.3 2014-03-17T15:23:28Z - Fix mojibake
- Loading branch information
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,9 +38,11 @@ | |
"DBIx::Schema::DSL" : "0", | ||
"Locale::Maketext::Extract::Plugin::Xslate" : "v0.0.2", | ||
"Path::Tiny" : "0", | ||
"Perl::Critic" : "0", | ||
"SQL::Translator::Producer::Teng" : "0", | ||
"Test::CPAN::Meta" : "0", | ||
"Test::MinimumVersion" : "0.10108", | ||
"Test::Perl::Critic" : "0", | ||
"Test::Pod" : "1.41", | ||
"Test::Spellunker" : "v0.2.7" | ||
} | ||
|
@@ -68,13 +70,13 @@ | |
"Locale::Maketext::Extract" : "0", | ||
"Locale::Maketext::Lexicon" : "0", | ||
"Module::Functions" : "0", | ||
"POSIX::strftime::Compiler" : "0.31", | ||
"Plack::Builder" : "0", | ||
"Plack::Loader" : "0", | ||
"Plack::Middleware::ReverseProxy" : "0.09", | ||
"Plack::Middleware::Session" : "0.14", | ||
"Plack::Session::Store::File" : "0", | ||
"Pod::Usage" : "0", | ||
"POSIX::strftime::Compiler" : "0.31", | ||
"Router::Simple" : "0.14", | ||
"Router::Simple::Sinatraish" : "0", | ||
"Starlet" : "0", | ||
|
@@ -120,18 +122,18 @@ | |
"web" : "https://github.com/ukigumo/Ukigumo-Server" | ||
} | ||
}, | ||
"version" : "v2.0.3", | ||
"version" : "v2.1.0", | ||
"x_contributors" : [ | ||
"xaicron <[email protected]>", | ||
"Kan Fushihara <[email protected]>", | ||
"mattn <[email protected]>", | ||
"Kan Fushihara <[email protected]>", | ||
"Tomohiro Hosaka <[email protected]>", | ||
"studio3104 <[email protected]>", | ||
"HIROSE Masaaki <[email protected]>", | ||
"Takumi Sakamoto <[email protected]>", | ||
"Songmu <[email protected]>", | ||
"cho45 <[email protected]>", | ||
"mattn <[email protected]>", | ||
"moznion <[email protected]>" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters