Release 1.9.12

This commit is contained in:
oheil 2023-02-28 11:40:41 +01:00
parent 88197781da
commit 6e664ad3f8
3 changed files with 8 additions and 6 deletions

View file

@ -11,7 +11,7 @@
* *
* @package NOCC * @package NOCC
* @license http://www.gnu.org/licenses/ GNU General Public License * @license http://www.gnu.org/licenses/ GNU General Public License
* @version SVN: $Id: common.php 3050 2023-02-23 13:18:20Z oheil $ * @version SVN: $Id: common.php 3052 2023-02-28 10:40:12Z oheil $
*/ */
define('NOCC_DEBUG_LEVEL', 0); define('NOCC_DEBUG_LEVEL', 0);
@ -57,7 +57,7 @@ require_once './utils/crypt.php';
require_once './utils/translation.php'; require_once './utils/translation.php';
$conf->nocc_name = 'NOCC'; $conf->nocc_name = 'NOCC';
$conf->nocc_version = '1.9.12-dev'; $conf->nocc_version = '1.9.12';
$conf->nocc_url = 'http://nocc.sourceforge.net/'; $conf->nocc_url = 'http://nocc.sourceforge.net/';
$pwd_to_encrypt = false; $pwd_to_encrypt = false;

View file

@ -1,7 +1,7 @@
Latest version is 1.9.11 Latest version is 1.9.12
NOCC 1.9.12-dev ???????? ??, ???? NOCC 1.9.12 February 28, 2023
Misc Misc
* Autoupdate: a -dev version is smaller than the release, * Autoupdate: a -dev version is smaller than the release,
@ -12,7 +12,7 @@ NOCC 1.9.12-dev ???????? ??, ????
conf.php.dist (Oliver Heil). conf.php.dist (Oliver Heil).
* Call to syslog can be problematic, see * Call to syslog can be problematic, see
https://sourceforge.net/p/nocc/discussion/38301/thread/94712f48c3/ https://sourceforge.net/p/nocc/discussion/38301/thread/94712f48c3/
All syslog calls behind config variable $conf->syslog=false (defaut) (Oliver Heil). All syslog calls behind config variable $conf->syslog=false (default) (Oliver Heil).
Bugs Bugs
* Bug in mail part/attachment parsing (Oliver Heil). * Bug in mail part/attachment parsing (Oliver Heil).

View file

@ -12,7 +12,7 @@
* @package NOCC * @package NOCC
* @subpackage Translations * @subpackage Translations
* @license http://www.gnu.org/licenses/ GNU General Public License * @license http://www.gnu.org/licenses/ GNU General Public License
* @version SVN: $Id: it.php 2989 2022-01-17 12:09:58Z translatewiki $ * @version SVN: $Id: it.php 3051 2023-02-27 12:10:54Z translatewiki $
*/ */
/** Italian (italiano) /** Italian (italiano)
* *
@ -33,6 +33,7 @@
* @author Nastoshka * @author Nastoshka
* @author Ontsed * @author Ontsed
* @author Rippitippi * @author Rippitippi
* @author UnGiglio
*/ */
$lang_locale = 'it_IT.UTF-8'; $lang_locale = 'it_IT.UTF-8';
@ -270,4 +271,5 @@ $html_session_ip_changed = 'a causa del cambiamento dellindirizzo IP del clie
$html_session_expire_time = 'Questa sessione scadrà automaticamente il'; $html_session_expire_time = 'Questa sessione scadrà automaticamente il';
$html_inbox_changed = 'Il contenuto della tua posta in arrivo è cambiato'; $html_inbox_changed = 'Il contenuto della tua posta in arrivo è cambiato';
$html_inbox_show_alert = 'Mostra una finestra di avviso quando il numero delle e-mail cambia'; $html_inbox_show_alert = 'Mostra una finestra di avviso quando il numero delle e-mail cambia';
$lang_horde_require_failed = 'Classe client horde pmap non trovata';
$lang_strong_encryption_required = 'La crittografia non sicura non è permessa'; $lang_strong_encryption_required = 'La crittografia non sicura non è permessa';