move towards per-package changelogs, clarify doc/RELNOTES.md status
This commit is contained in:
		
							parent
							
								
									7b4b99fae0
								
							
						
					
					
						commit
						ec42b8d9ee
					
				| @ -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 | # 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 | ## 2014/1/6 hledger 0.22.1 | ||||||
| 
 | 
 | ||||||
							
								
								
									
										22
									
								
								hledger-web/CHANGES
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								hledger-web/CHANGES
									
									
									
									
									
										Normal 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. | ||||||
| @ -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) |  | ||||||
| @ -48,7 +48,7 @@ extra-source-files: | |||||||
|                 templates/homepage.julius |                 templates/homepage.julius | ||||||
|                 templates/homepage.lucius |                 templates/homepage.lucius | ||||||
|                 templates/normalize.lucius |                 templates/normalize.lucius | ||||||
|                 CHANGES.md |                 CHANGES | ||||||
| 
 | 
 | ||||||
| source-repository head | source-repository head | ||||||
|     type:     git |     type:     git | ||||||
|  | |||||||
							
								
								
									
										3
									
								
								hledger/CHANGES
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								hledger/CHANGES
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,3 @@ | |||||||
|  | 0.22.1 (2014/1/6) and older | ||||||
|  | 
 | ||||||
|  | See http://hledger.org/release-notes or doc/CHANGES.md. | ||||||
| @ -24,7 +24,9 @@ build-type:     Simple | |||||||
| -- data-dir:       data | -- data-dir:       data | ||||||
| -- data-files: | -- data-files: | ||||||
| extra-tmp-files: | extra-tmp-files: | ||||||
| extra-source-files: tests/suite.hs | extra-source-files:  | ||||||
|  |                     tests/suite.hs | ||||||
|  |                     CHANGES | ||||||
| 
 | 
 | ||||||
| -- Cabal-Version:  >= 1.9.2 | -- Cabal-Version:  >= 1.9.2 | ||||||
| -- Test-Suite test-hledger | -- Test-Suite test-hledger | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user