diff options
author | Jason Woodward | 2019-07-28 19:02:46 -0400 |
---|---|---|
committer | Jason Woodward | 2019-07-28 19:05:01 -0400 |
commit | 5e20c91373eb91a17cfcedcb0e4f769e4e5cefd4 (patch) | |
tree | 09f065a557aa213ad1734ea3f8f91a2036213300 | |
parent | 3dca65aaa672997c55b4123daf85947114ae8a4b (diff) | |
download | slapt-update-service-5e20c91373eb91a17cfcedcb0e4f769e4e5cefd4.tar.gz |
changelog update
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | src/client.c | 2 | ||||
-rw-r--r-- | src/common.h | 2 | ||||
-rw-r--r-- | src/server.c | 2 | ||||
-rw-r--r-- | src/slaptService.c | 2 | ||||
-rw-r--r-- | src/slaptService.h | 2 |
7 files changed, 22 insertions, 6 deletions
@@ -1,4 +1,20 @@ +0.5.1 Jul 28, 2019: + * update naming convention for data structures + * build requires python3 + * s/slapt_pkg_into_t/slapt_pkg_t/g + * bump to version 0.5.1 + * updated glib, libnotify, and gtk support + * port to slapt-get 0.11.1 + * check for round in libm + * Add russian translation + * fix typo in translation files comment + * account for gtk/gdk-pixbuf split + * added hebrew translation by Isratine Citizen + * updated copyright date to 2012 + * bumped copyright date to 2011 + * added hu translation from Peter Polonkai + 0.5.0c Aug 30, 2012 * account for gtk/gdk-pixbuf split * added hebrew translation by Isratine Citizen @@ -1,4 +1,4 @@ -Copyright (C) 2003-2012 Jason Woodward <woodwardj at jaos dot org> +Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/client.c b/src/client.c index 79567ff..4bd7728 100644 --- a/src/client.c +++ b/src/client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common.h b/src/common.h index b8fe308..e46c9d0 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/server.c b/src/server.c index 7131c67..ec0dbb7 100644 --- a/src/server.c +++ b/src/server.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/slaptService.c b/src/slaptService.c index f08f4d1..0ba3eb1 100644 --- a/src/slaptService.c +++ b/src/slaptService.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/slaptService.h b/src/slaptService.h index 8ced049..d141659 100644 --- a/src/slaptService.h +++ b/src/slaptService.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 Jason Woodward <woodwardj at jaos dot org> + * Copyright (C) 2003-2019 Jason Woodward <woodwardj at jaos dot org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |