Skip to content

Commit

Permalink
Bump version to 0.06.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Sep 11, 2017
1 parent 0e6c3b7 commit f9dd442
Show file tree
Hide file tree
Showing 52 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PACKAGE_NAME = Srain
PACKAGE_BUILD = $(shell [ -d .git ] && \
git rev-parse --git-dir > /dev/null 2>&1 && \
echo -n -git@0.`git rev-list --count HEAD`.`git describe --always`)
PACKAGE_VERSION = 0.06.1
PACKAGE_VERSION = 0.06.2
PACKAGE_AUTHOR = Shengyu Zhang
PACKAGE_EMAIL = [email protected]
PACKAGE_DESC = Modern, beautiful IRC client written in GTK+ 3.
Expand Down
2 changes: 1 addition & 1 deletion data/Srain.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=0.06.1
Version=0.06.2
Type=Application
Name=Srain
GenericName=Srain IRC client
Expand Down
2 changes: 1 addition & 1 deletion data/builtin.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Srain built-in configuration file

# Every configuration file should have a version, altough it is not used yet.
version = "0.06.1"
version = "0.06.2"

# Terminal log configuration, which is user doesn't need to care about.
# If you want to report/fix a bug, terminal log will be helpful.
Expand Down
2 changes: 1 addition & 1 deletion data/themes/app-min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file app-min.css
* @brief Application minimal style, GTK+ >= 3.19 required
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-05-24
*/

Expand Down
2 changes: 1 addition & 1 deletion data/themes/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file app.css
* @brief Application style, GTK+ >= 3.19 required
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-05-24
*/

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.06.1'
version = '0.06.2'
# The full version, including alpha/beta/rc tags.
release = '0.06.1'
release = '0.06.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ Get stable(require ``wget`` and ``tar``):

.. code-block:: console
$ wget https://github.com/SilverRainZ/srain/archive/0.06.1.tar.gz
$ tar -xvzf 0.06.1.tar.gz
$ cd srain-0.06.1
$ wget https://github.com/SilverRainZ/srain/archive/0.06.2.tar.gz
$ tar -xvzf 0.06.2.tar.gz
$ cd srain-0.06.2
Get git version(require ``git``):

Expand Down
2 changes: 1 addition & 1 deletion src/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file command.c
* @brief Simple line command interpreter
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-11-05
*/

Expand Down
2 changes: 1 addition & 1 deletion src/decorator/decorator.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @brief Decorator is a mechanism for processing XML fromatted message in
* flow style
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-05-06
*/

Expand Down
2 changes: 1 addition & 1 deletion src/decorator/mirc_colorize.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file mirc_colorize.c
* @brief mIRC colorize decorator
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-08-27
*
* ref: https://en.wikichip.org/wiki/irc/colors
Expand Down
2 changes: 1 addition & 1 deletion src/decorator/mirc_strip.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file mirc_strip.c
* @brief mIRC strip decorator
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-05-06
*/

Expand Down
2 changes: 1 addition & 1 deletion src/decorator/pango_markup.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file pango_markup.c
* @brief Decorator for escaping message and render url
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-03-11
*/

Expand Down
2 changes: 1 addition & 1 deletion src/download.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file download.c
* @brief Download file from a given url and save it to cache dir
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-03-18
*
* TODO: Use libsoup instead
Expand Down
2 changes: 1 addition & 1 deletion src/file_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file file_helper.c
* @brief Get application data files' path
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-06-12
*/

Expand Down
2 changes: 1 addition & 1 deletion src/filter/chat_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file chat_log.c
* @brief Message filter for chat logging
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-08-21
*/

Expand Down
2 changes: 1 addition & 1 deletion src/filter/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @brief Filter is a mechanism for filtering XML fromatted message in
* flow style
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-03-16
*/

Expand Down
2 changes: 1 addition & 1 deletion src/filter/nick.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file nick.c
* @brief Nick filter
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-04-19
*/

Expand Down
2 changes: 1 addition & 1 deletion src/filter/regex.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @brief Regex message filter
* @author Z.Wind.L <[email protected]>
* Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-03-16
*/

Expand Down
2 changes: 1 addition & 1 deletion src/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file log.c
* @brief A configurable logger
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-06-24
*/

