incremented version to 1.1.3.pre and updated CHANGELOG
This commit is contained in:
Родитель
d84eb1404d
Коммит
619a18177c
12
CHANGELOG
12
CHANGELOG
|
@ -1,3 +1,15 @@
|
|||
=== 1.1.3 :: In progress...
|
||||
|
||||
* CHANGED:
|
||||
* XML responses now start with a correct XML declaration specifying UTF-8 encoding
|
||||
(<?xml version="1.0" encoding="UTF-8" ?>).
|
||||
|
||||
* FIXED:
|
||||
* Extra attributes with UTF-8 characters should be correctly encoded under ruby 1.8.7.
|
||||
* Improved compatibility with various versions of ActiveRecord, ActiveSupport and
|
||||
other dependencies.
|
||||
* Minor code reorganization and cleanup.
|
||||
|
||||
=== 1.1.2 :: 2012-09-19
|
||||
|
||||
* FIXED:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$gemspec = Gem::Specification.new do |s|
|
||||
s.name = 'rubycas-server'
|
||||
s.version = '1.1.2'
|
||||
s.version = '1.1.3.pre'
|
||||
s.authors = ["Matt Zukowski"]
|
||||
s.email = ["matt@zukowski.ca"]
|
||||
s.homepage = 'https://github.com/rubycas/rubycas-server'
|
||||
|
|
Загрузка…
Ссылка в новой задаче