mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Continue to allow to build on platforms which have ICU as old as 4.6
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39426 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f34325cbd0
commit
f241e0785d
1 changed files with 10 additions and 1 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,12 @@
|
|||
2016-02-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* configure.ac:
|
||||
* configure:
|
||||
* NSCalendar.m:
|
||||
Don't require recent ICU just for the method
|
||||
([-components:fromDate:toDate:options:]).
|
||||
Leave the method as a no-op if older versions are used.
|
||||
|
||||
2016-02-29 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSFileManager.m: Based on testplant patch, fix bug with
|
||||
|
@ -160,7 +169,7 @@
|
|||
|
||||
2015-11-30: Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* Source/NSCalendar.h
|
||||
* Source/NSCalendar.m:
|
||||
* Headers/Foundation/NSCalendar.h:
|
||||
Implement -components:fromDate:toDate:options:. (Not handling
|
||||
NSWrapCalendarComponents yet.)
|
||||
|
|
Loading…
Reference in a new issue