Release new version 0.10.1 master v0.10.1
authorMichael Prokop <mika@grml.org>
Thu, 14 Sep 2023 15:52:16 +0000 (17:52 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 14 Sep 2023 15:52:16 +0000 (17:52 +0200)
debian/changelog
zsh-lovers.1.txt

index b6062a9..1f00f45 100644 (file)
@@ -1,3 +1,31 @@
+zsh-lovers (0.10.1) unstable; urgency=medium
+
+  * [8da4647] Update link for ft's zsh configuration + add his zsh tagged
+    blog posts
+
+ -- Michael Prokop <mika@grml.org>  Thu, 14 Sep 2023 17:52:09 +0200
+
+zsh-lovers (0.10.0) unstable; urgency=medium
+
+  [ pfefferminz132 ]
+  * [eed6063] Fix broken links for Matthias Kopfermann + Sven Wischnowsky
+
+  [ Michael Prokop ]
+  * [a1b0175] Fix comment regarding number of characters. Thanks to Jim
+    Murphy
+  * [6f4e68e] Replace my no longer active mail address with a link towards
+    the github repository
+  * [cea4010] Update URL for ZSH-FAQ. Thanks to Christopher Bock for the
+    hint
+  * [b77b031] Update URLs for userguide
+  * [3ffb00b] Drop deprecated URL for introduction from BYU. Thanks to
+    Christopher Bock for the hint
+  * [f0c4286] Drop deprecated URL for Z shell introduction from ibm.com.
+    Thanks to Christopher Bock for the hint
+  * [40d803d] Drop my own web pages which are no longer maintained/arround
+
+ -- Michael Prokop <mika@grml.org>  Fri, 08 Sep 2023 13:54:22 +0200
+
 zsh-lovers (0.9.1) unstable; urgency=medium
 
   [ Frank Terbeck ]
 zsh-lovers (0.9.1) unstable; urgency=medium
 
   [ Frank Terbeck ]
index 7db71ca..f17f28b 100644 (file)
@@ -394,7 +394,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details.
   $ print ${(r:10::0:)foo}
 
 # find the name of all the files in their home directory that have
   $ print ${(r:10::0:)foo}
 
 # find the name of all the files in their home directory that have
-# more than 20 characters in their file names
+# 20 or more characters in their file names
   print -rl $HOME/${(l:20::?:)~:-}*
 
 # Save arrays
   print -rl $HOME/${(l:20::?:)~:-}*
 
 # Save arrays
@@ -473,7 +473,7 @@ See ``man 1 zshexpn | less -p'' Qualifiers for details.
   $ for i (./*.mp3){mpg321 --w - $i > ${i:r}.wav}
 
 # Download with LaTeX2HTML  created Files (for example the ZSH-Guide):
   $ for i (./*.mp3){mpg321 --w - $i > ${i:r}.wav}
 
 # Download with LaTeX2HTML  created Files (for example the ZSH-Guide):
-  $ for f in http://zsh.sunsite.dk/Guide/zshguide{,{01..08}}.html; do
+  $ for f in https://zsh.sourceforge.io/Guide/zshguide{,{01..08}}.html; do
   >     lynx -source $f >${f:t}
   > done
 
   >     lynx -source $f >${f:t}
   > done
 
@@ -1433,10 +1433,10 @@ LINKS
 -----
 Primary site::
     *http://www.zsh.org/[]*
 -----
 Primary site::
     *http://www.zsh.org/[]*
+Zsh Web Pages::
+    *https://zsh.sourceforge.io/[]*
 Project-page::
     *http://sourceforge.net/projects/zsh/[]*
 Project-page::
     *http://sourceforge.net/projects/zsh/[]*
-Z shell page at sunsite.dk::
-    *http://zsh.sunsite.dk/[]*
 From Bash to Z Shell: Conquering the Command Line - the book::
     *http://www.bash2zsh.com/[]*
 "Zsh - die magische Shell" (german book about Zsh) by Sven Guckes and Julius Plenz::
 From Bash to Z Shell: Conquering the Command Line - the book::
     *http://www.bash2zsh.com/[]*
 "Zsh - die magische Shell" (german book about Zsh) by Sven Guckes and Julius Plenz::
@@ -1444,25 +1444,19 @@ From Bash to Z Shell: Conquering the Command Line - the book::
 Mailinglistarchive::
     *http://www.zsh.org/mla/[]*
 ZSH-FAQ::
 Mailinglistarchive::
     *http://www.zsh.org/mla/[]*
 ZSH-FAQ::
-    *http://zsh.dotsrc.org/FAQ/[]*
+    *https://zsh.sourceforge.io/FAQ/zshfaq.html[]*
 Userguide::
 Userguide::
-    *http://zsh.sunsite.dk/Guide/[]*
+    *https://zsh.sourceforge.io/Guide/[]*
 ZSH-Wiki::
     *http://zshwiki.org/home/[]*
 ZSH-Wiki::
     *http://zshwiki.org/home/[]*
-A short introduction from BYU::
-    *http://docs.cs.byu.edu/linux/advanced/zsh.html[]*
 Mouse-Support ;)::
     *http://stchaz.free.fr/mouse.zsh[]*
 Mouse-Support ;)::
     *http://stchaz.free.fr/mouse.zsh[]*
-Curtains up: introducing the Z shell::
-    *http://www-128.ibm.com/developerworks/linux/library/l-z.html?dwzone=linux[]*
-ZSH-Liebhaberseite (german)::
-    *http://michael-prokop.at/computer/tools_zsh_liebhaber.html[]*
-ZSH-Seite von Michael Prokop (german)::
-    *http://michael-prokop.at/computer/tools_zsh.html[]*
 ZSH Prompt introduction::
     *http://aperiodic.net/phil/prompt/[]*
 ZSH Prompt introduction::
     *http://aperiodic.net/phil/prompt/[]*
+ft's blog posts around zsh::
+    *http://bewatermyfriend.org/tag/zsh/[]*
 ft's zsh configuration::
 ft's zsh configuration::
-    *http://ft.bewatermyfriend.org/computer/zsh.html[]*
+    *https://gitlab.com/ft/etc-zsh[]*
 Adam's ZSH page::
     *http://www.adamspiers.org/computing/zsh/[]*
 Zzappers Best of ZSH Tips::
 Adam's ZSH page::
     *http://www.adamspiers.org/computing/zsh/[]*
 Zzappers Best of ZSH Tips::
@@ -1488,14 +1482,14 @@ In alphabetic order:
 -------------------------------------------------------------------------
 Andrew 'zefram' Main  - http://www.fysh.org/~zefram/
 Barton E. Schaefer    - http://www.well.com/user/barts/
 -------------------------------------------------------------------------
 Andrew 'zefram' Main  - http://www.fysh.org/~zefram/
 Barton E. Schaefer    - http://www.well.com/user/barts/
-Matthias Kopfermann   - http://www.infodrom.north.de/~matthi/
+Matthias Kopfermann   - http://www.guckes.net/zsh/lover.html
 Oliver Kiddle         - http://people.freenet.de/opk/
 Paul Falstad          - http://www.falstad.com/
 Peter Stephenson      - http://homepage.ntlworld.com/p.w.stephenson/
 Richard Coleman
 Stephane Chazelas     - http://stephane.chazelas.free.fr/
 Sven Guckes           - http://www.guckes.net/
 Oliver Kiddle         - http://people.freenet.de/opk/
 Paul Falstad          - http://www.falstad.com/
 Peter Stephenson      - http://homepage.ntlworld.com/p.w.stephenson/
 Richard Coleman
 Stephane Chazelas     - http://stephane.chazelas.free.fr/
 Sven Guckes           - http://www.guckes.net/
-Sven Wischnowsky      - http://w9y.de/zsh/zshrc
+Sven Wischnowsky      - http://w9y.de/
 -------------------------------------------------------------------------
 
 SEE ALSO
 -------------------------------------------------------------------------
 
 SEE ALSO
@@ -1529,9 +1523,9 @@ Also take a look at the section *LINKS* in this manpage.
 
 BUGS
 ----
 
 BUGS
 ----
-Probably. This manpage might be never complete. So please report bugs,
-feedback and suggestions to <zsh-lovers@michael-prokop.at>. Thank
-you!
+Probably. This manpage might be never complete.
+So please report bugs, feedback and suggestions via https://github.com/grml/zsh-lovers
+Thank you!
 
 COPYRIGHT
 ---------
 
 COPYRIGHT
 ---------