move towards per-package changelogs, clarify doc/RELNOTES.md status

This commit is contained in:
Simon Michael 2014-04-08 15:52:37 -07:00
parent 7b4b99fae0
commit ec42b8d9ee
6 changed files with 53 additions and 23 deletions

View File

@ -1,8 +1,30 @@
<!-- This is now a release-time snapshot of the master copy on the wiki
-- (http://hledger.org/release-notes), which in turn is derived from the
-- per-package changelogs (hledger*/CHANGES).
-->
# Release notes
## unreleased
## 2014/2/10 hledger-web 0.22.4
* web: include the right unminified version of jquery.url.js (1.1) to avoid js breakage
## 2014/2/10 hledger-web 0.22.3
* web: fix version number reported by --version
## 2014/2/10 hledger-web 0.22.2
New:
* web: new option `--static-root` to set the base url for static files
Improved:
* web: include unminified source of all javascript to help packagers (fixes #161)
* web: work around clang-related build failures with OS X mavericks/XCode 5
* web: allow blaze-html 0.7 (closes #159)
- web: new option `--static-root` to set the base url for static files
## 2014/1/6 hledger 0.22.1

22
hledger-web/CHANGES Normal file
View File

@ -0,0 +1,22 @@
(unreleased)
- allow warp 2.1
0.22.4 (2014/2/10)
- Fix: include the right unminified version of jquery.url.js (1.1) to avoid js breakage
0.22.3 (2014/2/10)
- Fix: version number reported by --version
0.22.2 (2014/2/10)
- new option --static-root to set the base url for static files
- allow blaze-html 0.7 (#159)
- Fix: include unminified source of all javascript to help packagers (#161)
- Fix: work around clang-related build failures with OS X mavericks/XCode 5
0.22.1 (2014/1/6) and older
See http://hledger.org/release-notes or doc/CHANGES.md.

View File

@ -1,19 +0,0 @@
## 2014/2/10 hledger-web 0.22.4
* web: include the right unminified version of jquery.url.js (1.1) to avoid js breakage
## 2014/2/10 hledger-web 0.22.3
* web: fix version number reported by --version
## 2014/2/10 hledger-web 0.22.2
New:
* web: new option `--static-root` to set the base url for static files
Improved:
* web: include unminified source of all javascript to help packagers (fixes #161)
* web: work around clang-related build failures with OS X mavericks/XCode 5
* web: allow blaze-html 0.7 (closes #159)

View File

@ -48,7 +48,7 @@ extra-source-files:
templates/homepage.julius
templates/homepage.lucius
templates/normalize.lucius
CHANGES.md
CHANGES
source-repository head
type: git

3
hledger/CHANGES Normal file
View File

@ -0,0 +1,3 @@
0.22.1 (2014/1/6) and older
See http://hledger.org/release-notes or doc/CHANGES.md.

View File

@ -24,7 +24,9 @@ build-type: Simple
-- data-dir: data
-- data-files:
extra-tmp-files:
extra-source-files: tests/suite.hs
extra-source-files:
tests/suite.hs
CHANGES
-- Cabal-Version: >= 1.9.2
-- Test-Suite test-hledger