Skip to content

Latest commit

 

History

History
775 lines (520 loc) · 59.5 KB

NEWS.md

File metadata and controls

775 lines (520 loc) · 59.5 KB

Change Log

6.2.41b.1 (2019-02-02)

Full Changelog

Changes:

  • Authorization schearios: The "default" scenario files named *.default (regular file or symbolic link) are no longer available #528 #540. See also "Upgrading notes".
  • Files for message footer and header were renamed to message_footer and message_header #507.
  • WWSympa: LDAP authentication will no longer perform search operation twice #453. Now it retrieves entry for the user by a search operation at once, then checks if account is available by a bind operation.
  • WWSympa: Feature of sympa_altemails cookie was removed #487. alternative_email_attribute parameter in auth.conf was deprecated.
  • Primary auth.conf, crawlers_detection.conf and trusted_applications.conf will be used by non-primary domains by default #432. Previously primary ones were omitted.

Implemented enhancements:

  • Feature request: a "delete my account" button #300
  • Add a global 'quiet_subscription' setting which enforce the "quiet add" policy #503
  • WWSympa: Deprecate 'sympa_altemails' cookie #487
  • LDAP authentication no longer requires the second search operation with user DN #453
  • Feature request: domains blacklist #295 #537 (ldidry)
  • Weaken sympa and wwsympa/sympa soap link #525 (xavierba)

Fixed bugs:

  • Inconsistent location of messge footer/header files #507
  • Issue with the message sent to owners to allow unsubscribing #469
  • deleting subscribers with empty user selection #408
  • WWSympa: Owners/moderators in list panel aren't updated #543 (ikedas)
  • Owner page is empty #541 (ikedas)
  • Mail command unavailable in confirmation requests #534 (ikedas)
  • Invalid default scenarios #528 #540 (ikedas)
  • WWSympa: Deprecate sympa_altemails cookie #487
  • Primary auth.conf won't be used by robots #432
  • sympa.pl --upgrade_config_location doesn't respect configured user/group #519 (ikedas)
  • A scalar parameter in list config without value is warned #515 (ikedas)
  • make distcheck fails #510 (ikedas)

Closed issues:

  • parameter owner in sympa config file not considered by sympa 6.2.38 #530
  • Domain blacklist #523

Merged pull requests:

6.2.40 (2019-01-19)

Full Changelog

Fixed bugs:

  • Public archives not available with sympa-6.2.38 #527

6.2.38 (2018-12-21)

Full Changelog

Changes (since 6.2.36):

  • Tasks: Task files will be put in tasks subdirectory. Previously they were put in global_task_models or list_task_models subdirectory #394. Older task files will be automatically copied to new places during upgrading process.
  • Oracle Database: There is a change on usage of db_host parameter #431. See "Upgrading notes" and instruction for details.
  • WWSympa: Login form was refactored #424. Some templates including web_tt2/login.tt2 and web_tt2/login_menu.tt2 were changed.
  • Now the lists with bounce addresses can not be created #455. Addresses with local part "bounce" or prefix "bounce+" are used for bounce management and should not be used as list addresses.

Implemented enhancements:

  • Feature request: add a "global" mail signature #301
  • Adding ARC support #153

Fixed bugs:

  • Long email addresses in system messages might be folded #502
  • Moderation process on the lists with obsoleted parameter host fails #277
  • File extension may contain spaces by using gettext_strftime() #506 (ikedas)
  • WWSympa: Loading home page takes long time #504 (ikedas)
  • WWSympa: Older CSS files would be cleared #498 (ikedas)

Closed issues:

  • Bug in logic. Password is in md5 format, not rehashing #489

Merged pull requests:

6.2.37b.3 (2018-12-08)

Full Changelog

Implemented enhancements:

  • Add token to prevent CSRF #492 (racke) #493 (ikedas)
  • Added a --copy_list parameter in the sympa.pl command #470
  • Feature: add a "report abuse" button on lists info page #323