Expand Down
2 changes: 1 addition & 1 deletion src/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file plugin.c
* @brief Simple embedding python support
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-04-07
*/

Expand Down
2 changes: 1 addition & 1 deletion src/prefs/prefs.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file prefs.c
* @brief Libconfig based configure file reader
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-05-14
*/

Expand Down
2 changes: 1 addition & 1 deletion src/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file rc.c
* @brief Run command from file
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-03-01
*/

Expand Down
2 changes: 1 addition & 1 deletion src/ret.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file ret.c
* @brief Srain return value, which can carry message
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-07-13
*/

Expand Down
2 changes: 1 addition & 1 deletion src/server/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file server.c
* @brief
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-07-19
*/

Expand Down
2 changes: 1 addition & 1 deletion src/server/server_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file server_cmd.c
* @brief Line comand definitions and callbacks
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-07-26
*/

Expand Down
2 changes: 1 addition & 1 deletion src/server/server_irc_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file server_irc_event.c
* @brief Server IRC event callbacks
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-07-19
*/

Expand Down
2 changes: 1 addition & 1 deletion src/server/server_prefs.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file server_prefs.c
* @brief Server Preference {con,de}structor
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-06-23
*
* ServerPrefs ia a structure which store all informations required by a Server.
Expand Down
2 changes: 1 addition & 1 deletion src/server/server_ui_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file server_ui_event.c
* @brief Server UI event callbacks
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-07-19
*/

Expand Down
2 changes: 1 addition & 1 deletion src/server/server_url.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file server_url.c
* @brief IRC URL parse and perfrom
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-08-06
*/

Expand Down
2 changes: 1 addition & 1 deletion src/sirc/io_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file io_stream.c
* @brief Unused GIOStream wrapper
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-04-11
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/sirc/sirc.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file sirc.c
* @brief Srain IRC library
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-03-02
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/sirc/sirc_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file sirc_cmd.c
* @brief IRC client commands
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-03-01
*
* Originated from <https://github.com/Themaister/simple-irc-bot>.
Expand Down
2 changes: 1 addition & 1 deletion src/sirc/sirc_event_hdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file sirc_event_hdr.c
* @brief IRC event handler
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2017-01-28
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/sirc/sirc_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file sirc_parse.c
* @brief Raw IRC data parser
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-03-01
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/srain.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file srain.c
* @brief Main function here
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-03-01
*/

Expand Down
2 changes: 1 addition & 1 deletion src/sui/snotify.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file snotify.c
* @brief Libnotify based desktop notification
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-08-26
*/

Expand Down
2 changes: 1 addition & 1 deletion src/sui/srain_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file srain_app.c
* @brief Srain's application class implementation
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-03-01
*/

Expand Down
2 changes: 1 addition & 1 deletion src/sui/srain_chat.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file srain_chat.c
* @brief Srain's chat panel
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-03-01
*/

Expand Down
2 changes: 1 addition & 1 deletion src/sui/srain_entry_completion.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file completion.c
* @brief GtkEntryCompletion wrapper for keywords completion
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-06-05
*
* Normal GtkEntryCompletion can only do completion according
Expand Down
2 changes: 1 addition & 1 deletion src/sui/srain_image.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file srain_image.c
* @brief Widget which can load image from url asynchronously
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-04-01
*/

Expand Down
2 changes: 1 addition & 1 deletion src/sui/srain_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file srain_msg.c
* @brief GtkWidget subclass used to display message
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-03-01
*/

Expand Down
2 changes: 1 addition & 1 deletion src/sui/srain_msg_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @file srain_msg_list.c
* @brief A auto-scrolling, dynamic loading listbox used to display messages
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-05-19
*
* Note: Unlike SrainUserList, SrainMagList is subclass of GtkScrolledWindow
Expand Down
2 changes: 1 addition & 1 deletion src/sui/srain_stack_sidebar.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @file srain_stack_sidebar.c
* @brief A simplified, customized stacksidebar implementation
* @author Shengyu Zhang <[email protected]>
* @version 0.06.1
* @version 0.06.2
* @date 2016-03-06
*
* Originated from <git.gnome.org/browse/gtk+/tree/gtk/gtkstacksidebar.c>.
Expand Down
Loading

0 comments on commit f9dd442

Please sign in to comment.