diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGELOG.en.txt | 60 | ||||
-rw-r--r-- | doc/CHANGELOG.es.txt | 67 | ||||
-rw-r--r-- | doc/COMPATIBILITY.en.txt | 10 | ||||
-rw-r--r-- | doc/INSTALL.en.txt | 8 | ||||
-rw-r--r-- | doc/INSTALL.es.txt | 8 | ||||
-rw-r--r-- | doc/VERSION.json | 2 |
6 files changed, 120 insertions, 35 deletions
diff --git a/doc/CHANGELOG.en.txt b/doc/CHANGELOG.en.txt new file mode 100644 index 00000000..d33d92f9 --- /dev/null +++ b/doc/CHANGELOG.en.txt @@ -0,0 +1,60 @@ +CHANGELOG.en.txt +================ + + +Changes included in OpenGnsys 1.2.0 +----------------------------------- + +#140 Unified configuration file (duplicated) +#803 Delete drop-down of images from different partition (won't be resolved) +#837 Install OpenGnsys using deb package (duplicated) +#838 Problema con parámetros vga en ogLive +#901 Investigate if connections to the database are made correctly +#902 Unclear error message (won't be resolved) +#941 Use libdbi in ogAdmServer +#942 Remove ogAdmAgent +#944 Show computer distribution in a lab +#968 Choose allowed operations in OGAgent agents +#970 Use autotools in ogAdmServer +#971 Remove unused code in ogAdmServer, ogAdmAgent and ogAdmClient +#975 New OGAgent option to obtain system status in detail +#976 ogBootMbrGeneric: improve GPT compatibility (won't be resolved) +#980 Add REST API to ogClient +#981 add native systemd unit file for ogAdmServer +#986 Rename ogAdmServer to ogServer +#987 Use systemctl to disable/enable services in Debian/Ubuntu +#990 Use client broadcast address on WoL +#991 Define computer in maintenance status +#997 Releasing OpenGnsys version 1.2.0 +#998 disable incremental image updates +#999 ogClient session command do not boot the selected OS +#1000 Fix ogClient HTTP lenght handling +#1001 Remove trailing \r and \n in some scripts +#1002 Fix update script to not remove ogAdmRepo.cfg +#1003 Fix ogClient update +#1005 Fix support for computer groups in RemotePC +#1006 Fix RemotePC IP retrieving on running clients +#1007 opengnsys_update.sh does not generate VERSION.json file +#1008 Add support to several disks +#1009 Fix ogclient permissions +#1010 Clean up and fix /software +#1011 Windows hibernation error +#1012 Support disk larger than 2Tb +#1013 ogClient (live mode) hangs busy when createImage script fails +#1014 ogGetImageInfo function fails with Windows 10 2009 update +#1015 PXE files are not updated when needed +#1017 Default ogLive crash after system update, symlinks don't exist (not valid) +#1018 opengnsys_update script cannot start or stop ogserver service +#1019 ogClient cannot execute some queued instructions +#1020 logrotate does not rotate opengnsys log files +#1022 Software inventory crashes when it exceeds 64 Kb +#1024 Disable function move a single computer +#1026 Installation and update scripts must report the operating system prerequisites (and previous version of OpenGnsys in the case of update scripts) +#1027 opengnsys_update.sh does not include the server IP in ogclient.json file +#1028 ogServer: modify its status when uninstalling or changing the server's IP address +#1029 Final message of installation and upgrade scripts +#1031 Admin console doesn't show the statistics +#1032 Running a task causes a malfunction in action queue +#1033 ogLive 5.4 incompatible with "opengnsys-cache" netboot option +#1034 Error is displayed during the execution of opengnsys_export.sh + diff --git a/doc/CHANGELOG.es.txt b/doc/CHANGELOG.es.txt index ba7f5fb6..6cdde072 100644 --- a/doc/CHANGELOG.es.txt +++ b/doc/CHANGELOG.es.txt @@ -6,40 +6,67 @@ Lista de cambios incluidos en OpenGnsys 1.2.0 --------------------------------------------- Tickets resueltos en módulo OpenGnsys Cloning Engine: +#976 ogBootMbrGeneric: mejora en la compatibilidad con GPT (no se resolverá) #1011 Error con Windows hibernado #1014 ogGetImageInfo falla con la actualización de Windows de octubre 2020 Tickets resueltos en módulo OpenGnsys Client: -#980 Add REST API to ogClient -#999 ogClient session command do not boot the selected OS (corrección) -#1000 Fix ogClient HTTP lenght handling (corrección) -#1009 Fix ogclient permissions (corrección) +#980 Se añade API REST API a ogClient +#999 El comando "session" de ogClient no arranque el SO seleccionado (corrección) +#1000 Se arregla el manejo de la longitud HTTP (corrección) +#1009 Se arreglan los permisos de ogclient (corrección) +#1013 ogClient (en modo live) se cuelga mostrando estado ocupado cuando falla createImage +#1019 El agente ogclient del oglive no ejecuta algunas instrucciones encoladas +#1027 opengnsys_update.sh: no configura ip del servidor en ogclient.json +#1033 ogLive 5.4 incompatible con opción del netboot opengnsys-cache + +Tickets resueltos en módulo OpenGnsys Agent: +#968 Elegir operaciones permitidas en agentes OGAgent +#975 Definir opción para que OGAgent devuelva estado detallado del sistema Tickets resueltos en módulo OpenGnsys Server: -#941 Use libdbi in ogAdmServer (mejora) -#942 Remove ogAdmAgent (mejora) -#970 Use autotools in ogAdmServer -#971 Remove unused code in ogAdmServer, ogAdmAgent and ogAdmClient -#981 add native systemd unit file for ogAdmServer -#986 Rename ogAdmServer to ogServer -#990 Use client broadcast address on WoL (mejora) +#140 Fichero de configuración unificado (duplicado) +#941 Utilizar libdbi en ogAdmServer (mejora) +#942 Eliminar ogAdmAgent (mejora) +#970 Utilizar autotools en ogAdmServer +#971 Eliminar código innecesario en ogAdmServer, ogAdmAgent y ogAdmClient +#981 Añadir fichero de inicio para ogAdmServer con systemd +#986 Renombrar ogAdmServer a ogServer +#990 Utilizar la dirección del cliente para WoL por broadcast (mejora) #1002 Fix update script to not remove ogAdmRepo.cfg (corrección) -#1008 Add support to several disk (mejora) -#1010 Clean up and fix /software +#1008 Añadir soporte para varios discos (mejora) +#1010 Limpiar y corregir código +#1017 Falla ogLive (por defecto) tras una actualización, los enlaces del tftpboot oglive y oclient no están. (no válido) +#1018 Servicio ogserver no se para ni se inicia durante el proceso de opengnsys_update +#1020 logrotate no rota los ficheros de log de opengnsys +#1022 NO realiza Inventario Software cuando supera los 64 kb +#1028 servicio ogserver: modificar su estado al desinstalar o cambiar la ip del servidor. +#1034 opengnsys_export.sh muestra falso error durante su ejecución Tickets resueltos en módulo OpenGnsys Web Admin Console: +#803 Consola Web: Eliminar desplegable imágenes de distinta partición (no se resolverá) #838 Problema con parámetros vga en ogLive -#901 Investigate if connections to the database are made correctly +#901 Revisión de las conexiones a la base de datos +#902 Unclear error message (no se resolverá) #944 Mostrar la distribución de equipos en el aula (mejora) -#998 disable incremental image updates -#1001 Remove trailing \r and \n in some scripts (corrección) -#1005 Fix support for computer groups in RemotePC (corrección) -#1006 Fix RemotePC IP retrieving on running clients +#991 Definir ordenador en estado de mantenimiento +#998 Deshabilitar imágenes sincronizadas +#1001 Eliminar finales en \r y \n en algunos scripts (corrección) +#1005 Arreglar el soporte para grupos de ordenadores en RemotePC (corrección) +#1006 Arreglar la recuperación de IP de clientes en ejecución en RemotePC #1012 Soporte disco mayores de 2Tb +#1015 Los ficheros de arranque PXE files no se actualizan cuando es necesario +#1024 Se dehabilita la función de mover un único equipo +#1031 La consola de administración no muestra las estadísticas +#1032 La ejecución de tareas provoca el mal funcionamiento de la cola de acciones Tickets resueltos en módulo OpenGnsys Installer: -#987 Use systemctl to disable/enable services in Debian/Ubuntu (mejora) -#1003 Fix ogClient update +#837 Paquete deb para instalar OpenGnsys (duplicado) +#987 Utilizar systemctl para habilitar/deshabilitar los servicios en Debian/Ubuntu (mejora) +#1003 Arreglar la actualizacion del ogClient +#1007 Error en opengnsys_update.sh: no genera archivo version.json +#1026 Los script de instalación y actualización deben mostrar los prerequisitos de OpenGnsys (y el de actualizacion la versión previa) +#1029 Los script de instalación y actualización muestran aviso sobre el nivel de depuración de syslog. Lista de cambios incluidos en OpenGnsys 1.1.1c (versión de mantenimiento) diff --git a/doc/COMPATIBILITY.en.txt b/doc/COMPATIBILITY.en.txt index 03f81c55..c8d89ab1 100644 --- a/doc/COMPATIBILITY.en.txt +++ b/doc/COMPATIBILITY.en.txt @@ -1,5 +1,5 @@ -OpenGnsys 1.1.1 (Espeto) Compatibility Notes +OpenGnsys 1.2.0 (Gazpacho) Compatibility Notes ============================================== @@ -8,9 +8,7 @@ OpenGnsys Administration Server and Repository Manager Installation of OpenGnsys services has been tested on the following GNU/Linux distributions: - - Ubuntu Server 18.04 LTS 64-bit (recommended) - - Ubuntu Server 16.04 LTS 64-bit (not fully tested) - - CentOS 7.x 64-bit (not fully tested) + - Ubuntu Server 18.04 LTS 64-bit OpenGnsys Clients @@ -18,8 +16,8 @@ OpenGnsys Clients Installation and cloning operations have been tested on the following operating systems and filesystems: - - Ubuntu Desktop 14.04 LTS 64-bit, 16.04 LTS 64-bit and 18.04 LTS 64-bit with Ext4 filesystem and Swap partition + - Ubuntu Desktop 14.04 LTS 64-bit, 16.04 LTS 64-bit, 18.04 LTS 64-bit, and 20.04 LTS 64-bit with Ext4 filesystem and swap partition or swap file - Windows 7 Enterprise 64-bit with NTFS filesystem - - Windows 10 Education 1709 64-bit, 1803 64-bit, 1809 64-bit and 1903 64-bit with NTFS filesystem + - Windows 10 Education 1709 64-bit, 1803 64-bit, 1809 64-bit, 1903 64-bit, 2004 64-bit, and 2009 64-bit with NTFS filesystem diff --git a/doc/INSTALL.en.txt b/doc/INSTALL.en.txt index 84492e6e..02062ef9 100644 --- a/doc/INSTALL.en.txt +++ b/doc/INSTALL.en.txt @@ -1,10 +1,10 @@ -Installing OpenGnsys Server 1.1.1 (Espeto) -========================================== +Installing OpenGnsys Server 1.2.0 (Gazpacho) +============================================ Before installation ------------------- -OpenGnsys Server 1.1.1 (codename Espeto) is meant to be installed under Ubuntu Server 18.04 LTS or newer (some tests have been done on CentOS 7-based systems). +OpenGnsys Server 1.2.0 (codename Gazpacho) is meant to be installed under Ubuntu Server 18.04 LTS 64-bit. Network connection is needed in order to download the required packages, the source code and the preconfigured client. @@ -71,7 +71,7 @@ Once the installation process is finished, you can start working with the system Updating / upgrading -------------------- -Warning: if you are going to upgrade OpenGnsys from a version earlier than 1.1.1 (Espeto), you must first upgrade Ubuntu to version 18.04 LTS and restart the server. +Warning: if you are going to upgrade OpenGnsys from a version earlier than 1.2.0 (Gazpacho), you must first upgrade Ubuntu to version 18.04 LTS and restart the server. There is a system self-upgrading script with the following features: * Network connection is needed to obtain the latest updates / upgrades. diff --git a/doc/INSTALL.es.txt b/doc/INSTALL.es.txt index a8fd4e00..75c844dc 100644 --- a/doc/INSTALL.es.txt +++ b/doc/INSTALL.es.txt @@ -1,10 +1,10 @@ -Instalación de OpenGnsys Server 1.1.1 (Espeto) -============================================== +Instalación de OpenGnsys Server 1.2.0 (Gazpacho) +================================================ Notas iniciales --------------- -Se presupone que el servidor de OpenGnsys 1.1.1 (Espeto) va a ser instalado en una distribución del sistema operativo Ubuntu Server a partir de la versión 18.04 LTS (se han hecho algunas pruebas en sistemas basados en CentOS 7). +Se recomienda que el servidor de OpenGnsys 1.2.0 (Gazpacho) sea instalado en una distribución del sistema operativo Ubuntu Server versión 18.04 LTS de 64 bits. El serividor debe tener acceso a Internet para descargar los paquetes necesarios, el código del proyecto y el cliente preconfigurado. @@ -71,7 +71,7 @@ Una vez finalizada la ejecución del instalador, puede empezarse a trabajar con Actualización ------------- -Nota importante: si se va a actualizar OpenGnsys desde una versión anterior a la 1.1.1 (Espeto), debe actualizarse antes la distribución de Ubuntu a la versión 18.04 LTS y reiniciar el servidor. +Nota importante: si se va a actualizar OpenGnsys desde una versión anterior a la 1.2.0 (Gazpacho), debe actualizarse antes la distribución de Ubuntu a la versión 18.04 LTS y reiniciar el servidor. Se dispone de un script de auto-actualización del sistema, con las siguientes características: * Es necesario conexión a Internet para obtener las últimas actualizaciones. diff --git a/doc/VERSION.json b/doc/VERSION.json index 94dd81ed..cbbd5c0d 100644 --- a/doc/VERSION.json +++ b/doc/VERSION.json @@ -1,6 +1,6 @@ { "project": "OpenGnsys", - "version": "1.2.0", + "version": "1.2.1", "codename": "Gazpacho", "definition": "https://www.andalucia.com/gastronomy/gazpacho.htm", "release": "", |