Fixed bugs:

  • Crash in create_list_request when list name is missing #490
  • member dn fetched from first ldap_2level request are not exactly the same of the second ldap request #474
  • Template parsing problems in parameterizable data sources #461
  • Owners et editors dont get imported from config files while upgrading to 6.2.36 #459
  • Family updates don't propagates owners/editors changes in the database #309
  • Prevent warning on undefined salt variable. #488 (racke)
  • Fix shared docs zip upload to send multiple files at once #482 (ldidry)
  • Broken custom_attribute field in member.dump #480 (ikedas)
  • Fix missing quotes in init script #479 (rseichter)
  • WWSympa: Suppress verbose log on cookie #464 (ikedas)

Merged pull requests:

  • Fix code tidying #486 (ldidry)
  • Add files produced by patch to Git exclusion list. #485 (racke)

6.2.37b.2 (2018-11-03)

Full Changelog

Changes:

  • Tasks: Task files will be put in tasks subdirectory. Previously they were put in global_task_models or list_task_models subdirectory #394. Older task files will be automatically copied to new places during upgrading process.
  • Oracle Database: There is a change on usage of db_host parameter #431. See "Upgrading notes" for details.
  • WWSympa: Login form was refactored #424. Some templates including web_tt2/login.tt2 and web_tt2/login_menu.tt2 were changed.

Implemented enhancements:

  • Optimization of web GUI / adding an index on prev_id_session DB field #451
  • Exim's bounce text changed - need to update ProcessBounce.pm #448
  • Make third person singular pronouns gender neutral #443 (ecawthon)
  • Use tidyall to ease tidying files #440 (ldidry)
  • Add support for TLSv1.3 #439 (ikedas)
  • Oracle: Make db_name parameter allow net service name or connection identifier along with SID #431 (ikedas)
  • Refactoring task_manager.pl #394 (ikedas)

Fixed bugs:

  • Sympa 6.2.36: Crash of web interface when editing list moderators #456
  • Database: family_exclusion field can break not_null constraint during upgrade #442
  • pod2man: unable to format list_config.pod #435
  • Base class package "Class::Singleton" is empty #434
  • The lists with "bounce" addresses should not be created #455 (ikedas)
  • Moving/copying a list, existing list may be overwritten #454 (ikedas)
  • Add support for TLSv1.3 #439 (ikedas)
  • CSS cannot be updated if css.tt2 was older than previously generated CSS. #427 (ikedas)
  • Refactoring and repairing login form #424 (ikedas)

Closed issues:

  • The translation server is completely unreliable #449
  • Change of case in original strings in the translation site does not result in warnings for translated languages #374

Merged pull requests:

6.2.37b.1 (2018-10-06)

Full Changelog

Implemented enhancements:

  • Adding ARC support #153 --- Under beta testing

Fixed bugs:

  • Error escaping apostrophe on stats page #428
  • Create ${expldir}/${robot} directory if it does not exists #421 (k0lter)

Closed issues:

  • DMARC and Reply-to munging #224

Merged pull requests:

6.2.36 (2018-09-23)

Full Changelog

Changes (since 6.2.34):

  • Scenarios: subscribe.* and unsubscribe.* were modified. Now authentication by target user is required when an anonymous/other user requested these actions #390. Previously, if "open" scenario was used, an anonymous user on web interface could add subscriber without confirmation.
  • WWSympa: Home-made color picker in CSS configuration page was replaced with external plugin jQuery MiniColors #369.
  • WWSympa: referer and failure_referer parameters fed to login form (see documentation for details) are limited within scope of cookie_domain parameter value to prevent XSS / open redirect #268.
  • WWSympa: HTMLArea is no longer supported #416.
  • Configure script: Default value of --with-lockdir option became /var/lock/subsys not according to localstatedir #403.
  • Systemd support: Some unit files generated by source package were renamed: wwsympa.service and sympasoap.service #406.
  • Database: Sybase (Adaptive Server Enterprise) is no longer supported #147. It is reported that none uses it.

Implemented enhancements:

  • Update startup scripts #406 (ikedas)
  • Domain without available wwsympa_url parameter should deny web access #405 (ikedas)
  • Let the default of --with-lockdir be /var/lock/subsys always #403 (ikedas)

