Skip to content

Commit 79e809d

Browse files
committed
ready for 0.5.5
1 parent d773cb7 commit 79e809d

File tree

4 files changed

+43
-13
lines changed

4 files changed

+43
-13
lines changed

CHANGES

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
commit aeea13390d189bfea8b40143f54cc923ce06d255
2+
Author: Dominik Hassler <[email protected]>
3+
Date: Fri Feb 22 21:00:28 2019 +0100
4+
5+
PkgUpd: handle empty update tables properly
6+
7+
commit 340619a2a6f6cd1c835bef84f64bfc772c115636
8+
Author: Dominik Hassler <[email protected]>
9+
Date: Fri Feb 22 20:54:43 2019 +0100
10+
11+
PkgUpd: display repo name
12+
13+
commit ae76253f72ce4d821fba5cdb7e2c1c342bfb199d
14+
Author: Dominik Hassler <[email protected]>
15+
Date: Thu Feb 21 21:27:09 2019 +0100
16+
17+
PkgUpd: add VersionLock module
18+
19+
commit cc94d61ceb4509a68132447ab7413b35d73064f4
20+
Author: Dominik Hassler <[email protected]>
21+
Date: Thu Feb 21 21:26:02 2019 +0100
22+
23+
PkgUpd: fix Sourceforge parser
24+
25+
commit 247d40693a39cb397798e52b99fd47d4d8262730
26+
Author: Dominik Hassler <[email protected]>
27+
Date: Tue Feb 19 20:22:23 2019 +0100
28+
29+
ready for 0.5.4
30+
131
commit e2c30f280b6b5092dc1752dd54ef3c1561bca8ab
232
Author: Dominik Hassler <[email protected]>
333
Date: Tue Feb 19 19:35:41 2019 +0100

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ooceapps
55

66
[![Build Status](https://travis-ci.org/omniosorg/ooceapps.svg?branch=master)](https://travis-ci.org/omniosorg/ooceapps)
77

8-
Version: 0.5.4
8+
Version: 0.5.5
99

10-
Date: 2019-02-19
10+
Date: 2019-02-24
1111

1212
Web integrations for OmniOS Community Edition (OmniOSce) Association.
1313

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.4
1+
0.5.5

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for ooceapps 0.5.4.
3+
# Generated by GNU Autoconf 2.69 for ooceapps 0.5.5.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='ooceapps'
582582
PACKAGE_TARNAME='ooceapps'
583-
PACKAGE_VERSION='0.5.4'
584-
PACKAGE_STRING='ooceapps 0.5.4'
583+
PACKAGE_VERSION='0.5.5'
584+
PACKAGE_STRING='ooceapps 0.5.5'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL=''
587587

@@ -1220,7 +1220,7 @@ if test "$ac_init_help" = "long"; then
12201220
# Omit some internal or obsolete options to make the list less imposing.
12211221
# This message is too long to be a string in the A/UX 3.1 sh.
12221222
cat <<_ACEOF
1223-
\`configure' configures ooceapps 0.5.4 to adapt to many kinds of systems.
1223+
\`configure' configures ooceapps 0.5.5 to adapt to many kinds of systems.
12241224
12251225
Usage: $0 [OPTION]... [VAR=VALUE]...
12261226
@@ -1286,7 +1286,7 @@ fi
12861286

12871287
if test -n "$ac_init_help"; then
12881288
case $ac_init_help in
1289-
short | recursive ) echo "Configuration of ooceapps 0.5.4:";;
1289+
short | recursive ) echo "Configuration of ooceapps 0.5.5:";;
12901290
esac
12911291
cat <<\_ACEOF
12921292
@@ -1372,7 +1372,7 @@ fi
13721372
test -n "$ac_init_help" && exit $ac_status
13731373
if $ac_init_version; then
13741374
cat <<\_ACEOF
1375-
ooceapps configure 0.5.4
1375+
ooceapps configure 0.5.5
13761376
generated by GNU Autoconf 2.69
13771377
13781378
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1389,7 +1389,7 @@ cat >config.log <<_ACEOF
13891389
This file contains any messages produced by compilers while
13901390
running configure, to aid debugging if configure makes a mistake.
13911391
1392-
It was created by ooceapps $as_me 0.5.4, which was
1392+
It was created by ooceapps $as_me 0.5.5, which was
13931393
generated by GNU Autoconf 2.69. Invocation command line was
13941394
13951395
$ $0 $@
@@ -2259,7 +2259,7 @@ fi
22592259
22602260
# Define the identity of the package.
22612261
PACKAGE='ooceapps'
2262-
VERSION='0.5.4'
2262+
VERSION='0.5.5'
22632263
22642264
22652265
cat >>confdefs.h <<_ACEOF
@@ -3425,7 +3425,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
34253425
# report actual input values of CONFIG_FILES etc. instead of their
34263426
# values after options handling.
34273427
ac_log="
3428-
This file was extended by ooceapps $as_me 0.5.4, which was
3428+
This file was extended by ooceapps $as_me 0.5.5, which was
34293429
generated by GNU Autoconf 2.69. Invocation command line was
34303430
34313431
CONFIG_FILES = $CONFIG_FILES
@@ -3478,7 +3478,7 @@ _ACEOF
34783478
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
34793479
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
34803480
ac_cs_version="\\
3481-
ooceapps config.status 0.5.4
3481+
ooceapps config.status 0.5.5
34823482
configured by $0, generated by GNU Autoconf 2.69,
34833483
with options \\"\$ac_cs_config\\"
34843484

0 commit comments

Comments
 (0)