Procházet zdrojové kódy

bunp versions and copyright year

Jindrich Makovicka před 16 roky
rodič
revize
b4a0e8e3ac
5 změnil soubory, kde provedl 10 přidání a 8 odebrání
  1. 4 2
      ChangeLog
  2. 1 1
      Makefile
  3. 2 2
      debian/changelog
  4. 2 2
      multiping.c
  5. 1 1
      pinger.c

+ 4 - 2
ChangeLog

@@ -1,6 +1,8 @@
-2007-12-04  Jindrich Makovicka  <makovick@gmail.com>
+2.0.15 (2010-10-06)
+	* IPv6 support
 
-	* pinger.c: cleanups, remove signal() and gethostbyname()
+2.0.14 (2007-12-04)
+	* cleanups, remove signal() and gethostbyname()
 
 2.0.13 (2007-01-18)
 	* remove more deprecated functions

+ 1 - 1
Makefile

@@ -7,7 +7,7 @@ endif
 ifeq ($(HELPERDIR),)
 HELPERDIR=$(INSTALLROOT)/lib/gkrellm2/exec
 endif
-VERSION = 2.0.14
+VERSION = 2.0.15
 PKGNAME = gkrellm-multiping
 CC = gcc
 

+ 2 - 2
debian/changelog

@@ -1,9 +1,9 @@
-gkrellm-multiping (2.0.14-1) unstable; urgency=low
+gkrellm-multiping (2.0.15-1) unstable; urgency=low
 
   * New upstream release
   * ipv6 support
 
- -- Jindrich Makovicka <makovick@gmail.com>  Sun, 19 Sep 2010 12:44:06 +0200
+ -- Jindrich Makovicka <makovick@gmail.com>  Wed, 06 Oct 2010 19:18:25 +0200
 
 gkrellm-multiping (2.0.12-1) unstable; urgency=low
 

+ 2 - 2
multiping.c

@@ -2,7 +2,7 @@
 
         gkrellm multiping plugin
 
-        Copyright (C) 2002 Jindrich Makovicka
+        Copyright (C) 2010 Jindrich Makovicka
 
         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
@@ -597,7 +597,7 @@ cb_drag_end(GtkWidget *widget, GdkDragContext *context, gpointer data)
 
 static gchar plugin_about_text[] =
     "GKrellM Multiping version " VERSION "\n\n\n"
-    "Copyright (C) 2006 Jindrich Makovicka\n"
+    "Copyright (C) 2010 Jindrich Makovicka\n"
     "makovick@gmail.com\n"
     "Released under the GPL.\n";
 

+ 1 - 1
pinger.c

@@ -2,7 +2,7 @@
 
         pinger - gkrellm multiping helper app
 
-        Copyright (C) 2002 Jindrich Makovicka
+        Copyright (C) 2010 Jindrich Makovicka
 
         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