Fixed bugs:

  • DKIM per-list options not saved #412
  • Merge_feature active and attached file with special characters #409
  • Error in the name of a function in wwsympa.fcgi #404
  • Internal Server Error: Can't locate object method "_marshal_format" in Spool.pm (71) #401
  • Rename a list takes incredible time #368
  • Avoid "subscribe spam" #302
  • XSS and open redirect on login form, CVE-2018-1000671 #268
  • Update startup scripts #406 (ikedas)

Closed issues:

  • create_db.Sybase still useful ? #147
  • Issues with sending mails using special French characters #178

Merged pull requests:

6.2.35b.1 (2018-08-26)

Full Changelog

Changes:

  • Scenarios subscribe.* and unsubscribe.*: Now authentication by target user is required when anonymous/other user requested these actions #390. Previously, if "open" scenario was used, an anonymous user on web interface could add subscriber without confirmation.
  • WWSympa: Home-made color picker in CSS configuration page was replaced with external plugin jQuery MiniColors #369.

Implemented enhancements:

  • Accept multiple attributes in include_ldap_ca.attrs #400 (almarin)
  • Notify user that they already subscribed to a list #386
  • Don't show Autocrypt headers in web archive #316
  • --open_list command line option #62
  • Improve performance of purge operation #377 (cgx)
  • Introducing external js color picker plugin #369 (ikedas)

Fixed bugs:

  • Accept multiple attributes in include_ldap_ca.attrs #400 (almarin)
  • sympa.pl --change_user_email no longer working with 6.2.34 #389
  • Lost owners on list copy #384
  • Sympa sysv init script not LSB compiliant #376
  • Error on closing a list that was already closed from command line #372
  • Unable to close a list via SOAP client #339
  • Prevent the use of the list address as owner or moderator #297
  • 6.2.34 owner_domain fixes #393 (mpkut)
  • List.pm: ensure uniqueness when adding to source id list #392 (mpkut)
  • WWSympa: Rendering bug with IE #380 (ikedas)
  • Styles for help contents are broken. #379 (ikedas)
  • Fix SQL query to fetch all lists of a family #367 (cgx)
  • Fix do_search_list sub to trim leading/trailig whitespace #387 (olivov)

Closed issues:

  • sympa.js bundles part of MochiKit #334
  • Unable to import a large file of e-mails to a maillist using wwsympa #177

Merged pull requests:

  • Avoid rehashing user password hashes in {add,update}_global_user() #398 (mpkut)
  • Add copyright notice to sympa.js #320 #396 (xavierba)
  • Rename a list takes incredible time #368 #388 (ikedas)

6.2.34 (2018-07-05)

Full Changelog

Changes:

  • cpanfile to manage depencency modules was introduced #355. ModDef.pm was deprecated.
  • Directory organization under static_content directory was changed #220.
  • WWSympa: UI framework was switched to Foundation Sites 6 #170. Appearances of web interface were slightly changed, and several web templates were changed much.
  • WWSympa: wwsympa_url parameter became optional #330. Conversely, if this parameter was not specified in robot.conf, web interface will be disabled for that domain. Existing configuration will be automatically fixed during upgrading process.
  • sympa.conf.bin and robot.conf.bin will no longer be created/updated #284. They were not used anyway. config.bin for list config will still be available.
  • List parameter host was deprecated #43. If you were using it, you should check alias files: See "Upgrading notes" for details.
  • Owners and moderators are no longer stored in list config file: They are stored only in database #49.
    • New pages to configure them were added to web interface #275.
    • New functions --dump_users and --restore_users to dump and restore users in database were added to sympa.pl command line utility #232 #267.
    • List creation templates will not need modification. However, if you were creating lists not using those templates, i.e. creating list directories and necessary files manually, you may also have to create dump files (See "Dump files" for details).

Implemented enhancements:

Fixed bugs:

Merged pull requests:

  • Refactor config pages (not a bug) #354 (ikedas)
  • Tidy up all files #353 (ldidry)
  • Remove tabs in default tt2 templates + some indentation changes #352 (ldidry)
  • SympaSOAP: closeList crashes. #349 (ikedas)

6.2.33b.2 (2018-06-21)

Full Changelog

