From 207fa5ba56613331d605700b9bab9e87bf6bb94f Mon Sep 17 00:00:00 2001 From: Bladen Martin Date: Fri, 31 Jul 2020 11:13:03 +0530 Subject: Changes to be made when eSim version changes --- eSimVersionChange.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 eSimVersionChange.md (limited to 'eSimVersionChange.md') diff --git a/eSimVersionChange.md b/eSimVersionChange.md new file mode 100644 index 00000000..cd43d36b --- /dev/null +++ b/eSimVersionChange.md @@ -0,0 +1,39 @@ +# Changes when eSim version is updated + +1. master/VERSION\ +- Change the version number + +2. master/conf.py\ +- Update `release` variable + +3. master/setup.py\ +- Update `version` field in `setup` function + +4. User manual +- Update user manual filename as `eSim_Manual_y.x.pdf` where y.x is the updated version. +- Update path in the following line at `master/src/browser/UserManual.py` with the updated manual name +```python + file = os.path.realpath('library/browser/User-Manual/eSim_Manual_2.0.pdf') +``` + +5. master/src/configuration/Appconfig.py\ +- In function `def __init__ (self)` , update the variable `sel._VERSION` + +6. master/INSTALL\ +- Update the installer file names according to the latest version + +7. installers/Windows/esim-setup-script.nsi\ +- Update the following lines in the script +```nsi +- !define PRODUCT_VERSION "y.x" +- !define VERSION "a.b.c.d" + +- OutFile "eSim-y.x_install.exe" +``` + +8. master/README.md +- Update new features, OS support and other chnages that were made in the new version. + + + + -- cgit From 3efe3ade5c88e5c84174a92ff1e328de7bdfa979 Mon Sep 17 00:00:00 2001 From: Bladen Martin Date: Sat, 1 Aug 2020 11:33:09 +0530 Subject: Update eSimVersionChange.md --- eSimVersionChange.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eSimVersionChange.md') diff --git a/eSimVersionChange.md b/eSimVersionChange.md index cd43d36b..bb7c1b86 100644 --- a/eSimVersionChange.md +++ b/eSimVersionChange.md @@ -1,4 +1,4 @@ -# Changes when eSim version is updated +# Changes to be made when eSim version is updated 1. master/VERSION\ - Change the version number -- cgit From 23e13dcfb7d8654f5d274c6a9c51b6529d58b057 Mon Sep 17 00:00:00 2001 From: Bladen Martin Date: Sat, 1 Aug 2020 11:33:48 +0530 Subject: Update eSimVersionChange.md --- eSimVersionChange.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eSimVersionChange.md') diff --git a/eSimVersionChange.md b/eSimVersionChange.md index bb7c1b86..3c119663 100644 --- a/eSimVersionChange.md +++ b/eSimVersionChange.md @@ -32,7 +32,7 @@ ``` 8. master/README.md -- Update new features, OS support and other chnages that were made in the new version. +- Update new features, OS support and other changes that were made in the new version. -- cgit