Wrong version name in ChangeLog. S.
> Den Mar 8, 2014 kl. 19:03 skrev Boris Faure <[email protected]>: > > billiob pushed a commit to branch master. > > http://git.enlightenment.org/apps/terminology.git/commit/?id=c9ebc5fcc5eedd91530444b14741cb0fbaa81483 > > commit c9ebc5fcc5eedd91530444b14741cb0fbaa81483 > Author: Boris Faure <[email protected]> > Date: Sat Mar 8 16:05:25 2014 +0100 > > release 0.5.0 > --- > ChangeLog | 10 ++++++++++ > NEWS | 19 ++++++++++++++++++- > README | 2 +- > configure.ac | 2 +- > man/terminology.1 | 2 +- > 5 files changed, 31 insertions(+), 4 deletions(-) > > diff --git a/ChangeLog b/ChangeLog > index 7f8f994..bc551ac 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,13 @@ > +2014-03-08 > + > + * Release v0.4.0 > + * color settings panel > + * wallpaper settings panel > + * load themes from ~/.config/terminology/themes/ > + * better default configuration > + * improve terminal compatibility > + * bug fixes > + > 2013-12-07 > > * Release v0.4.0 > diff --git a/NEWS b/NEWS > index c97eb31..efcdad2 100644 > --- a/NEWS > +++ b/NEWS > @@ -1,7 +1,24 @@ > ================= > -Terminology 0.4.0 > +Terminology 0.5.0 > ================= > > +Changes since 0.4.0: > +-------------------- > + > +Additions: > + * Color settings panel > + * Wallpaper settings panel > + * Load themes from ~/.config/terminology/themes/ > + * Add a new theme: base16_ocean_dark > + > +Improvements: > + * Better default configuration > + * Improve terminal compatibility > + > +Fixes: > + * Many bugs fixes > + > + > Changes since 0.3.0: > -------------------- > > diff --git a/README b/README > index 57c6521..a3a0fa9 100644 > --- a/README > +++ b/README > @@ -1,4 +1,4 @@ > -Terminology 0.4.0 > +Terminology 0.5.0 > > ****************************************************************************** > > diff --git a/configure.ac b/configure.ac > index 55e5b5b..3afc656 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure > script. > # get rid of that stupid cache mechanism > rm -f config.cache > > -AC_INIT([terminology], [0.4.99], [[email protected]]) > +AC_INIT([terminology], [0.5.0], [[email protected]]) > AC_PREREQ([2.60]) > AC_CONFIG_SRCDIR([configure.ac]) > AC_CONFIG_MACRO_DIR([m4]) > diff --git a/man/terminology.1 b/man/terminology.1 > index d54b3c3..1b20f6b 100644 > --- a/man/terminology.1 > +++ b/man/terminology.1 > @@ -1,5 +1,5 @@ > .\" Manpage for Terminology > -.TH man 1 "18 Nov 2013" "0.4" "Terminology man page" > +.TH man 1 "08 Mar 2014" "0.5" "Terminology man page" > .SH NAME > Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation > Libraries). > .SH SYNOPSIS > > -- > > ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