Changes:

  • WWSympa: UI framework was switched to Foundation Sites 6 #170. Appearances of web interface were slightly changed, and several web templates were changed much.
  • sympa.conf.bin and robot.conf.bin will no longer be created/updated #284 (ikedas). They were not used anyway. config.bin for list config will still be available.

Implemented enhancements:

  • Update help: GDPR #276
  • static_content directory structure #220
  • WWSympa: Switch to Foundation 6 #170
  • WWSympa: wwsympa_url would be optional #330 (ikedas)

Fixed bugs:

  • ERROR (search) - Missing argument filter #341
  • Family updates don't propagates owners/editors changes in the database #309
  • PostgreSQL: Issues related to utf8 flag #305
  • Both send.confidential and send.private scenari files use the same gettext text #175
  • fix misspellings #338 (taggart)
  • Support for spam reporting in bulk. Moved the bulk moderation controls. #332 (sivertkh)
  • Remove superfluous sort from dup_var function. #324 (racke)
  • Binary cache files for sympa.conf/rebot.conf are useless #284 (ikedas)

Closed issues:

  • Request: notify translators when new strings are available #333
  • HTML signature with Unicode characters generates 'rejected_authorization' error #181

Merged pull requests:

6.2.33b.1 (2018-05-03)

Full Changelog

Changes:

  • List parameter "host" was deprecated #43.
  • Owners and moderators are no longer stored in list config file: They are stored only in database #49. New pages to configure them are added to web interface #275 (ikedas).

Implemented enhancements:

  • Add support for the subscribers.db.dump format in sympa.pl #232

Fixed bugs:

  • Error message is missing one parameter #263
  • Erroneous typing in templates #266
  • cookie parameter protection #243
  • Spurious error on duplicate keys with admin sync #11

Merged pull requests:

6.2.32 (2018-04-19)

Full Changelog

Implemented enhancements:

  • Updates for bcrypt support #238 (mpkut)
  • Duplicate precedence header tripping up Amazon SES #110

Fixed bugs:

  • 2018-001 Security breaches in template editing [c791843]
  • sympa_soap_client: bug in logic #244
  • Sympa ldap search escapes chars incorrect #234
  • Anyone can unsubscribe a member of a list with open scenario #233

6.2.30 (2018-03-26)

Full Changelog

Fixed bugs:

  • PostgreSQL: Unable to edit owners/subscribers with 6.2.26 and 6.2.28 #240

6.2.28 (2018-03-22)

Full Changelog

Fixed bugs:

  • Date in 'subscriber option' in epoch format #230

6.2.26 (2018-03-20)

Withdrawn.

6.2.25b.3 (2018-03-13)

Full Changelog

Changes:

  • Parameters to specify location of CSS and subscriber pictures were introduced #172. If you have specified --with-staticdir configure option or static_content_path/static_content_url parameter, you may have to fix up. See Upgrading notes for details.
  • css_url and css_path parameters in robot.conf are no longer available: Those in sympa.conf are used #172. Also see notes above.
  • access_web_archive.* scenarios are renamed to archive_web_access.* #216. If you have customized any of these scenarios, you have to rename them under config directory.
  • Web interface: If a user try to access info page of list, they will be silently redirected to home page, both when access is restricted and when list does not exist #193. This behavior is intended not to expose existence of lists.

Implemented enhancements:

  • Location of static_content and css directories #172
  • Feature: support for Bcrypt password hashes #225 (mpkut)

Fixed bugs:

  • Unify scenario names #216
  • Rejection message returned when suscribing to a list restricted info access #193

Merged pull requests:

  • Deprecate datetime field type in database #223 (ikedas)

6.2.25b.2 (2018-03-05)

Full Changelog

Changes:

  • Parameters to specify location of CSS and subscriber pictures were introduced #172. If you have specified --with-staticdir configure option or static_content_path parameter, you may have to fix up. See Upgrading notes for details.

  • smtpc (sympa_smtpc) is no longer bundled. It was moved to an independent repository #201.

  • On 6.2.28 (the next of next stable), it is planned that "host" list parameter will be deprecated #43. Notice may be shown during upgrading process.

Implemented enhancements:

  • Location of static_content and css directories #172

