Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

Commit e15cf0e

Browse files
committed
Version 2.5.0.
1 parent 624ac17 commit e15cf0e

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Change Log
22

3+
## [2.5.0] - 2017-05-29
4+
5+
Adds authentication via digital certificate, a new option to force users to sign in to
6+
be able to join conferences, and bug fixes.
7+
8+
* [#927] Add a new option to the site to force users to sign in to be able to access a
9+
conference. When enabled, unauthenticated users cannot access conferences. Disabled by
10+
default.
11+
* [#936] Allow users to sign in using a digital certificate. It's an optional authentication
12+
method model similarly to LDAP and Shibboleth.
13+
* Added a "guest users" module, so that users can sign in using an external authentication
14+
method just to join a conference, without receiving a new account. Works only for the
15+
digital certificate authentication for now.
16+
* [#940] Fix web conference invitations when using Russian or Bulgarian.
17+
* [#814] Fix small font sizes in some email readers. Having a `font-size` of "0.8125rem"
18+
would cause some readers to show very small text. Removing the `font-size` lets the email
19+
client decide the appropriate size.
20+
* [#932] Fix the redirect when an admin of a space changes his role from admin to normal user.
21+
* Add missing migration from BigbluebuttonRails 2.0.0 to fix the type of the column
22+
`size` in the table `bigbluebutton_recordings`. Will only affect servers that updated
23+
Mconf-Web very frequently and used non stable versions (very few servers).
24+
* Update BigbluebuttonRails and adjust to its changes. Changes the way the gem is customized
25+
and it now doesn't have direct database associations between rooms and servers, the
26+
association is done dynamically.
27+
* A few gem updates for compatibility with Ubuntu 16.04.
28+
* Send web conference invitations also to the organizer. The user that is sending the
29+
invitations will now also be in the list of attendees and receive an email with the invitation.
30+
* Improve the design of the list of recordings (in `manage/recordings`), now it also shows the
31+
size of the recordings.
32+
33+
334
## [2.4.0] - 2017-01-12
435

536
Includes improvements in the management pages, a new management page for recordings,
@@ -361,6 +392,7 @@ This is a minor update over 0.8 that was developed in parallel with 2.0.
361392
* First version in production and documentation on [[how to setup a production server|Deployment]]
362393
* Several other bugs and features implemented.
363394

395+
[2.5.0]: https://github.com/mconf/mconf-web/issues?q=milestone%3Av2.5.0
364396
[2.4.0]: https://github.com/mconf/mconf-web/issues?q=milestone%3Av2.4.0
365397
[2.3.0]: https://github.com/mconf/mconf-web/issues?q=milestone%3Av2.3.0
366398
[2.2.0]: https://github.com/mconf/mconf-web/issues?q=milestone%3Av2.2.0

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# 3 or later. See the LICENSE file.
66

77
module Mconf
8-
VERSION = "2.4.0".freeze
8+
VERSION = "2.5.0".freeze
99

1010
# get the current revision from git
1111
@@revision = nil

0 commit comments

Comments
 (0)