Skip to content

Commit

Permalink
bump version to 0.49.2, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Apr 28, 2019
1 parent 501b431 commit 7396c68
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -1110,3 +1110,9 @@ Version history
- fixed stack overflows with static foreach
- fixed infinite loop for cyclic base classes
- fixed more crashes during semantic highlighting

2019-04-28 Version 0.49.2
* VS2013/VS2015: VC projects broken in 0.49.1 due to unsupported msbuild variable
* visualdproj: fixed additional options not passed to single file compilation
* VS2015: workaround VS not correctly updating extension caches after uninstallation
* bugzilla 19826: visualdproj projects created for LDC still use DMD
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 49
#define VERSION_REVISION 1
#define VERSION_REVISION 2
#define VERSION_BETA
#define VERSION_BUILD 0
6 changes: 6 additions & 0 deletions doc/StartPage.dd
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ $(H2 News)
$(P $(LINK2 VersionHistory.html, Full version history and complete details...)
)

2019-04-28 Version 0.49.2
$(UL
$(LI VS2013/VS2015: VC projects broken in 0.49.1 due to unsupported msbuild variable)
$(LI VS2015: workaround VS not correctly updating extension caches after uninstallation)
)

2019-04-21 Version 0.49.1
$(UL
$(LI fixed reading settings from VC projects in VS2017)
Expand Down
8 changes: 8 additions & 0 deletions doc/VersionHistory.dd
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Ddoc

$(H2 2019-04-28 Version 0.49.2)
$(UL
$(LI VS2013/VS2015: VC projects broken in 0.49.1 due to unsupported msbuild variable)
$(LI visualdproj: fixed additional options not passed to single file compilation)
$(LI VS2015: workaround VS not correctly updating extension caches after uninstallation)
$(LI bugzilla 19826: visualdproj projects created for LDC still use DMD)
)

$(H2 2019-04-21 Version 0.49.1)
$(UL
$(LI fixed reading settings from VC projects in VS2017)
Expand Down
2 changes: 1 addition & 1 deletion doc/visuald.ddoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.49.0
VERSION = 0.49.2
ROOT_DIR = http://www.dlang.org/
ROOT = http://www.dlang.org
BODYCLASS = visuald
Expand Down

0 comments on commit 7396c68

Please sign in to comment.