Fixed bugs:

  • Notification not sent to the owner when a list is confirmed by a listmaster #212
  • Firefox freezes on "Edit robot config" page #206
  • Language test fails #195
  • Change bundled Raleway font from TTF to OTF #190
  • Sending an html page to the list from URL doesn't work on 6.2.18 #44

Closed issues:

  • opensmtpd setup documentation #32

Merged pull requests:

  • Add Language.t to list of tests for Travis. #209 (racke)
  • Use standard 644 perms for $sysconfdir/README #203 (xavierba)
  • Issue #43: Preliminary notice on abolishment of "host" list parameter. #202 (ikedas)

6.2.25b.1 (2018-02-12)

Full Changelog

Implemented enhancements:

  • Restore default_ttl parameter #145
  • moderation UI doesn't allow mass operations #122

Fixed bugs:

  • Hardcoded max picture size in picture_upload.tt2 #180
  • Synchronize members with data source and task manager crash randomly #166
  • there is a 'f' missing in a print function #159
  • $localstatedir/sympa/static_content/css directory not created at install time #148
  • Create $staticdir/pictures directory #189 (xavierba)
  • "libexecdir" is misleadingly used instead of "execcgidir" #165 (ikedas)
  • WWSympa: Redirect without Status field may bring to empty page #164 (ikedas)
  • Inconsistencies in implementation and documentation of typical list profile (create list templates) #157 (ikedas)

Closed issues:

  • RAM consumption is too damn high #24

Merged pull requests:

  • Update bundled Raleway font with OTF flavour #191 (xavierba)

6.2.24 (2017-12-21)

Full Changelog

Fixed bugs:

  • Bundled jquery-ui library is vulnerable to an XSS #78
  • Editing Moderators Requires Restart to Take Effect #7

Closed issues:

  • Notify owner's list when a non-member sends on a mailing list #142

6.2.23b.3 (2017-12-14)

Full Changelog

Changes:

  • If ca_file and ca_path parameters are not specified, CA certificate stores defined by OpenSSL on each system will be used. Previously no certificate stores were not chosen in such case. #116
  • The "html" reception mode was deprecated. Now it became just a synonym of "mail" (normal) reception mode. #125

Implemented enhancements:

  • Feature: optionally restrict list ownership to specific domains (owner_domain) #131 (mpkut)

Fixed bugs:

  • Cosmetic issue in error message with ldap driver #132
  • No attach recived from mailing list where subscribes are set hmtl-only mode option #125
  • default/ca-bundle.crt is outdated #116
  • Characters in pages are garbled (get "mojibake") with Perl 5.22.0 or later #134 (ikedas)

Merged pull requests:

6.2.23b.2 (2017-11-30)

Full Changelog

Fixed bugs:

  • Perl dies when changing priveleged list owners via web interface #37
  • Fix listname typo #121 (jean1)

Merged pull requests:

  • Before rebuilding admin_table, won't clear it #71 #130 (ikedas)
  • Remove outdated ca-bundle.crt and use system default #116 #129 (ikedas)
  • Remove "html" reception mode #125 #127 (ikedas)

Closed issues:

  • version 6.2.22, problem with virtual hosts #106
  • Database connections not being closed #6

6.2.23b.1 (2017-11-20)

Full Changelog

Changes:

  • "%" sign in SQL data source no longer need escaping by duplicating it, i.e. "%%". Administrators on the sites allowing SQL datasources are recommended to check datasource settings and modify them as necessity. #66
  • WWSympa: FastCGI support became mandatory. CGI mode was deprecated. #69
  • important_changes.pl in source distribution was removed. Notable changes will no longer be noticed during building process. #73
  • sympa.spec and META.json will no longer be bundled in source distribution. #77
  • Bundled jQuery libraries were upgraded to jquery 3.2.1, jquery-migrate 3.0.1 and jquery-ui 1.12.1 to avoid XSS vulnerability. #78
  • Now topics.conf treats topic names ignoring cases. Previously names including uppercase letters were ignored. #91
  • alias_manager.pl was obsoleted. Alias files will be updated by internal module directly. Though alias_manager.pl is still available for backward compatibility, it will be removed in the future. #118
  • Several typos and bad wordings in English translation catalog were corrected. Some phrases in default templates, scenarios and tasks were changed. [1e2e094]

