Changed version to 0.27.1
This commit is contained in:
parent
eead012999
commit
6b73c068a0
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,4 +6,4 @@ source/bforce/expression.c
|
||||
source/config.log
|
||||
source/config.status
|
||||
source/include/config.h
|
||||
bforce.geany
|
||||
|
||||
|
||||
47
bforce.geany
Normal file
47
bforce.geany
Normal file
@ -0,0 +1,47 @@
|
||||
[editor]
|
||||
line_wrapping=false
|
||||
line_break_column=72
|
||||
auto_continue_multiline=true
|
||||
|
||||
[file_prefs]
|
||||
final_new_line=true
|
||||
ensure_convert_new_lines=false
|
||||
strip_trailing_spaces=false
|
||||
replace_tabs=false
|
||||
|
||||
[indentation]
|
||||
indent_width=4
|
||||
indent_type=1
|
||||
indent_hard_tab_width=8
|
||||
detect_indent=false
|
||||
detect_indent_width=false
|
||||
indent_mode=2
|
||||
|
||||
[project]
|
||||
name=bforce
|
||||
base_path=/home/zx/DEV/bforce
|
||||
|
||||
[long line marker]
|
||||
long_line_behaviour=1
|
||||
long_line_column=72
|
||||
|
||||
[files]
|
||||
current_page=4
|
||||
FILE_NAME_0=138;None;0;EUTF-8;1;1;0;%2Fhome%2Fzx%2FDEV%2Fbforce%2F.gitignore;0;4
|
||||
FILE_NAME_1=6;None;0;EUTF-8;1;1;0;%2Fhome%2Fzx%2FDEV%2Fbforce%2Fsource%2F.version;0;4
|
||||
FILE_NAME_2=239;Sh;0;EUTF-8;1;1;0;%2Fhome%2Fzx%2FDEV%2Fbforce%2Fsource%2Fconfigure.in;0;4
|
||||
FILE_NAME_3=129;None;0;EUTF-8;1;1;0;%2Fhome%2Fzx%2FDEV%2Fbforce%2Fdebian%2Fchangelog;0;4
|
||||
FILE_NAME_4=60;None;0;EUTF-8;1;1;0;%2Fhome%2Fzx%2FDEV%2Fbforce%2Frpm%2Fbforce.spec;0;4
|
||||
|
||||
[VTE]
|
||||
last_dir=/home/zx
|
||||
|
||||
[prjorg]
|
||||
expanded_paths=/home/zx/DEV/bforce/archlinux;/home/zx/DEV/bforce/contrib;/home/zx/DEV/bforce/rpm;/home/zx/DEV/bforce/source;
|
||||
source_patterns=*.c;*.C;*.cpp;*.cxx;*.c++;*.cc;*.m;
|
||||
header_patterns=*.h;*.H;*.hpp;*.hxx;*.h++;*.hh;
|
||||
ignored_dirs_patterns=.*;CVS;
|
||||
ignored_file_patterns=*.o;*.obj;*.a;*.lib;*.so;*.dll;*.lo;*.la;*.class;*.jar;*.pyc;*.mo;*.gmo;
|
||||
generate_tag_prefs=0
|
||||
show_empty_dirs=true
|
||||
external_dirs=
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
bforce (0.27.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Fixed build under GCC15
|
||||
|
||||
-- Alexey Khromov <zx@zxalexis.ru> Sun, 22 Mar 2026 19:19:54 +0300
|
||||
|
||||
bforce (0.27) UNRELEASED; urgency=medium
|
||||
|
||||
* Fixed warnings from PVS-Studio analyser
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: Bforce, Fidonet mailer
|
||||
Name: bforce
|
||||
Version: 0.27
|
||||
Version: 0.27.1
|
||||
Release: %{_vendor}1
|
||||
Copyright: GPL
|
||||
Group: Fidonet/mailer
|
||||
|
||||
@ -1 +1 @@
|
||||
0.27
|
||||
0.27.1
|
||||
|
||||
@ -3,7 +3,7 @@ dnl
|
||||
dnl $Id$
|
||||
dnl
|
||||
#AC_INIT(bforce/bforce.c)
|
||||
AC_INIT([bforce],[0.27],[zx@zxalexis.ru])
|
||||
AC_INIT([bforce],[0.27.1],[zx@zxalexis.ru])
|
||||
AC_CONFIG_HEADER(include/config.h)
|
||||
AC_CANONICAL_SYSTEM
|
||||
dnl # Minimum Autoconf version required.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user