Commit edacb480 authored by Fedor Batonogov's avatar Fedor Batonogov
Browse files

Release 2.8

parent 9b4a93d6
Loading
Loading
Loading
Loading
+95 −57
Original line number Diff line number Diff line
@@ -66,86 +66,124 @@ None

## History

#### [1.0] - 2016-08-26
First release, works.
<details>
  <summary>2022</summary>

#### [1.1] - 2016-12-13
Added Python 3.4 on Windows, thanks to @bmustiata
#### [2.8] - 2022-08-11
- Updated OpenSSL 1.1.1p -> 1.1.1q
- Updated Pyinstaler 5.2.0 -> 5.3.0
- Updated Python 3.10.5 -> 3.10.6

#### [1.2] - 2016-12-13
Added Python 3.5 on Windows, thanks (again) to @bmustiata
#### [2.7] - 2022-07-10
- Updated Python 3.10.4 -> 3.10.5
- Updated OpenSSL 1.1.1o -> 1.1.1p
- Updated Pyinstaler 5.1.0 -> 5.2.0

#### [1.3] - 2017-01-23
Upgraded PyInstaller to version 3.2.1.
Thanks to @bmustiata for contributing:
 - Custom PyPi URLs
 - No longer need to supply a requirements.txt file if your project doesn't need it
 - PyInstaller can be called directly, for e.g to generate a spec file
#### [2.6] - 2022-05-18
- Updated Pyinstaler 4.10 -> 5.1.0
- Updated OpenSSL 1.1.1n -> 1.1.1o

#### [1.4] - 2017-01-26
Fixed bug with concatenated commands in entrypoint arguments, thanks to @alph4
#### [2.5] - 2022-04-15
- Updated Ubuntu 20.04 -> 22.04 for amd64
- Updated Python 3.10.1 -> 3.10.4
- Updated Pyinstaler 4.7.0 -> 4.10
- Updated OpenSSL 1.1.1m -> 1.1.1n

#### [1.5] - 2017-09-29
Changed the default PyInstaller version to 3.3
</details>

#### [1.6] - 2017-11-06
Added Python 3.6 on Windows, thanks to @jameshilliard
<details>
  <summary>2021</summary>

#### [1.7] - 2018-10-02
Bumped Python version to 3.6 on Linux, thank you @itouch5000
#### [2.4] - 2021-12-23
- Updated Python 3.10.0 -> 3.10.1
- Updated OpenSSL 1.1.1l -> 1.1.1m

#### [1.8] - 2019-01-15
- Build using an older version of glibc to improve compatibility, thank you @itouch5000
- Updated PyInstaller to version 3.4
#### [2.3] - 2021-11-14
- Updated Python 3.9.7 -> 3.10.0
- Updated Pyinstaler 4.5.1 -> 4.7.0

#### [1.9] - 2020-01-14
- Added a 32bit package, thank you @danielguardicore
- Updated PyInstaller to version 3.6
#### [2.2] - 2021-10-16
- Updated Ubuntu 12.04 -> 20.04 for amd64
- Updated openssl 1.0.2u -> 1.1.1l for amd64
- Deleted Python 2 Dockerfiles
- Deleted 32 bit Dockerfiles

#### [2.1] - 2021-09-24
- Updated Ubuntu 16.04 -> 20.04 for win64 and win32
- Updated PyInstaller 4.2 -> 4.5.1
- Updated Python 3.9.5 -> 3.9.7

#### [2.0] - 2021-03-11
- Drop support for Python 2.7
- Updated Python 3 to version 3.9
- Updated PyInstaller to version 4.2

#### [2.1] - 2021-09-24
- Updated Ubuntu 16.04 -> 20.04 for win64 and win32
- Updated PyInstaller 4.2 -> 4.5.1
- Updated Python 3.9.5 -> 3.9.7
</details>

#### [2.2] - 2021-10-16
- Updated Ubuntu 12.04 -> 20.04 for amd64
- Updated openssl 1.0.2u -> 1.1.1l for amd64
- Deleted Python 2 Dockerfiles
- Deleted 32 bit Dockerfiles
<details>
  <summary>2020</summary>

#### [2.3] - 2021-11-14
- Updated Python 3.9.7 -> 3.10.0
- Updated Pyinstaler 4.5.1 -> 4.7.0
#### [1.9] - 2020-01-14
- Added a 32bit package, thank you @danielguardicore
- Updated PyInstaller to version 3.6

#### [2.4] - 2021-12-23
- Updated Python 3.10.0 -> 3.10.1
- Updated OpenSSL 1.1.1l -> 1.1.1m
</details>

#### [2.5] - 2022-04-15
- Updated Ubuntu 20.04 -> 22.04 for amd64
- Updated Python 3.10.1 -> 3.10.4
- Updated Pyinstaler 4.7.0 -> 4.10
- Updated OpenSSL 1.1.1m -> 1.1.1n

#### [2.6] - 2022-05-18
- Updated Pyinstaler 4.10 -> 5.1.0
- Updated OpenSSL 1.1.1n -> 1.1.1o
<details>
  <summary>2019</summary>

#### [2.7] - 2022-07-10
- Updated Python 3.10.4 -> 3.10.5
- Updated OpenSSL 1.1.1o -> 1.1.1p
- Updated Pyinstaler 5.1.0 -> 5.2.0
#### [1.8] - 2019-01-15
- Build using an older version of glibc to improve compatibility, thank you @itouch5000
- Updated PyInstaller to version 3.4

#### [2.8] - Upcoming
- Updated OpenSSL 1.1.1p -> 1.1.1q
- Updated Pyinstaler 5.2.0 -> 5.3.0
- Updated Python 3.10.5 -> 3.10.6
</details>

<details>
  <summary>2018</summary>

#### [1.7] - 2018-10-02
Bumped Python version to 3.6 on Linux, thank you @itouch5000

</details>

<details>
  <summary>2017</summary>

#### [1.6] - 2017-11-06
Added Python 3.6 on Windows, thanks to @jameshilliard

#### [1.5] - 2017-09-29
Changed the default PyInstaller version to 3.3

#### [1.4] - 2017-01-26
Fixed bug with concatenated commands in entrypoint arguments, thanks to @alph4

#### [1.3] - 2017-01-23
Upgraded PyInstaller to version 3.2.1.
Thanks to @bmustiata for contributing:
 - Custom PyPi URLs
 - No longer need to supply a requirements.txt file if your project doesn't need it
 - PyInstaller can be called directly, for e.g to generate a spec file

</details>

<details>
  <summary>2016</summary>

#### [1.2] - 2016-12-13
Added Python 3.5 on Windows, thanks (again) to @bmustiata

#### [1.1] - 2016-12-13
Added Python 3.4 on Windows, thanks to @bmustiata

#### [1.0] - 2016-08-26
First release, works.

</details>

## License

MIT