# HG changeset patch # User bsw # Date 1363610763 -3600 # Node ID 7ee30345ea5948f40ef3882c0a2fac65724240c9 # Parent bb5a337b5f2a732de8bdeca16fd2ebaa78346d38 Going to version 2.2.1 diff -r bb5a337b5f2a -r 7ee30345ea59 LICENSE --- a/LICENSE Sun Mar 17 16:25:49 2013 +0100 +++ b/LICENSE Mon Mar 18 13:46:03 2013 +0100 @@ -1,4 +1,4 @@ -Copyright (c) 2009-2012 Public Software Group e. V., Berlin, Germany +Copyright (c) 2009-2013 Public Software Group e. V., Berlin, Germany Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -r bb5a337b5f2a -r 7ee30345ea59 config/init.lua --- a/config/init.lua Sun Mar 17 16:25:49 2013 +0100 +++ b/config/init.lua Mon Mar 18 13:46:03 2013 +0100 @@ -3,7 +3,7 @@ -- (except when you really know what you are doing!) -- ======================================================================== -config.app_version = "2.2.0" +config.app_version = "2.2.1" if not config.password_hash_algorithm then config.password_hash_algorithm = "crypt_sha512"