Skip to content

Commit

Permalink
Version bump to 2.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Aug 17, 2016
1 parent ac6b60c commit 2fbe6e8
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 6 deletions.
276 changes: 276 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,279 @@
commit ac6b60c4c98b2f2f3f9f2a5138d5fc6c709d6223
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Fri Aug 12 14:31:28 2016 -0400

(js,css) Style cancelled events in Calendar module

Fixes #2800

M NEWS
M UI/WebServerResources/SchedulerUI.css
M UI/WebServerResources/SchedulerUI.js

commit 76eeef2541d02be9704a662108c4ccbee03e91bd
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Fri Aug 12 11:14:30 2016 -0400

(i18n) Update translations

M UI/Common/BrazilianPortuguese.lproj/Localizable.strings
M UI/Contacts/BrazilianPortuguese.lproj/Localizable.strings
M UI/Contacts/English.lproj/Localizable.strings
M UI/Contacts/Hungarian.lproj/Localizable.strings
M UI/MailerUI/BrazilianPortuguese.lproj/Localizable.strings
M UI/MailerUI/English.lproj/Localizable.strings
M UI/MailerUI/Finnish.lproj/Localizable.strings
M UI/MailerUI/French.lproj/Localizable.strings
M UI/MailerUI/German.lproj/Localizable.strings
M UI/MailerUI/Hungarian.lproj/Localizable.strings
M UI/MailerUI/Italian.lproj/Localizable.strings
M UI/MailerUI/Macedonian.lproj/Localizable.strings
M UI/MailerUI/Polish.lproj/Localizable.strings
M UI/MailerUI/Russian.lproj/Localizable.strings
M UI/MailerUI/TurkishTurkey.lproj/Localizable.strings
M UI/MainUI/BrazilianPortuguese.lproj/Localizable.strings
M UI/MainUI/English.lproj/Localizable.strings
M UI/PreferencesUI/BrazilianPortuguese.lproj/Localizable.strings
M UI/PreferencesUI/Finnish.lproj/Localizable.strings
M UI/PreferencesUI/Hungarian.lproj/Localizable.strings
M UI/PreferencesUI/Macedonian.lproj/Localizable.strings
M UI/PreferencesUI/TurkishTurkey.lproj/Localizable.strings
M UI/Scheduler/BrazilianPortuguese.lproj/Localizable.strings

commit 086b90521505367814923718bdaaa421901dc846
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Fri Aug 12 10:47:13 2016 -0400

Update CKEditor to version 4.5.10

M NEWS
M UI/WebServerResources/ckeditor/build-config.js
M UI/WebServerResources/ckeditor/ckeditor.js
M UI/WebServerResources/ckeditor/config.js
M UI/WebServerResources/ckeditor/lang/ar.js
M UI/WebServerResources/ckeditor/lang/ca.js
M UI/WebServerResources/ckeditor/lang/cs.js
M UI/WebServerResources/ckeditor/lang/cy.js
M UI/WebServerResources/ckeditor/lang/da.js
M UI/WebServerResources/ckeditor/lang/de.js
M UI/WebServerResources/ckeditor/lang/en.js
M UI/WebServerResources/ckeditor/lang/es.js
M UI/WebServerResources/ckeditor/lang/eu.js
M UI/WebServerResources/ckeditor/lang/fi.js
M UI/WebServerResources/ckeditor/lang/fr.js
M UI/WebServerResources/ckeditor/lang/hr.js
M UI/WebServerResources/ckeditor/lang/hu.js
M UI/WebServerResources/ckeditor/lang/is.js
M UI/WebServerResources/ckeditor/lang/it.js
M UI/WebServerResources/ckeditor/lang/lt.js
M UI/WebServerResources/ckeditor/lang/mk.js
M UI/WebServerResources/ckeditor/lang/nb.js
M UI/WebServerResources/ckeditor/lang/nl.js
M UI/WebServerResources/ckeditor/lang/no.js
M UI/WebServerResources/ckeditor/lang/pl.js
M UI/WebServerResources/ckeditor/lang/pt-br.js
M UI/WebServerResources/ckeditor/lang/pt.js
M UI/WebServerResources/ckeditor/lang/ru.js
M UI/WebServerResources/ckeditor/lang/sk.js
M UI/WebServerResources/ckeditor/lang/sl.js
M UI/WebServerResources/ckeditor/lang/sv.js
M UI/WebServerResources/ckeditor/lang/tr.js
M UI/WebServerResources/ckeditor/lang/uk.js
M UI/WebServerResources/ckeditor/lang/zh-cn.js
M UI/WebServerResources/ckeditor/lang/zh.js
M UI/WebServerResources/ckeditor/plugins/icons.png
M UI/WebServerResources/ckeditor/plugins/icons_hidpi.png
M UI/WebServerResources/ckeditor/skins/minimalist/editor.css
M UI/WebServerResources/ckeditor/skins/minimalist/editor_gecko.css
M UI/WebServerResources/ckeditor/skins/minimalist/editor_ie.css
M UI/WebServerResources/ckeditor/skins/minimalist/editor_ie7.css
M UI/WebServerResources/ckeditor/skins/minimalist/editor_ie8.css
M UI/WebServerResources/ckeditor/skins/minimalist/editor_iequirks.css
M UI/WebServerResources/ckeditor/skins/minimalist/icons.png
M UI/WebServerResources/ckeditor/skins/minimalist/icons_hidpi.png

