diff --git a/History.md b/History.md index 235fd47c5d..ff01f6ebff 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -HEAD -==== +2.10.0 / 2015-01-13 +=================== * loading_plot : fix output variables * fix some onde problems @@ -7,6 +7,7 @@ HEAD * slick_grid: support single and multi-column sorting * button_action: more display options * new module : Code executor +* prevent modules from updating undefined variables 2.9.10 / 2015-01-02 =================== diff --git a/LICENSE b/LICENSE index 70196bb2dc..df626a515e 100644 --- a/LICENSE +++ b/LICENSE @@ -4,7 +4,7 @@ All the other code is under: The MIT License (MIT) -Copyright (c) 2014 NPellet +Copyright (c) NPellet and other Visualizer contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/src/src/util/versioning.js b/src/src/util/versioning.js index f108ea309d..6b370af4bd 100644 --- a/src/src/util/versioning.js +++ b/src/src/util/versioning.js @@ -2,7 +2,7 @@ define(['src/util/versionhandler', 'src/util/debug', 'src/main/variables', 'src/util/util'], function (VersionHandler, Debug, Variables, Util) { - var version = '2.9.10'; + var version = '2.10.0'; if (!Util.semver(version)) { throw new Error('Version number is invalid: ' + version);