Implemented enhancements:

  • Refactoring alias manager: Obsolete alias_manager.pl #118 (ikedas)
  • Suppress saving stats file, and solve problem about on-memory cache #105 (ikedas)
  • Cache list info in Sympa::Scenario::verify to reduce overhead of pinfo… #97 (mpkut)
  • Feature: add scenari to restrict message submission to list owners #96 (mpkut)
  • Add use_tls, ssl, version etc to valid LDAP options in Scenario.pm #95 (mpkut)
  • When fallback language "en" is used, use "en_US" translation catalog #84 (ikedas)
  • Refactoring requests more #81 (ikedas)

Fixed bugs:

  • Archived-At: field on resent messages in archive are wrong. #111
  • Review.tt2 button correction. #98
  • Change redirect after incorrect choosepasswd - UX suggestion #93
  • Topic names in topics.conf with uppercase are ignored #91
  • Fix ridiculous English spelling for spam protection button #80
  • Change Redirect After List Admin Updates a User's Email - UX Suggestion #76
  • important_changes.pl is broken #73
  • Log list not sorted for date #70
  • include_ldap_query and include_ldap_2level_query behaving differently #63
  • Responsive table breaks form submission #61
  • Changes on POD format for transition to Markdown #123 (ikedas)
  • Insignificant bugs related to cache #120 (ikedas)
  • Refactoring alias manager: Obsolete alias_manager.pl #118 (ikedas)
  • Refactoring requests 5 #109 (ikedas)
  • Suppress saving stats file, and solve problem about on-memory cache #105 (ikedas)
  • Old variable names used in listmaster error mail #104 (sivertkh)
  • Fix CSS attributes for un-hovered navigation menu items using color_5 #94 (mpkut)
  • Bugs on subscribe request with custom attributes and/or authorization #89 (ikedas)
  • Refactoring requests more #81 (ikedas)
  • "%" sign in SQL data source would be escaped #66 (ikedas)

6.2.22 (2017-10-01)

Full Changelog

Fixed bugs:

  • "sympa.pl --change_user_email" was broken #65 (ikedas)

  • upgrade_send_spool.pl could leave some messages not upgraded [diff]

6.2.20 (2017-09-22)

Full Changelog

Changes:

Fixed bugs:

  • Button label confusing on form to send HTML page #54
  • Text change / typo fix in change_email_request template #52
  • smtpc build warnings #50
  • Sympa doesn't log DBI error on connect #34
  • Internal server error in WebUI when email has removed from list #28
  • Missing Function "action_change_email" on serveradmin.tt2 #25
  • Bounced crash - missing Encode::HanExtra #8
  • FCGI scripts will not always restart when they are updated #58 (ikedas)

Closed issues:

  • MHonArc depedency not detected #59

Merged pull requests:

  • Issue #25: move_user function was broken #55 (ikedas)
  • Issue #37: WWSympa/edit_list: Removing owner may cause crash. #38 (ikedas)

6.2.19b.2 (2017-09-10)

Full Changelog

Implemented enhancements:

  • Additional bug fixes and enhancements for PR #45 #48 (ikedas)
  • Activating options in XSS Parser #45 (almarin)

Fixed bugs:

  • smtpc build warnings #50
  • Additional bug fixes and enhancements for PR \#45 #48 (ikedas)
  • [bug] Upgrading from Sympa prior to 6.2b.5, digest spool could not be upgraded [8c2b5dd]

Closed issues:

  • Language change won't affect, 6.2.18 #46
  • SMIME digital signatures in HTML formatted emails show tampering #16

Merged pull requests:

  • Issue #25: move_user function was broken #55 (ikedas)

6.2.19b.1 (2017-08-21)

Full Changelog

Changes

  • WWSympa: The "change_email" function deprecated by 6.2 was restored as "move_user". Check Listmaster Admin Menu (serveradmin) and User preferences (pref) pages.

Implemented enhancements:

  • Make "http_host" parameter optional #36 (ikedas)
  • WWSympa: Improving "add", "del" etc. functions. Adding "import" function #30 (ikedas)
  • WWSympa: Improving subscribe, signoff and auth functions #26 (ikedas)