commit 713e0d5ecb819044894d202d5b4e765f19d7d70d
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Wed Aug 10 10:09:21 2016 -0400

(fix) also purge repetitive events that have an old end date

M Tools/SOGoToolTruncateCalendar.m

commit 58732e316b3d5b3a2f7f6b4c4657231bd33cf95e
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Wed Aug 10 09:47:49 2016 -0400

(fix) minor improvement to SQL query

M Tools/SOGoToolTruncateCalendar.m

commit 9199d42e51b3edb002c43a50e2c7ca18f348f8fe
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Tue Aug 9 16:22:09 2016 -0400

Minor improvement over previous commit

M SoObjects/Appointments/SOGoAppointmentObject.m

commit 8c217103f8854fd060c75949bdabe89c1a61b587
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Tue Aug 9 16:20:59 2016 -0400

Updated NEWS

M NEWS

commit ab5fd9fef1a4f64a0941f29b12da8e5f6ca54107
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Tue Aug 9 16:17:17 2016 -0400

(fix) check if the SENT-BY has access to organizer's calendar before modifying attendees' calendar (fixes #3759)

M SoObjects/Appointments/SOGoAppointmentObject.m

commit 165d866cfc8aeef9cad5e3e35c634815123b8271
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Fri Aug 5 15:01:21 2016 -0400

(fix) correctly calculate recurrence exceptions when not overlapping the recurrence id

M NEWS
M SoObjects/Appointments/SOGoAppointmentFolder.m

commit 8ba6c6d9f59c277d0477db0552f5c37981c14a6d
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Fri Aug 5 08:43:41 2016 -0400

(fix) updated tests for 403 -> 409

M Tests/Integration/test-caldav-scheduling.py

commit 960962f92f18f69d2460f6bc9b6f7152976ccd69
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Aug 4 14:12:09 2016 -0400

Fixed typo

M NEWS

commit cbb23bd536de594a0281ff14b3a70e4ab4862d47
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Aug 4 14:11:35 2016 -0400

Updated changelog

M NEWS

commit 196e36acb222fed93106fa3b340d670fa6357836
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Aug 4 14:09:11 2016 -0400

(fix) change 403 to 409 error codes so Lightning doesn't silently fails

M SoObjects/Appointments/SOGoAppointmentObject.m

commit 6c05576e533e74279e4ce397fb35f13daeb62575
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Aug 4 12:51:30 2016 -0400

Updated NEWS file

M NEWS

commit 9449b0df27204afe1071f5df66c99e4e65b0e7af
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Aug 4 11:28:57 2016 -0400

(fix) handle domain-less-login case with multi-domain on during backups

M Tools/SOGoToolBackup.m

commit 9ecee32d08507741e9a4aec13f0d9337f85314ea
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Tue Feb 9 15:46:52 2016 -0500

(fix) delete mailbox from the Trash folder

Fixes #595, #1189, #641

M NEWS
M UI/MailerUI/UIxMailFolderActions.m

commit 199c9d92373e91abc09f9dad6603f5e0e9bde93d
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Wed Jul 27 14:01:22 2016 -0400

(js) Improve extraction of HTML signature

M NEWS
M UI/WebServerResources/UIxPreferences.js

commit d95b90281b8d42246186d6a112cbfad9d7c5a119
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Wed Jul 27 12:02:00 2016 -0400

Expunge drafts mailbox when a draft is sent

M NEWS
M SoObjects/Mailer/SOGoDraftObject.m

commit 8545f89b2ff6b0a3398d0f292dd4cf6a982576cd
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Mon Jul 25 06:17:17 2016 -0400

Correctly get the collection/key IDs (fixes #3775)

M ActiveSync/SOGoActiveSyncDispatcher+Sync.m

commit c827b62f7fd1bcf4368d2ad98af9c2bc1decb150
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Jul 21 14:13:47 2016 -0400

Updated NEWS file

M NEWS

commit 16356aaf3677d809f3843a4a9f6cbd337fe264bc
Author: Ludovic Marcotte <lmarcotte@inverse.ca>
Date: Thu Jul 21 14:06:11 2016 -0400

Added EAS folder merge support and fixed long GUID issue (fixes #3460)

Conflicts:

ActiveSync/SOGoActiveSyncDispatcher+Sync.m

M ActiveSync/SOGoActiveSyncDispatcher+Sync.m
M ActiveSync/SOGoActiveSyncDispatcher.m
M Tools/SOGoToolManageEAS.m

commit 4c4d3e4c25cbf00149547add84a1d5444bafbf38
Author: ethoms <euan@potensol.com>
Date: Wed Jul 13 02:47:54 2016 +0800

Convert configure script shebang back to /bin/sh for cross-platform compatability (#215)

M configure

commit f638113d53195df8b567b53b19a251f90072d8e2
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Wed Jul 6 15:35:09 2016 -0400

Improve handling of mail delegates

M SoObjects/Mailer/SOGoMailAccount.m
M SoObjects/SOGo/SOGoUserManager.m
M UI/MailerUI/UIxMailUserDelegationEditor.m

commit 09bda83bc835f985d23c782599ac830be82c7c67
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Wed Jul 6 07:23:37 2016 -0400

Update ChangeLog

M ChangeLog

commit 04bba82d2e13592275e75b977cb970db60df82bb
Author: Francis Lachapelle <flachapelle@inverse.ca>
Date: Wed Jul 6 07:20:45 2016 -0400
Expand Down
6 changes: 3 additions & 3 deletions Documentation/docinfo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- TODO have the build system take care of this -->
<releaseinfo>Version 2.3.13 - July 2016</releaseinfo>
<subtitle>for version 2.3.13</subtitle>
<date>2016-07-06</date>
<releaseinfo>Version 2.3.14 - August 2016</releaseinfo>
<subtitle>for version 2.3.14</subtitle>
<date>2016-08-017</date>

<legalnotice>
<para>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".</para>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/includes/global-attributes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
// TODO have the build system take care of this
:release_version: 2.3.13
:release_version: 2.3.14
// vim: set syntax=asciidoc tabstop=2 shiftwidth=2 expandtab:
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.3.14 (2016-MM-DD)
2.3.14 (2016-08-17)
-------------------

New features
Expand Down
2 changes: 1 addition & 1 deletion Version
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

MAJOR_VERSION=2
MINOR_VERSION=3
SUBMINOR_VERSION=13
SUBMINOR_VERSION=14

0 comments on commit 2fbe6e8

Please sign in to comment.