Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timurhai committed Aug 19, 2021
1 parent 1250437 commit 6a18b43
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 25 deletions.
16 changes: 11 additions & 5 deletions docs/changes_log/changes_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,21 @@ If Afanasy **network protocol changed**, it became incompatible with old one.
- The third number versions are fully compatible.
You can upgrade only one client or server for changes.

.. _changes-log-latest:

v3.2.1
======

*Not released*

2021.08.12
2021.08.19

- Houdini Afanasy `TOP Scheduler <../software/houdini.html#afanasy-top-scheduler>`_.

- Houdini setup changed. Now ``HOUDINI_PATH=cgru/plugins/houdini`` and *afanasy.otl* moved to *otls/afanasy.hda*.

- Each not numeric task can have an own extra `environment <../afanasy/job_task.html#environment>`_.

- Paths mapping is applied to Block and Task environment.

- AfWatch now understands appending new blocks/tasks to an existing job.

- AfWatch can restart error tasks of a specified block.
Expand All @@ -34,12 +36,16 @@ v3.2.1

- Pools got some operations that will be applied to all renders in it: ejects tasks, launch command, exit renders and delete renders.

- MS Windows release moved on MSVC 2019, Python 3.9.6 and Qt 5.15.2.

.. warning::

MS Windows 7 is no longer supported, as Python 3.9 dropped it.

- **Bugfixes**
- AfWatch jobs list right panel folders buttons refresh fix on a new job selection.
- AfWatch jobs list switching from admin mode, other users jobs appear fixed.

.. _changes-log-latest:

v3.2.0
======

Expand Down
37 changes: 17 additions & 20 deletions docs/downloads/downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,47 +16,44 @@ MS Windows

ZIP Archive:

https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.windows.zip/download

64Bit, Python 3.6.5, PySide2, Qt 5.9.5, MSVC 2017.

You may needed to install *Redistributable 2015 x64*
package to work, if you have some old updated Windows OS:

https://www.microsoft.com/en-us/download/details.aspx?id=48145
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.windows.zip/download

64Bit, Python 3.9.6, PySide2, Qt 5.15.2, MSVC 2019.

.. _downloads-linux:

Linux
=====

- AltLinux 9 (Simply Linux)
https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.alt9.0_x86_64.tar.gz/download
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.alt9.0_x86_64.tar.gz/download

- CentOS 7 (RHEL 7)
https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.CentOS-7_x86_64.tar.gz/download
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.CentOS-7_x86_64.tar.gz/download

- CentOS 8 (RHEL 8)
https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.CentOS-8_x86_64.tar.gz/download
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.CentOS-8_x86_64.tar.gz/download

- Debian 10
https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.debian10_amd64.tar.gz/download
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.debian10_amd64.tar.gz/download

- Debian 11
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.debian11_amd64.tar.gz/download

- Fedora 33
https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.Fedora-33_x86_64.tar.gz/download
- Fedora 34
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.Fedora-34_x86_64.tar.gz/download

- Open SUSE 15.2
https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.openSUSE-15.2_x86_64.tar.gz/download
- Open SUSE 15.3
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.openSUSE-15.3_x86_64.tar.gz/download

- Ubuntu 18.04 LTS
https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.ubuntu18.04_amd64.tar.gz/download
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.ubuntu18.04_amd64.tar.gz/download

- Ubuntu 20.04 LTS
https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.ubuntu20.04_amd64.tar.gz/download
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.ubuntu20.04_amd64.tar.gz/download

- Ubuntu 21.04
https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.ubuntu21.04_amd64.tar.gz/download
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.ubuntu21.04_amd64.tar.gz/download

*All binaries (packages) are 64 bit.*

Expand All @@ -74,7 +71,7 @@ Sources

Latest release snapshot:

https://sourceforge.net/projects/cgru/files/3.2.0/cgru.3.2.0.zip/download
https://sourceforge.net/projects/cgru/files/3.2.1/cgru.3.2.1.zip/download

Repository:

Expand Down

0 comments on commit 6a18b43

Please sign in to comment.