Fixed bugs:

  • sympa_msg: uninitialized value #40
  • Sympa 6.2.16 - Unsubscribe Does Not Work #29
  • Update smtpc to 0.2: A bug fix and a change #42 (ikedas)
  • Several errors by "make install" #39 (ikedas)
  • WWSympa: Improving "add", "del" etc. functions. Adding "import" function #30 (ikedas)
  • WWSympa: Improving subscribe, signoff and auth functions #26 (ikedas)

Merged pull requests:

  • Issue #40: Warning on uninitialized value during delivery to the list #41 (ikedas)
  • Add DBI error string to error message "Can't connect to Database" #35 (racke)
  • Issue #25: Restoring the function to change an email over all lists #33 (ikedas)

6.2.18 (2017-06-25)

Full Changelog

Changes:

  • Moving INSTALL to INSTALL.md and slightly updating content. [506c435]
  • Added euskara (Basque) and galego (Galician) to default of supported languages (supported_lang). [ff700f7]

Closed issues:

  • Version number for next stable release #21

6.2.17b.2 (2017-06-15)

Full Changelog

Changes:

  • Renaming Norwegian translation catalogs: Dropping region suffix "_NO" to be "nb" and "nn". [999ae07]
  • [change] Translation site and feedback contact have moved. [c044e96]

Fixed bugs:

  • include_ldap_query parameter attrs not valid (6.2.17b1) #22
  • Editing Moderators Requires Restart to Take Effect #7
  • Editor should always be translated to Modérateur in fr #19 (jcdelepine)
  • Fixed bugs on Debian Project (see Full Changelog for details):
    • Make the build reproducible (Chris Lamb)
    • Fix log severity in some command line tools used in postinst (Emmanuel Bouthenot)
    • Fix various typos in documentation and manpages (Emmanuel Bouthenot)
    • Remove reference to a template which no longer exists (Emmanuel Bouthenot)

Merged pull requests:

  • Issue #22: Parameters for LDAP attribute description are too restrictive #23 (ikedas)

6.2.17b.1 (2017-05-29)

Full Changelog

Implemented enhancements:

  • Improved on-line help on list configuration edit form #15 (ikedas)
  • [6.2] Rewriting code on list configuration form #13 (ikedas)
  • Features in subversion repository (see Full Changelog for details):
    • [12965] Separate executable upgrade_shared_repository.pl. Ordinarily, it will be invoked automatically during upgrading process.
    • [12953] WWSympa: Function to view messages (held messages, bounces and notifications) works, even if javascript is disabled. As a result, almost all functions of web interface are available again in the environment without javascript.
    • [12862] Adding the template to visualize the lists of lists including the current list.

Changes:

  • Changes in subversion repository (see Full Changelog for details):
    • [12937] MICRO-CAL by Amroune Selim has retired. Instead, jQuery UI Datepicker Widget is introduced.
    • [12934] WWSympa: Action URLs no longer may contain e-mail addresses in their path components. For example: http://host.name/sympa/editsubscriber/list/email%40addr.ess ...is no longer available; http://host.name/sympa/editsubscriber/list?email=email%40addr.ess ...may be used ("%40" is the encoded form of "@"). Because, e-mail addresses can contain slashes ("/") while web servers cannot handle slashes in URL path appropriately: Query parameter would be better to be used.
    • [12893] WWSympa: When a name of newly uploaded file in shared document repository is duplicate of exisiting file, uploading will no longer be confirmed. Instead, a suffix (2), (3), ... will be added to name of the new file.

