Skip to content

Commit

Permalink
update NEWS and README
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist committed Feb 13, 2019
1 parent 0b81bac commit c411b53
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 36 deletions.
66 changes: 33 additions & 33 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
==========================
lunar-date-3.0.0(devel)
==========================

[ ] rewrite code use g_autofree
[x] gir正常工作
[x] 使用meson构建系统

==========================
lunar-date-2.9.1(devel)
==========================
NEWS:
- 依赖于gio-2.32+
- api版本升级为3.0
- 使用gresource来保存自带的节日信息。
- 增加新的自定义节日函数:
lunar_date_add_solar_holiday
lunar_date_add_lunar_holiday
lunar_date_add_week_holiday
- 使用新的获取节日函数: lunar_date_get_holiday,同时lunar_date_get_jieri被标记为放弃.
- 删除已经过时的函数: lunar_init.
- 修复examples中的vala示例代码.
- 修复干支和八字中的子时的计算问题
- 增加dbus service服务。
- 完善测试工具,使用gtest
- lunar_date_strftime()中的%(jieri)改变为%(holiday)

======================
lunar-date-2.4.0
======================
NEWS:
- 修改名称为lunar-date,和lunar-calendar分离。
- 一些小bug的修复。
### lunar-date 3.0.0

* [ ] rewrite code use g_autofree
* [x] gir正常工作
* [x] 使用meson构建系统

### lunar-date 2.9.2

* 不再支持 autotools 构建系统
* 迁移到 meson 构建系统

### lunar-date 2.9.1

* 依赖于gio-2.32+
* api版本升级为3.0
* 使用gresource来保存自带的节日信息。
* 增加新的自定义节日函数:
+ lunar_date_add_solar_holiday
+ lunar_date_add_lunar_holiday
+ lunar_date_add_week_holiday
* 使用新的获取节日函数: lunar_date_get_holiday,同时lunar_date_get_jieri被
标记为放弃.
* 删除已经过时的函数: lunar_init
* 修复examples中的vala示例代码.
* 修复干支和八字中的子时的计算问题
* 增加dbus service服务
* 完善测试工具,使用gtest.
* lunar_date_strftime()中的%(jieri)改变为%(holiday)。

### lunar-date 2.4.0

* 修改名称为lunar-date,和lunar-calendar分离。
* 一些小bug的修复。

==============
liblunar-2.2.5
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# General Information
# LunarDate [![Build Status](https://travis-ci.org/yetist/lunar-date.svg?branch=master)](https://travis-ci.org/yetist/lunar-date)

## General Information

LunarDate is a chinese lunar library.

Expand All @@ -10,14 +12,14 @@ You can download the latest lunar-date tarball from the github.com:

https://github.com/yetist/lunar-date/releases

# Installation
## Installation

```
$ meson build --prefix /usr -Denable_gtk_doc=true -Dwith_introspection=true -Dwith_vala=true -Denable_tests=true
$ ninja -C build/
$ sudo ninja -C build install
```

# How to report bugs
## How to report bugs

Bugs should be reported to the [github issue](https://github.com/yetist/lunar-date/issues) bug tracking system.

0 comments on commit c411b53

Please sign in to comment.