Fixed bugs:

  • sympa_msg.pl crashed with an include_users_ldap_2level #12
  • [6.2] Rewriting code on list configuration form #13 (ikedas)
  • [6.2] New code for list config semantics #9 (ikedas)
  • riseup fixes to templates #4 (taggart)
  • Late changes on svn repo #2
    • [bug] wwsympa: Virtual robots in serveradmin/vhosts and rename_list_request pages were not shown correctly.
    • [bug] If originator address in message contains upper-case letters, "tag this mail for deletion" in archive won't be shown. Fixed by correcting mhonarc-ressouorces.tt2. Rebuilding is needed to correct past archives.
  • [bug][#11020] List admins changes not synchronized with admin_table #1 (salaun-urennes1)
  • Fixed bugs in subversion repository (see Full Changelog for details):
    • [12972] [#11014] [Comitted by M. Deranek] SQLite: While upgrading Sympa by "sympa.pl --upgrade", upgrading proceduce may fail complaining about non-existent indexes. Fixed by skipping non-existing indexes and tables to be removed.
    • [12970] [#11024] [Reported by S. Hornburg, LinuXia Systems] An "obsoleted" list parameter header_list is saved in list config as garbage. Fixed by removing useless default value.
    • [12969] [#10969] [Reported by M. Perini, Università degli Studi di Perugia] In "Listing messages to moderate" page, "Distribute" action fails with error "ERROR (distribute) - Missing argument id|idspam", if it is done in the dialog shown by clicking "View" button. Fixed by not opening new dialog but transiting confirmation page to choose message topics.
    • [12968] [#10968] [Submitted by S. Hornburg] Visibility settings in topics.conf were ignored. Fixed by cheking topics_visibility scenario along with subtopics.
    • [12966] [Reported by A. Meaden, Univ of Kent and submitted by F. Lachapelle, Developpement Strategique Sophos Inc.] The database log does not record any messages that were successfully delivered to mailing lists. Fixed by adding an appropriate call to db_log().
    • [12959] [Reported by A. Gouaux] Exclusion table can not be updated when a user is deleted. Because family_exclusion column is a primary key in exclusion_table but may not have implicit default. Fixed by assigning an empty value to such field explicitly.
    • [12956] [Submitted by D. Stoye, Humboldt-Universitat zu Berlin] A typo in sympa.wsdl broke SOAP interface.
    • [12948] WWSympa: viewbounce & viewmod: If the list name or the email address contains "+", incorrect web links to attachments are generated. Fixed by encoding special characters in generated links.
    • [12929] [#10866] [Reported by A. Bernstein, Electric Embers] At least on FreeBSD, init script cannot detect orphaned PID file: Such PIDs are treated as active. Fixed by checking existence of process more strictly.
    • [12927] [#6988] [Reported by D. Pritts, Internet2] Using cookie web_archive_spam_protection, user is not redirected to their originally requested page. Fixed by preserving path info the user initially specified.
    • [12911] nginx with systemd: If SCRIPT_FILENAME CGI environment variable is set, wwsympa service will terminate when wwsympa.fcgi is updated. Fixed by adding "Restart=always" option to unit file.
    • [12907] [Reported by several listmasters] WWSympa: Link prefetch feature by some browsers may fetch "Unsubscribe" link off the stage so that the users may unsubscribe themselves unconsciously. "Subscribe" and "Delete" (file) links are alike. Fixed by adding a step to demand confirmation: Blocked action is stored in session, user is brought to confirmation page and, if user confirms, the action will be processed.
    • [12902] File names generated by some applications on Mac OS X (uploaded files, files in ZIP archive, ...) may not be shown correctly on other platforms: Accentsare shown separately. Fixed by applying Normalization Form C (NFC) to file names.
    • [12867] When reading the shared documents, file names were not converted from the URL form to the local storage form, leading to errors when downloading files containing spaces or special characters.
    • [12858] sympa.pl --purge_list didn't purge list in the family: It was marked family_closed. Fixed by really purging such list.
    • [12857] [#5976] [Reported by I. Vindenes, Universitetet i Oslo] Users can subscribe to a pending list even if allow_subscribe_if_pending parameter is set to off.
    • [12855] WWSympa: Color picker in skinsedit page did not support devices with touch panel. Fixed by handling appropriate browser events. Confirmed by recent version of Safari on iOS at least.
    • [12853] WWSympa: Color picker in skinsedit page did not work sane. Fixed by calculating right metrics. Confirmed by recent version of Mozilla Firefox, Google Chrome and Internet Explorer.
    • [12848] [#10808] [Reported by X. Bachelot] Suppressing some warnings by C compiler at build time.

See the files ONEWS and OChangeLog about earlier history.